Mail Checker

Mail Checker

Displays the number of unread mails in your Mail inbox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "2.4",
  "homepage_url": "https://chrome.google.com/webstore/detail/kaklalnjjcbnacalpghdfokeohelpbnf?hl=zh-CN",
  "background_page": "background.html",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "cookies",
    "http://*.126.com/*",
    "https://*.126.com/*",
    "http://*.163.com/*",
    "https://*.163.com/*",
    "http://*.qq.com/*",
    "https://*.qq.com/*",
    "http://*.yeah.net/*",
    "https://*.yeah.net/*"
  ],
  "content_security_policy": "connect-src 'self' https://*.163.com http://*.163.com https://*.126.com http://*.126.com https://*.yeah.net http://*.yeah.net https://*.qq.com http://*.qq.com; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; default-src 'self'",
  "browser_action": {
    "default_title": "__MSG_browser_action_title__"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "default_locale": "zh_CN",
  "manifest_version": 2
}