diff options
author | Teddy Wing | 2021-01-17 15:46:28 +0100 |
---|---|---|
committer | Teddy Wing | 2021-01-17 15:46:28 +0100 |
commit | 2a5a08d91b800b21b207d282dadb47d4266ddcac (patch) | |
tree | 2733c62ca3cc58ceb1ba8923af387f0575e99fb8 | |
download | extreload-2a5a08d91b800b21b207d282dadb47d4266ddcac.tar.bz2 |
Add manifest.json
-rw-r--r-- | extension/manifest.json | 14 |
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" + ] +} |