From ba213fe5f05579f70d54c2a757e6571ed5fb0a9e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Feb 2012 12:38:07 +0400 Subject: remove chrome notifier from the main repo --- utils/notifier/manifest.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 utils/notifier/manifest.json (limited to 'utils/notifier/manifest.json') diff --git a/utils/notifier/manifest.json b/utils/notifier/manifest.json deleted file mode 100644 index c1935efec..000000000 --- a/utils/notifier/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Tiny Tiny RSS Notifier", - "background_page": "background.html", - "version": "0.5.1", - "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation", - "options_page": "options.html", - "icons": { "48": "images/icon_48.png", "128": "images/icon_128.png" }, - "browser_action": { - "default_icon": "images/normal.png", - "default_title": "You have no unread articles." - }, - "permissions": [ "http://*/*", "https://*/*" ] -} -- cgit v1.2.3