Giao hàng tiết kiệm

Giao hàng tiết kiệm

Giao hàng tiết kiệm

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Giao hàng tiết kiệm",
  "description": "Giao hàng tiết kiệm",
  "version": "0.0.1",
  "author": "Hoang Nhat Nguyen <[email protected]>",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "ico16.png",
    "48": "ico48.png",
    "128": "ico128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://services.giaohangtietkiem.vn/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}