FreeDropship - Dropship the winning products

FreeDropship - Dropship the winning products

FreeDropship - Find and dropship the Aliexpress winning products easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FreeDropship - Dropship the winning products",
  "short_name": "FreeDropship",
  "description": "FreeDropship - Find and dropship the Aliexpress winning products easily.",
  "version": "2.0.2",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*.freedropship.org/",
    "*://freedropship.org/",
    "*://*.aliexpress.com/*",
    "*://*.aliexpress.us/*"
  ],
  "permissions": [
    "tabs",
    "storage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.us/*"
      ],
      "js": [
        "aliexpressContent.bundle.js"
      ],
      "css": [
        "aliexpressContent.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.bundle.js",
        "assets/logo.png",
        "assets/images/Shopify-Stats-Facts-and-Trends.jpeg"
      ],
      "matches": [
        "*://*.freedropship.org/*",
        "*://freedropship.org/*",
        "*://*.aliexpress.com/*",
        "*://*.aliexpress.us/*"
      ],
      "extension_ids": []
    }
  ]
}