decky-plugin-template/plugin.json
Jonas Dellinger 52f6ca1c58 Initial commit
2022-04-23 00:42:11 +02:00

6 lines
138 B
JSON

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