Notify

Notify

Checks for unread messages from various sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notify",
  "description": "Checks for unread messages from various sites.",
  "version": "1.0.4",
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Notify"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "alarms",
    "https://www.facebook.com/",
    "https://mail.google.com/mail/feed/*",
    "https://www.google.com/voice/request/*",
    "http://google.com/voice/request/*"
  ]
}