From 051fc411c80514d1e1c44d4bf1e48738529cf749 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Mon, 7 Jan 2019 15:41:44 -0600 Subject: [PATCH] Fix #5244, use incognito: spanning in manifest Soon Firefox will disable add-ons without this, or require people to opt-in --- webextension/manifest.json.template | 1 + 1 file changed, 1 insertion(+) diff --git a/webextension/manifest.json.template b/webextension/manifest.json.template index 527a8afcd0..a070ebb86a 100644 --- a/webextension/manifest.json.template +++ b/webextension/manifest.json.template @@ -5,6 +5,7 @@ "description": "__MSG_addonDescription__", "author": "__MSG_addonAuthorsList__", "homepage_url": "https://github.com/mozilla-services/screenshots", + "incognito": "spanning", "applications": { "gecko": { "id": "screenshots@mozilla.org",