迷你淘-什么值得买,天天新发现

迷你淘-什么值得买,天天新发现

感谢您使用“迷你淘官网实时推送”插件!本插件的用途在于每天及时发现并且第一时间为网友提供全网优惠促销信息,包含网上购物、旅游、信用卡活动等

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "htm/background.html"
  },
  "browser_action": {
    "default_icon": "img/ico_48.png",
    "default_popup": "htm/popup.html"
  },
  "description": "感谢您使用“迷你淘官网实时推送”插件!本插件的用途在于每天及时发现并且第一时间为网友提供全网优惠促销信息,包含网上购物、旅游、信用卡活动等",
  "homepage_url": "http://www.minitao.cn",
  "icons": {
    "16": "img/ico_16.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "manifest_version": 2,
  "name": "迷你淘-什么值得买,天天新发现",
  "options_page": "htm/options.html",
  "permissions": [
    "notifications",
    "http://localhost/wordpress/*",
    "http://www.minitao.cn/*"
  ],
  "version": "2.2"
}