1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-12 14:24:09 +02:00
ttrss/utils/notifier/manifest.json
2012-01-26 15:38:26 +04:00

14 lines
487 B
JSON

{
"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://*/*" ]
}