summaryrefslogtreecommitdiff
path: root/utils/notifier/manifest.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-20 12:38:07 +0400
committerAndrew Dolgov <[email protected]>2012-02-20 12:38:07 +0400
commitba213fe5f05579f70d54c2a757e6571ed5fb0a9e (patch)
tree8cc2e199473e81ee5bd3dc91c8b1011da4ce93f5 /utils/notifier/manifest.json
parent5f85d90d7144ffcf394626835ecfb7caf4b8595f (diff)
remove chrome notifier from the main repo
Diffstat (limited to 'utils/notifier/manifest.json')
-rw-r--r--utils/notifier/manifest.json13
1 files changed, 0 insertions, 13 deletions
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://*/*" ]
-}