From 9fc038e1dd7063db20b1ba0de4589841d933da47 Mon Sep 17 00:00:00 2001 From: Albirew Date: Thu, 29 Mar 2018 19:24:50 +0200 Subject: [PATCH] fixed bug fixed "WARN Please specify whether you want browser_style or not in your browser_action options" --- README.md | 1 + manifest.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbbe5a..f10c65c 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Hit back and try another one! * Add "list all versions" for The Internet Archive. * Add MementoWeb TimeTravel source. * Updated icons (HD) + * Bug fix * Version 5 * Merged with WebExtensions version from Arrantius (#3 #10) * Does not include netError page ([not currently possible](http://bugzil.la/1376793)) diff --git a/manifest.json b/manifest.json index 7bdc0d3..36e1cba 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,8 @@ "browser_action": { "default_icon": "icons/page-32.png", "default_title": "__MSG_extensionName__", - "default_popup": "popup.htm" + "default_popup": "popup.htm", + "browser_style":false }, "commands": {