]> git.wh0rd.org - tt-rss.git/blame - utils/notifier/manifest.json
notifier: add badge; bump version
[tt-rss.git] / utils / notifier / manifest.json
CommitLineData
f0ea2da5
AD
1{
2 "name": "Tiny Tiny RSS Notifier",
3 "background_page": "background.html",
01701654 4 "version": "0.2",
f0ea2da5
AD
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.",
01701654 11 "popup.disabled": "popup.html"
f0ea2da5
AD
12 },
13 "permissions": [
14 "tabs", "http://*/*", "https://*/*"
15 ]
16}