Initial commit

This commit is contained in:
Jonas Dellinger 2022-04-23 00:42:11 +02:00
commit 52f6ca1c58
8 changed files with 2679 additions and 0 deletions

6
plugin.json Normal file
View file

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