POKY - Product Importer

POKY - Product Importer

Import products from Multi platforms and Shopify stores 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 - Product Importer",
  "description": "Import products from Multi platforms and Shopify stores with one click!",
  "homepage_url": "https://poky.app",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/next.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/level.js"
  },
  "version": "7.1.0",
  "manifest_version": 3
}