Webflow Extension by Peeks

Webflow Extension by Peeks

Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Webflow Extension by Peeks",
  "version": "0.0.45",
  "manifest_version": 3,
  "description": "Boost your productivity on Webflow with our tools, including AI-powered automatic Alt text generation.",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "peeks.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://webflow.com/design/*",
        "https://peeks.co/*",
        "https://*.design.webflow.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/peeks-button-icon.svg"
      ],
      "matches": [
        "https://webflow.com/*",
        "https://*.design.webflow.com/*"
      ]
    }
  ]
}