DSize: Dropship Clothing Size Chart

DSize: Dropship Clothing Size Chart

Import dropship clothing size charts from Aliexpress with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DSize: Dropship Clothing Size Chart",
  "description": "Import dropship clothing size charts from Aliexpress with one click.",
  "version": "1.2.3",
  "manifest_version": 3,
  "icons": {
    "16": "/images/logo16x16.png",
    "32": "/images/logo32x32.png",
    "48": "/images/logo48x48.png",
    "128": "/images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/logo16x16.png",
      "32": "/images/logo32x32.png",
      "48": "/images/logo48x48.png",
      "128": "/images/logo.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://sizecharts.boutiqes.com/*"
    ]
  }
}