没得比 实时推送

没得比 实时推送

没得比,海内外超值商品推荐_主张理性消费的中立导购平台 官方网址:http://www.meidebi.com/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "htm/background.html"
  },
  "browser_action": {
    "default_icon": "img/mdb19.png",
    "default_popup": "htm/popup.html"
  },
  "description": "没得比,海内外超值商品推荐_主张理性消费的中立导购平台 官方网址:http://www.meidebi.com/",
  "homepage_url": "http://www.meidebi.com",
  "icons": {
    "16": "img/favicon.ico",
    "48": "img/mdb48.png",
    "128": "img/mdb128.png"
  },
  "manifest_version": 2,
  "name": "没得比 实时推送",
  "options_page": "htm/options.html",
  "permissions": [
    "contextMenus",
    "notifications",
    "http://*.meidebi.com/",
    "http://*.mdbimg.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1"
}