Cette révision appartient à :
Albirew 2018-03-29 19:10:01 +02:00
Parent 9565aea0ea
révision 6c15d1a399
2 fichiers modifiés avec 4 ajouts et 2 suppressions

Voir le fichier

@ -34,6 +34,7 @@ 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.0" "strict_min_version": "57"
} }
}, },
@ -24,7 +24,8 @@
"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": {