diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-23 12:54:45 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-23 12:54:45 -0500 |
| commit | 4d8526978c37eba545925a4d10a894e14e0bf058 (patch) | |
| tree | 0be7a99421bad13ee3198f1b61b582e08eddcabd | |
| parent | 68d89c0bbcc10c7f692526f91c43c31b7d01c6fd (diff) | |
| download | Decky-Framegen-4d8526978c37eba545925a4d10a894e14e0bf058.tar.gz Decky-Framegen-4d8526978c37eba545925a4d10a894e14e0bf058.zip | |
add details
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | plugin.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 9501ba3..fdb67cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "decky-plugin-template", + "name": "decky-framegen", "version": "0.0.1", - "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", + "description": "plugin to swap DLSS with FSR, to enable upscaling and framegen in games without built in FSR.", "type": "module", "scripts": { "build": "rollup -c", diff --git a/plugin.json b/plugin.json index 568bded..eb2d3ec 100644 --- a/plugin.json +++ b/plugin.json @@ -1,11 +1,11 @@ { - "name": "Example Plugin", - "author": "John Doe", + "name": "Decky Framegen", + "author": "JSON Derulo", "flags": ["debug", "_root"], "api_version": 1, "publish": { "tags": ["template", "root"], - "description": "Decky example plugin.", + "description": "plugin to swap DLSS with FSR, to enable upscaling and framegen in games without built in FSR.", "image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader" } } |
