折扣汇-每日更新最新折扣商品

折扣汇-每日更新最新折扣商品

汇集300多家知名网上商城每日折扣商品,最方便使用的各大商城折扣大全,商城打折促销,折扣导航,您网上购物的最佳助手

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_chrome_extension_name__",
  "short_name": "__MSG_chrome_extension_short_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "1.1.0",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "default_locale": "zh_CN",
  "permissions": [
    "*://*/*",
    "webview",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "fileSystem",
    "fullscreen",
    "geolocation",
    "notifications",
    "storage",
    "tts",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  }
}