Tiện ích đặt hàng An Nam Order

Tiện ích đặt hàng An Nam Order

Công cụ hỗ trợ đặt hàng của An Nam Order trên trình duyệt Chrome & Coccoc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tiện ích đặt hàng An Nam Order",
  "version": "1.2.1",
  "manifest_version": 2,
  "description": "Công cụ hỗ trợ đặt hàng của An Nam Order trên trình duyệt Chrome & Coccoc.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "permissions": [
    "https://annamorder.vn/*"
  ],
  "background": {
    "scripts": [
      "dest/background.bundle.min.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon32.png"
  },
  "content_scripts": [
    {
      "js": [
        "dest/content.min.js",
        "dest/jquery.js"
      ],
      "matches": [
        "https://item.taobao.com/*",
        "https://detail.1688.com/*",
        "https://detail.tmall.com/*",
        "https://detail.tmall.hk/*",
        "https://chaoshi.detail.tmall.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "template/index.html",
    "css/main.css",
    "images/logo-addon.png"
  ]
}