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