From 1c6456b66ff168044b2f2146b2c035e89983deb3 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 13 Sep 2017 23:10:48 -0400 Subject: [PATCH] Add `applications` key to manifest Fixes potential issues with storage.sync when add-on is loaded temporarily in Firefox. (#4) --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 3e46c20..472dc7f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,12 @@ "description": "Neutralizes annoying parts of the Medium reading experience so it's more enjoyable to read things.", "version": "1.2", + "applications": { + "gecko": { + "id": "mmra@matt.baer.works", + "strict_min_version": "42.0" + } + }, "options_ui": { "page": "options.html", "chrome_style": true