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