summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtoscer <[email protected]>2017-11-30 13:08:15 +0100
committerwtoscer <[email protected]>2017-11-30 13:08:15 +0100
commit1d31f134fb7c29012e2c44b32274fd998812b5fb (patch)
treee946521aa5df765bc56b02b5cd9655026d0ce015
parent0a61d4407ec17ccdceb80c1331de46152426ce34 (diff)
use option_ui
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
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",