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",