Page to design

Page to design

Convert any webpage into Figma as editable designs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.3.0",
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "src/app/popup/index.html"
  },
  "icons": {
    "16": "src/assets/icon.png",
    "32": "src/assets/[email protected]",
    "48": "src/assets/[email protected]",
    "128": "src/assets/[email protected]"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "resources": [
        "src/content-script/inject-figma.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "src/assets/[email protected]"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/createLucideIcon-PrVFnITF.js",
        "assets/browser-polyfill-ex67rx5-.js",
        "assets/utils-nBli9pg5.js",
        "assets/arrow-up-right-from-square-pfteItCD.js",
        "assets/html-to-layer.tsx-2AtbTyOP.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "resources": [
        "assets/createLucideIcon-PrVFnITF.js",
        "assets/browser-polyfill-ex67rx5-.js",
        "assets/arrow-up-right-from-square-pfteItCD.js",
        "assets/inject.tsx-tFcDdR0X.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/html-to-layer.tsx-loader-MryTX2SK.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.figma.com/*"
      ]
    },
    {
      "js": [
        "assets/inject.tsx-loader-tzkM-ioI.js"
      ],
      "matches": [
        "*://*.figma.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}