tt-rss/utils/notifier/manifest.json

16 lines
492 B
JSON
Raw Normal View History

2010-02-17 12:26:25 +01:00
{
"name": "Tiny Tiny RSS Notifier",
"background_page": "background.html",
"version": "0.3",
2010-02-17 12:26:25 +01:00
"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" },
"browser_action": {
"default_icon": "images/normal.png",
"default_title": "You have no unread articles."
2010-02-17 12:26:25 +01:00
},
"permissions": [
"tabs", "http://*/*", "https://*/*"
]
}