fixed bug
fixed "WARN Please specify whether you want browser_style or not in your browser_action options"
This commit is contained in:
parent
17af6aea37
commit
9fc038e1dd
2 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue