From 1d31f134fb7c29012e2c44b32274fd998812b5fb Mon Sep 17 00:00:00 2001 From: wtoscer Date: Thu, 30 Nov 2017 13:08:15 +0100 Subject: use option_ui --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 75b6f39..30f391d 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "version": "0.5.2", "manifest_version": 2, "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation", - "options_page": "options.html", + "options_ui": {"page" : "options.html"}, "icons": { "48": "images/icon_48.png", "128": "images/icon_128.png" }, "browser_action": { "default_icon": "images/normal.png", -- cgit v1.2.3