From 01701654eb01257ef96882ed5840a29355a353be Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Feb 2010 15:53:38 +0300 Subject: notifier: add badge; bump version --- utils/notifier/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/notifier/manifest.json') diff --git a/utils/notifier/manifest.json b/utils/notifier/manifest.json index 59630f922..f0f00953a 100644 --- a/utils/notifier/manifest.json +++ b/utils/notifier/manifest.json @@ -1,14 +1,14 @@ { "name": "Tiny Tiny RSS Notifier", "background_page": "background.html", - "version": "0.1", + "version": "0.2", "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" + "popup.disabled": "popup.html" }, "permissions": [ "tabs", "http://*/*", "https://*/*" -- cgit v1.2.3