decky-plugin-template/plugin.json

7 lines
138 B
JSON
Raw Normal View History

2022-04-23 00:42:11 +02:00
{
"name": "Example Plugin",
"author": "John Doe",
"frontend_bundle": "dist/example-plugin.js",
"flags": ["hot_reload", "_root"]
}