HTML to Framer

HTML to Framer

Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HTML to Framer",
  "version": "0.6",
  "description": "Bring your own website into Framer with a few clicks. Simply copy and paste web elements and edit them directly in Framer.",
  "permissions": [
    "activeTab",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "background": {
    "service_worker": "./build/background.js"
  },
  "action": {
    "default_title": "Start the extension"
  },
  "icons": {
    "16": "icons/default/icon16.png",
    "32": "icons/default/icon32.png",
    "48": "icons/default/icon48.png",
    "128": "icons/default/icon128.png"
  }
}