Lupi - Trợ lý người bán

Lupi - Trợ lý người bán

Lupi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "title": "Lupi - Trợ lý người bán",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "default_locale": "vi",
  "description": "__MSG_app_desc__",
  "background": {
    "service_worker": "background/background.js"
  },
  "action": {
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/jquery.min.js",
        "/js/toastr.js",
        "contants.js",
        "content/utils.js",
        "content/content.js"
      ],
      "css": [
        "css/main.css",
        "css/toastr.css",
        "css/modal.css",
        "css/loader.css"
      ],
      "matches": [
        "*://*.shopee.tw/*",
        "*://shopee.tw/*",
        "*://*.shopee.cn/*",
        "*://shopee.cn/*",
        "*://*.shopeesz.com/*",
        "*://*.shopee.co.id/*",
        "*://shopee.co.id/*",
        "*://*.shopee.vn/*",
        "*://shopee.vn/*",
        "*://shopee.co.th/*",
        "*://*.shopee.co.th/*",
        "*://shopee.ph/*",
        "*://*.shopee.ph/*",
        "*://shopee.com.my/*",
        "*://*.shopee.com.my/*",
        "*://shopee.sg/*",
        "*://*.shopee.sg/*",
        "*://shopee.com/*",
        "*://*.shopee.com/*",
        "*://shopee.com.br/*",
        "*://*.shopee.com.br/*",
        "*://shopee.com.mx/*",
        "*://*.shopee.com.mx/*",
        "*://*.1688.com/*",
        "*://*.lazada.com.my/*",
        "*://*.lazada.co.id/*",
        "*://*.lazada.com.ph/*",
        "*://*.lazada.sg/*",
        "*://*.lazada.co.th/*",
        "*://*.lazada.vn/*"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "http://localhost:3000/*",
      "https://lupi.asia/*",
      "*://*.shopee.vn/*"
    ],
    "accepts_tls_channel_id": false
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "16": "public/icons/16.png",
    "32": "public/icons/32.png",
    "96": "public/icons/96.png",
    "192": "public/icons/192.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "cookies"
  ],
  "host_permissions": [
    "*://*.shopee.tw/*",
    "*://shopee.tw/*",
    "*://*.shopee.cn/*",
    "*://shopee.cn/*",
    "*://*.shopeesz.com/*",
    "*://*.shopee.co.id/*",
    "*://shopee.co.id/*",
    "*://*.shopee.vn/*",
    "*://shopee.vn/*",
    "*://shopee.co.th/*",
    "*://*.shopee.co.th/*",
    "*://shopee.ph/*",
    "*://*.shopee.ph/*",
    "*://shopee.com.my/*",
    "*://*.shopee.com.my/*",
    "*://shopee.sg/*",
    "*://*.shopee.sg/*",
    "*://shopee.com/*",
    "*://*.shopee.com/*",
    "*://shopee.com.br/*",
    "*://*.shopee.com.br/*",
    "*://shopee.com.mx/*",
    "*://*.shopee.com.mx/*",
    "*://*.1688.com/*",
    "*://*.lazada.com.my/*",
    "*://*.lazada.co.id/*",
    "*://*.lazada.com.ph/*",
    "*://*.lazada.sg/*",
    "*://*.lazada.co.th/*",
    "*://*.lazada.vn/*",
    "*://*.lupi.asia/*",
    "*://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.1"
}