Katalog Auto-Fill Product Page - Extension

Katalog Auto-Fill Product Page - Extension

Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Katalog Auto-Fill Product Page - Extension",
  "version": "0.0.1",
  "description": "Scan Barcode and auto-complete Product Page informations. EAN, UPC, GTIN. Magento, Shopify... supported More infos: Katalog.world",
  "author": "[email protected]",
  "homepage_url": "https://www.katalog.world",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "short_name": "Katalog Auto Complete Product",
  "options_page": "src/pages/settings/index.html",
  "action": {
    "default_popup": "src/pages/extension_popup/index.html",
    "default_icon": "images/logo.png"
  },
  "icons": {
    "32": "images/logo.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo.png"
      ],
      "matches": []
    }
  ]
}