]> git.wh0rd.org - tt-rss.git/blame - utils/notifier/manifest.json
update notifier permissions and logos
[tt-rss.git] / utils / notifier / manifest.json
CommitLineData
f0ea2da5
AD
1{
2 "name": "Tiny Tiny RSS Notifier",
3 "background_page": "background.html",
9de4bb48 4 "version": "0.5.1",
f0ea2da5
AD
5 "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation",
6 "options_page": "options.html",
9de4bb48 7 "icons": { "48": "images/icon_48.png", "128": "images/icon_128.png" },
f0ea2da5
AD
8 "browser_action": {
9 "default_icon": "images/normal.png",
1f7b77d1 10 "default_title": "You have no unread articles."
f0ea2da5 11 },
9de4bb48 12 "permissions": [ "http://*/*", "https://*/*" ]
f0ea2da5 13}