]> git.wh0rd.org - tt-rss.git/blame - utils/notifier/manifest.json
notifier: support showing fresh articles in the badge
[tt-rss.git] / utils / notifier / manifest.json
CommitLineData
f0ea2da5
AD
1{
2 "name": "Tiny Tiny RSS Notifier",
3 "background_page": "background.html",
fa7c9e65 4 "version": "0.3",
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",
1f7b77d1 10 "default_title": "You have no unread articles."
f0ea2da5
AD
11 },
12 "permissions": [
13 "tabs", "http://*/*", "https://*/*"
14 ]
15}