1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

update notifier permissions and logos

This commit is contained in:
Andrew Dolgov
2012-01-26 15:38:26 +04:00
parent a689cd4770
commit 9de4bb4898
6 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -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://*/*" ]
}