ShopBuddy Taiwan - 享受購物同時賺取現金回饋

ShopBuddy Taiwan - 享受購物同時賺取現金回饋

不要錯過來自tw.shop.com 的現金回饋! 消費越多賺越多!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopBuddy Taiwan - 享受購物同時賺取現金回饋",
  "version": "4.0.11.0",
  "description": "不要錯過來自tw.shop.com 的現金回饋! 消費越多賺越多!!",
  "homepage_url": "http://tw.shop.com/",
  "author": "shop.com",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "alarms"
  ],
  "background": {
    "service_worker": "background/bundle.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "24": "./icons/24x24.png",
    "48": "./icons/48x48.png",
    "128": "./icons/128x128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*.css",
        "content/*.svg",
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_icon": {
      "20": "./icons/20x20.png"
    },
    "default_title": "ShopBuddy Taiwan"
  }
}