From 1b1ec08bcaa439faf6cb44bf5beadfc911ea8878 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Mon, 21 Nov 2016 22:04:42 +0200 Subject: [PATCH] Fix manifest file. Can be signed and installs on Firefox. --- manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 728e6a2..5c05208 100755 --- a/manifest.json +++ b/manifest.json @@ -11,13 +11,13 @@ "128": "icons/icon128.png" }, "permissions": [ "activeTab", "storage" ], - "options_page": "options.html", "browser_action": { + "browser_style": true, "default_icon": { - "19": "images/icon19.png", - "38": "images/icon38.png" - }, - "default_icon": "icons/icon48.png", + "19": "icons/icon19.png", + "38": "icons/icon38.png", + "48": "icons/icon48.png" + }, "default_popup": "popup.html" }, "content_scripts": [{