decky-plugin-template/plugin.json
2022-05-13 23:18:19 +02:00

6 lines
133 B
JSON

{
"name": "Example Plugin",
"author": "John Doe",
"frontend_bundle": "dist/example-plugin.js",
"flags": ["debug", "_root"]
}