From 52f6ca1c587df2cc74b986bc82419c867c404f47 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 23 Apr 2022 00:42:11 +0200 Subject: Initial commit --- plugin.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugin.json (limited to 'plugin.json') diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..491d812 --- /dev/null +++ b/plugin.json @@ -0,0 +1,6 @@ +{ + "name": "Example Plugin", + "author": "John Doe", + "frontend_bundle": "dist/example-plugin.js", + "flags": ["hot_reload", "_root"] +} -- cgit v1.2.3