Công cụ đặt hàng Azila.vn

Công cụ đặt hàng Azila.vn

Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "images/azila_64x64.png",
    "default_title": "Đặt hàng Azila.vn"
  },
  "name": "Công cụ đặt hàng Azila.vn",
  "description": "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc",
  "icons": {
    "16": "images/azila_16x16.png",
    "32": "images/azila_32x32.png",
    "64": "images/azila_64x64.png",
    "128": "images/azila_128x128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "/css/bootstrap-theme.css",
        "/css/content.css"
      ],
      "js": [
        "/scripts/jquery.js",
        "/scripts/jqueryui.js",
        "/scripts/lodash.js",
        "/scripts/rules.js",
        "/scripts/main.js"
      ],
      "matches": [
        "http://localhost/*",
        "*://azila.vn/*",
        "*://*.azila.vn/",
        "*://*.demo-order.com/",
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*",
        "*://detail.1688.com/*",
        "*://wwww.amazon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "scripts/*",
        "css/*"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "manifest_version": 3,
  "version": "3.9"
}