Skip to content

Commit

Permalink
Revert "Bug fix"
Browse files Browse the repository at this point in the history
This reverts commit 6c15d1a.
  • Loading branch information
Albirew committed Mar 29, 2018
1 parent 6c15d1a commit 17af6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Hit back and try another one!
* Add "list all versions" for The Internet Archive.
* Add MementoWeb TimeTravel source.
* Updated icons (HD)
* Bug fixes.
* Version 5
* Merged with WebExtensions version from Arrantius (#3 #10)
* Does not include netError page ([not currently possible](http://bugzil.la/1376793))
Expand Down
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57"
"strict_min_version": "57.0"
}
},

Expand All @@ -24,8 +24,7 @@
"browser_action": {
"default_icon": "icons/page-32.png",
"default_title": "__MSG_extensionName__",
"default_popup": "popup.htm",
"browser_style":true
"default_popup": "popup.htm"
},

"commands": {
Expand Down

0 comments on commit 17af6ae

Please sign in to comment.