fixed "WARN Please specify whether you want browser_style or not in your browser_action options"
Cette révision appartient à :
Albirew 2018-03-29 19:24:50 +02:00
Parent 17af6aea37
révision 9fc038e1dd
2 fichiers modifiés avec 3 ajouts et 1 suppressions

Voir le fichier

@ -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))

Voir le fichier

@ -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": {