aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extension/manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
new file mode 100644
index 0000000..f590756
--- /dev/null
+++ b/extension/manifest.json
@@ -0,0 +1,14 @@
+{
+ "manifest_version": 2,
+ "name": "ExtReload",
+ "description": "Reload extensions",
+ "version": "0.0.1",
+
+ "background": {
+ "scripts": ["background.js"]
+ },
+
+ "permissions": [
+ "management"
+ ]
+}