diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-02-12 22:28:36 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-02-12 22:28:36 +0300 |
commit | f2a3e2c608941630fbe1006bc0aee2209b672faf (patch) | |
tree | bccaf0926bef1cd180ee9bf37755aaa21e9e66aa /src/manifest.json | |
parent | Rewrote Exceptions logic and design #29 (diff) | |
download | libredirect-f2a3e2c608941630fbe1006bc0aee2209b672faf.zip |
Added chrome support #18
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/manifest.json b/src/manifest.json index 764650ae..76ab1fe2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -15,21 +15,11 @@ "128": "assets/images/libredirect.svg" }, "permissions": [ - "tabs", "storage", "webRequest", "webRequestBlocking", "<all_urls>" ], - "page_action": { - "default_title": "Change Instance", - "default_icon": { - "16": "assets/images/libredirect.svg", - "32": "assets/images/libredirect.svg", - "48": "assets/images/libredirect.svg", - "128": "assets/images/libredirect.svg" - } - }, "browser_action": { "default_title": "LibRedirect", "browser_style": false, |