Faslet Integration Assistant

Faslet Integration Assistant

Validates and provides insights on the integration status of the Faslet Size Me Up Assistant on your web shop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Faslet Integration Assistant",
  "version": "0.0.4",
  "description": "Validates and provides insights on the integration status of the Faslet Size Me Up Assistant on your web shop.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "src/detection.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}