POKY WooCommerce - Product Importer

POKY WooCommerce - Product Importer

Import products from Multi platforms and Shopify stores to your store with one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "POKY WooCommerce - Product Importer",
  "description": "Import products from Multi platforms and Shopify stores to your store with one click!",
  "homepage_url": "https://poky.app",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/next.js"
      ]
    }
  ],
  "version": "6.0.0",
  "manifest_version": 3
}