Examine source code of Enable UI3 Beta for Figma

Inspect and view changes in Enable UI3 Beta for Figma 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": "Enable UI3 Beta for Figma",
  "version": "1.0.2",
  "description": "This extension enables UI3 Beta for Figma for all users, without the need to wait on the waitlist.",
  "icons": {
    "48": "icons/48x48.png"
  },
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules/ruleset_1.json"
      }
    ]
  },
  "host_permissions": [
    "https://www.figma.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/format.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ui3betatime@inclushe.com",
      "strict_min_version": "113.0"
    }
  }
}