]> git.wh0rd.org - tt-rss.git/blob - utils/notifier/manifest.json
notifier: add badge; bump version
[tt-rss.git] / utils / notifier / manifest.json
1 {
2 "name": "Tiny Tiny RSS Notifier",
3 "background_page": "background.html",
4 "version": "0.2",
5 "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation",
6 "options_page": "options.html",
7 "icons": { "48": "images/icon.png", "128": "images/icon.png" },
8 "browser_action": {
9 "default_icon": "images/normal.png",
10 "default_title": "You have no unread articles.",
11 "popup.disabled": "popup.html"
12 },
13 "permissions": [
14 "tabs", "http://*/*", "https://*/*"
15 ]
16 }