From 0978a8e519d66623d2561b572218adba08c630ff Mon Sep 17 00:00:00 2001 From: Happy-Ferret Date: Wed, 4 Apr 2018 13:26:31 +0200 Subject: [PATCH 1/2] Update README.md Fix Firefox AMO link. => Prior link was to the developer API. Thus not accessible by any regular user. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297f18f..195c43e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is completely open source: https://github.com/sw-yx/async-render-toolbox I ### Install the Chrome extension [here](https://chrome.google.com/webstore/detail/fbchcodfbfjeededacomngobhnndcgol) -### Install the Firefox extension [here](https://addons.mozilla.org/en-US/developers/addon/async-render-toolbox/) +### Install the Firefox extension [here](https://addons.mozilla.org/en-US/firefox/addon/async-render-toolbox/) Then: From 4b23678017e3f9138462e91d0ec0fb4a79b80021 Mon Sep 17 00:00:00 2001 From: Happy-Ferret Date: Wed, 4 Apr 2018 13:30:43 +0200 Subject: [PATCH 2/2] Fix/modernize Manifest - "options_page" is deprecated under Chrome and not implemented at all in Firefox. --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9ebaa93..c579f69 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,9 @@ "scripts": ["background.js"], "persistent": false }, - "options_page": "options.html", + "options_ui": { + "page": "options.html" + }, "homepage_url": "https://github.com/sw-yx/async-render-toolbox", "incognito": "spanning", "manifest_version": 2