aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-01-17 15:46:28 +0100
committerTeddy Wing2021-01-17 15:46:28 +0100
commit2a5a08d91b800b21b207d282dadb47d4266ddcac (patch)
tree2733c62ca3cc58ceb1ba8923af387f0575e99fb8
downloadextreload-2a5a08d91b800b21b207d282dadb47d4266ddcac.tar.bz2
Add manifest.json
-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"
+ ]
+}