diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 13c96b7..0107af7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zen Internet", - "version": "2.2.3", + "version": "2.2.4", "description": "Make the internet feel native and elegant. Zen Internet is a browser extension that enhances your browsing experience by providing a clean and minimalistic interface with transparency and a focus on content. Customize the features in the addon popup.", "browser_specific_settings": { "gecko": { @@ -17,9 +17,7 @@ "storage", "tabs", "<all_urls>", - "webNavigation", - "webRequest", - "webRequestBlocking" + "webNavigation" ], "browser_action": { "default_popup": "popup/popup.html", |