ShipXanh - Retail Management Software

ShipXanh - Retail Management Software

Copy from Shopee to Lazada, Tiktok Shop, WooCommerce copy from Lazada to Shopee, Tiktok Shop, WooCommerce billing software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "3.1.16",
  "description": "__MSG_appDesc__",
  "default_locale": "vi",
  "homepage_url": "https://www.shipxanh.com/",
  "options_page": "src/pages/options/index.html",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_icon": "images/logo.png"
  },
  "icons": {
    "128": "images/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle17143308391.chunk.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png",
        "locales/**/*",
        "images/**/*",
        "images/*",
        "scripts/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.shipxanh.com/*",
      "*://localhost/*"
    ]
  }
}