QQ邮箱邮件提醒

QQ邮箱邮件提醒

当您使用微信账号登录QQ邮箱时可实时接收邮件提醒

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "name": "QQ邮箱邮件提醒",
  "description": "当您使用微信账号登录QQ邮箱时可实时接收邮件提醒",
  "homepage_url": "https://wx.mail.qq.com/",
  "browser_action": {
    "default_icon": "images/icon96.png"
  },
  "permissions": [
    "https://wx.mail.qq.com/",
    "notifications",
    "cookies",
    "*://*.mail.qq.com/"
  ],
  "icons": {
    "96": "images/icon96.png",
    "444": "images/icon444.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.mail.qq.com/*"
    ]
  },
  "manifest_version": 2,
  "version": "1.0.0",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}