diff options
| author | JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-01-21 18:52:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 18:52:51 -0500 |
| commit | c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 (patch) | |
| tree | 646a2a8fb4e099e9600f5bddb94607aaa8b69c24 /plugin.json | |
| download | Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.tar.gz Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.zip | |
Initial commit
Diffstat (limited to 'plugin.json')
| -rw-r--r-- | plugin.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..568bded --- /dev/null +++ b/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "Example Plugin", + "author": "John Doe", + "flags": ["debug", "_root"], + "api_version": 1, + "publish": { + "tags": ["template", "root"], + "description": "Decky example plugin.", + "image": "https://opengraph.githubassets.com/1/SteamDeckHomebrew/PluginLoader" + } +} |
