]> git.wh0rd.org - tt-rss.git/blobdiff - utils/notifier/manifest.json
notifier: support showing fresh articles in the badge
[tt-rss.git] / utils / notifier / manifest.json
index 59630f922729f05c4ea72196df55ab8967613263..9142910ceadd4058837f8eb4234d1fec324ad2b0 100644 (file)
@@ -1,14 +1,13 @@
 {
   "name": "Tiny Tiny RSS Notifier",
   "background_page": "background.html",
-  "version": "0.1",
+  "version": "0.3",
   "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation",
   "options_page": "options.html",
   "icons": { "48": "images/icon.png", "128": "images/icon.png" },
   "browser_action": {
     "default_icon": "images/normal.png",
-    "default_title": "You have no unread articles.",
-        "-popup": "popup.html"
+    "default_title": "You have no unread articles."
   },
   "permissions": [
     "tabs", "http://*/*", "https://*/*"