From fff8e71ac0dcabeb9c9dbce4c2c122f831646cc6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 15 Oct 2016 16:06:33 -0400 Subject: [PATCH] adapt for Firefox webext / chrome.privacy not available yet --- platform/webext/manifest.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 311506494..f15370122 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -4,6 +4,14 @@ "name": "uBlock Origin", "version": "1.9.15.3", + "applications": { + "gecko": { + "id": "uBlock0@raymondhill.net", + "strict_min_version": "51.0", + "strict_max_version": "52.*" + } + }, + "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { @@ -38,7 +46,6 @@ "all_frames": false } ], - "incognito": "split", "minimum_chrome_version": "26.0", "optional_permissions": [ "file:///*" ], "options_page": "dashboard.html", @@ -47,7 +54,6 @@ }, "permissions": [ "contextMenus", - "privacy", "storage", "tabs", "unlimitedStorage",