Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
fixed "WARN Please specify whether you want browser_style or not in your browser_action options"
  • Loading branch information
Albirew committed Mar 29, 2018
1 parent 17af6ae commit 9fc038e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9fc038e

Please sign in to comment.