From 231da687744f95f0c7f634eec3c1ea27ea5ec761 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Tue, 3 Oct 2017 12:04:15 +0300 Subject: [PATCH] Preferences accessible from addons page --- manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.json b/manifest.json index 4342130..e644711 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,10 @@ "128": "icons/icon128.png" }, "permissions": [ "activeTab", "storage" ], + "options_ui": { + "page": "options.html", + "open_in_tab": true + }, "browser_action": { "default_icon": { "19": "icons/icon19.png",