From a74964bca14551b79b724cfc5a6562f5587f4746 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 29 Mar 2017 20:28:27 -0700 Subject: [PATCH] remove firefox-only key --- ext/manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index c23b1db8..d8c4d361 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -45,11 +45,5 @@ "description": "Open search window" } }, - "web_accessible_resources": ["fg/frame.html"], - "applications": { - "gecko": { - "id": "alex@foosoft.net", - "strict_min_version": "51.0" - } - } + "web_accessible_resources": ["fg/frame.html"] }