summaryrefslogtreecommitdiff
path: root/utils/notifier/manifest.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-26 15:38:26 +0400
committerAndrew Dolgov <[email protected]>2012-01-26 15:38:26 +0400
commit9de4bb4898b25126bfb1554ec970e79f2b2ec0d0 (patch)
treed81aad66e3b52a1388e7a2d4cae4eb8693dfab8e /utils/notifier/manifest.json
parenta689cd4770847e94323a55010711646df7d05cdd (diff)
update notifier permissions and logos
Diffstat (limited to 'utils/notifier/manifest.json')
-rw-r--r--utils/notifier/manifest.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/utils/notifier/manifest.json b/utils/notifier/manifest.json
index e76b07637..c1935efec 100644
--- a/utils/notifier/manifest.json
+++ b/utils/notifier/manifest.json
@@ -1,15 +1,13 @@
{
"name": "Tiny Tiny RSS Notifier",
"background_page": "background.html",
- "version": "0.5",
+ "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.png", "128": "images/icon.png" },
+ "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": [
- "tabs", "http://*/*", "https://*/*"
- ]
+ "permissions": [ "http://*/*", "https://*/*" ]
}