Mail.BG Mail Notifier/Checker

Mail.BG Mail Notifier/Checker

Listens for new messages in your Mail.BG mailbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mail.BG Mail Notifier/Checker",
  "version": "0.7.2",
  "default_locale": "bg",
  "description": "__MSG_description__",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "mail_bg_inactive.png"
  },
  "icons": {
    "16": "mail_bg_16.png",
    "48": "mail_bg_48.png",
    "128": "mail_bg_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mail.bg/*"
      ],
      "js": [
        "content_script.js"
      ]
    },
    {
      "matches": [
        "*://beta.mail.bg/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "notifications",
    "background",
    "http://mail.bg/",
    "https://mail.bg/",
    "http://beta.mail.bg/",
    "https://beta.mail.bg/"
  ]
}