01supply | Import Etsy products to Shopify

01supply | Import Etsy products to Shopify

01supply | Import Etsy product

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "01supply | Import Etsy products to Shopify",
  "version": "1.1.3",
  "description": "01supply | Import Etsy product",
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "512": "favicon.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "favicon.png",
        "favicon.svg",
        "load.svg",
        "copy.svg",
        "logo.svg"
      ],
      "matches": [
        "*://*.etsy.com/*",
        "*://*.01supply.com/*",
        "*://*.compassionate-ardinghelli-12d57b.netlify.app/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.etsy.com/*",
        "*://*.01supply.com/*",
        "*://*.compassionate-ardinghelli-12d57b.netlify.app/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "buttonImport.js",
        "createInvoice/index.js",
        "autoOrder/index.js",
        "autoOrder/newShippingDetect.js",
        "autoOrder/createOrder.js",
        "autoOrder/shippingBoxInformations.js",
        "chromeMessage/googleAuth/send.js",
        "chromeMessage/extensionInstalled.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiCfiSuplx8ifwU26dJwf7JIOAEaw/CdhK1gKwzEi1XEW72sGcqN9ZMD1NXwNt03PNFC+XbefydZE98MpanFaUgWVHXjMHmo4woox7ii1i0wTEC3zkw6Z4klqhtknD1z+bMCrl7jtis+KQCnKkhMZ4N5M2vwWtEnK5GI32mWl/0THGBTd5iqVXgirrsqU23W1VrHqtRS1zLGbxZ3upI/ctLbtHEY3ikV720r2CD65F1S7c2d3QzC671RV/dzOym8WtpgFPXbHJELVc5JBlhoQ9b3x9HN+TgWnDqSpZShYdKn0aRHW0Yb0RTSSzc7SZLEb5M3v60zhXShyKYQk55QY7wIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  }
}