summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json
index 75b6f39..221230d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,13 +1,12 @@
{
"name": "Tiny Tiny RSS Notifier",
"background": {
- "scripts": ["js/background.js"],
- "persistent": false
+ "scripts": ["js/background.js"]
},
- "version": "0.5.2",
+ "version": "0.6",
"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",