PAKAGO - Mua sắm khắp năm châu

PAKAGO - Mua sắm khắp năm châu

Công cụ hỗ trợ mua hàng quốc tế

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PAKAGO - Mua sắm khắp năm châu",
  "version": "1.0.0",
  "description": "Công cụ hỗ trợ mua hàng quốc tế",
  "permissions": [
    "storage",
    "notifications"
  ],
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "browser_action": {
    "default_icon": "img/16x16.png",
    "default_title": "Pakago.com",
    "default_popup": "html/panel.html"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/message/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "js/config.js",
        "js/helper.js",
        "js/aggregate/abstract-aggregate.js",
        "js/ui.js",
        "js/observe.js",
        "js/message/content_scripts.js"
      ],
      "css": [],
      "all_frames": true
    },
    {
      "run_at": "document_start",
      "matches": [
        "*://*.amazon.com/*"
      ],
      "js": [
        "js/aggregate/amazon_us.js",
        "js/main.js"
      ],
      "css": [
        "css/menubar.css",
        "css/ui.css",
        "css/warning-modal.css"
      ],
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "homepage_url": "https://pakago.com/lien-he"
}