Công cụ đặt hàng DaikimLogistic

Công cụ đặt hàng DaikimLogistic

Công cụ đặt hàng DaikimLogistic

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icon.jpg"
  },
  "icons": {
    "16": "icon.jpg",
    "48": "icon.jpg",
    "128": "icon.jpg"
  },
  "content_scripts": [
    {
      "js": [
        "node_modules/chrome-inject-eval/dist/umd.min.js",
        "js/jquery.js",
        "js/script.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ]
    }
  ],
  "description": "Công cụ đặt hàng DaikimLogistic",
  "manifest_version": 3,
  "name": "Công cụ đặt hàng DaikimLogistic",
  "host_permissions": [
    "http://daikimlogistics.com/*",
    "https://daikimlogistics.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "version": "1.8",
  "web_accessible_resources": [
    {
      "resources": [
        "css/main.css"
      ],
      "matches": [],
      "extension_ids": []
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}