PowerTools/plugin.json

8 lines
164 B
JSON
Raw Normal View History

2022-04-18 22:21:51 +01:00
{
"name": "Plugin name",
"author": "Plugin author",
"main_view_html": "main_view.html",
"tile_view_html": "",
2022-04-18 22:27:08 +01:00
"flags": ["hot_reload", "root"]
}