ShopBuddy for Hong Kong

ShopBuddy for Hong Kong

不要錯過來自hk.shop.com 的額外現金回贈! 消費越多賺越多!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopBuddy for Hong Kong",
  "version": "4.0.3.0",
  "description": "不要錯過來自hk.shop.com 的額外現金回贈! 消費越多賺越多!!",
  "homepage_url": "https://hk.shop.com",
  "browser_action": {
    "default_icon": {
      "20": "./icons/20x20.png"
    },
    "default_title": "ShopBuddy Hong Kong"
  },
  "author": "shop.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "background/bundle.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "24": "./icons/24x24.png",
    "48": "./icons/48x48.png",
    "128": "./icons/128x128.png"
  },
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "icons/*.png"
  ]
}