From 17af6aea3797518332df23ee5fd2cf11c3a9b912 Mon Sep 17 00:00:00 2001 From: Albirew Date: Thu, 29 Mar 2018 19:18:56 +0200 Subject: [PATCH] Revert "Bug fix" This reverts commit 6c15d1a399ee9c8126369f6aa4b5aa94512dd088. --- README.md | 1 - manifest.json | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccf9d1f..2dbbe5a 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/manifest.json b/manifest.json index 5defb1c..7bdc0d3 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "applications": { "gecko": { "id": "resurrect-pages@albirew.fr", - "strict_min_version": "57" + "strict_min_version": "57.0" } }, @@ -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": {