GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá

GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá

[R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GiaSoc24h.com - Tiện ích tìm kiếm mã giảm giá",
  "description": "[R] Cung cấp danh sách các mã giảm giá cho từng sản phẩm trên Shopee.",
  "version": "1.3.0",
  "action": {
    "default_icon": "images/icon19.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://shopee.vn/*",
    "https://giasoc24h.com/api/v1/shopee/*",
    "https://api2.giasoc24h.com/*"
  ],
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/lib/zepto.min.js",
        "js/contentscripts.js"
      ],
      "matches": [
        "https://shopee.vn/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject/script.js"
      ],
      "matches": [
        "https://shopee.vn/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
  }
}