Notifier for Reddit

Notifier for Reddit

Desktop notifictations for your reddit inbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notifier for Reddit",
  "version": "0.3.0",
  "manifest_version": 2,
  "description": "Desktop notifictations for your reddit inbox.",
  "homepage_url": "http://google.com",
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "options_page": "html/options.html",
  "browser_action": {
    "default_title": "Notifier for Reddit",
    "default_popup": "html/browserAction.html",
    "default_icon": {
      "19": "icons/envelope_read_19.png",
      "38": "icons/envelope_read_38.png"
    }
  },
  "permissions": [
    "http://reddit-notifier-oauth-exchange.herokuapp.com/*",
    "https://oauth.reddit.com/*",
    "https://www.reddit.com/*",
    "identity",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs"
  ]
}