summaryrefslogtreecommitdiff
path: root/utils/notifier/manifest.json
blob: 191842a3e81a0db757dfaf83ced0c0f257fae556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Tiny Tiny RSS Notifier",
  "background_page": "background.html",
  "version": "0.4",
  "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."
  },
  "permissions": [
    "tabs", "http://*/*", "https://*/*"
  ]
}