Examine source code of Page to design

Inspect and view changes in Page to design source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.4.4",
  "default_locale": "en",
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "src/app/popup/index.html"
  },
  "icons": {
    "16": "src/assets/logo.png",
    "32": "src/assets/logo@32.png",
    "48": "src/assets/logo@48.png",
    "128": "src/assets/logo@128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "debugger",
    "unlimitedStorage",
    "action"
  ],
  "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/logo@32.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/utils-HecgdiEZ.js",
        "assets/createLucideIcon-PrVFnITF.js",
        "assets/browser-polyfill-dthnGXbq.js",
        "assets/arrow-up-right-from-square-B_S_X_eY.js",
        "assets/chunk-E2HJRHOS-gSI8TaiP.js",
        "assets/chunk-QIZ4XBKF-bzu8Junz.js",
        "assets/html-to-layer.tsx-WXPVICRF.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "resources": [
        "assets/createLucideIcon-PrVFnITF.js",
        "assets/browser-polyfill-dthnGXbq.js",
        "assets/cache-3R5jnhLs.js",
        "assets/arrow-up-right-from-square-B_S_X_eY.js",
        "assets/inject.tsx-SQOkm36c.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/html-to-layer.tsx-loader-p7eNRiIh.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.figma.com/*"
      ]
    },
    {
      "js": [
        "assets/inject.tsx-loader-8eWr8pIy.js"
      ],
      "matches": [
        "*://*.figma.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}