Revert "Bug fix"

This reverts commit 6c15d1a399.
Cette révision appartient à :
Albirew 2018-03-29 19:18:56 +02:00
Parent 6c15d1a399
révision 17af6aea37
2 fichiers modifiés avec 2 ajouts et 4 suppressions

Voir le fichier

@ -34,7 +34,6 @@ Hit back and try another one!
* Add "list all versions" for The Internet Archive. * Add "list all versions" for The Internet Archive.
* Add MementoWeb TimeTravel source. * Add MementoWeb TimeTravel source.
* Updated icons (HD) * Updated icons (HD)
* Bug fixes.
* Version 5 * Version 5
* Merged with WebExtensions version from Arrantius (#3 #10) * Merged with WebExtensions version from Arrantius (#3 #10)
* Does not include netError page ([not currently possible](http://bugzil.la/1376793)) * Does not include netError page ([not currently possible](http://bugzil.la/1376793))

Voir le fichier

@ -10,7 +10,7 @@
"applications": { "applications": {
"gecko": { "gecko": {
"id": "resurrect-pages@albirew.fr", "id": "resurrect-pages@albirew.fr",
"strict_min_version": "57" "strict_min_version": "57.0"
} }
}, },
@ -24,8 +24,7 @@
"browser_action": { "browser_action": {
"default_icon": "icons/page-32.png", "default_icon": "icons/page-32.png",
"default_title": "__MSG_extensionName__", "default_title": "__MSG_extensionName__",
"default_popup": "popup.htm", "default_popup": "popup.htm"
"browser_style":true
}, },
"commands": { "commands": {