usdpl-decky-plugin-template/plugin.json

7 lines
124 B
JSON
Raw Normal View History

2022-04-22 23:42:11 +01:00
{
"name": "Example Plugin",
"author": "John Doe",
"frontend_bundle": "dist/index.js",
"flags": ["debug", "_root"]
2022-04-22 23:42:11 +01:00
}