]> git.wh0rd.org - tt-rss.git/blob - utils/notifier/manifest.json
206dffd49726159b187a305ef939bd33bf7f6083
[tt-rss.git] / utils / notifier / manifest.json
1 {
2 "name": "Tiny Tiny RSS Notifier",
3 "background_page": "background.html",
4 "version": "0.2.1",
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 },
12 "permissions": [
13 "tabs", "http://*/*", "https://*/*"
14 ]
15 }