Ecomwings

Ecomwings

Ecomwings helps Import products from AliExpress to your Shopify store and automate your drop shipping business

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ecomwings",
  "version": "1.2.3",
  "permissions": [
    "background",
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "background-script.js"
    ]
  },
  "description": "Ecomwings helps Import products from AliExpress to your Shopify store and automate your drop shipping business",
  "browser_action": {
    "default_title": "Ecomwings",
    "default_popup": "index.html#/popup"
  },
  "icons": {
    "16": "assets/crm-icon.png",
    "48": "assets/crm-icon.png",
    "128": "assets/crm-icon.png"
  },
  "web_accessible_resources": [
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery.min.js",
        "toastr.min.js",
        "content-script.js"
      ],
      "css": [
        "toastr.min.css",
        "ali-styles.min.css"
      ]
    }
  ]
}