{
  "name": "onb-extension-install",
  "kind": "block",
  "primary": "div",
  "page": "/apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-onb-form": ""
  },
  "html": "<div data-onb-form>\n          <div data-onb-extension-card>\n            <div data-ext-icon>\n              <icon-ui name=\"puzzle-piece\" weight=\"fill\" size=\"2xl\"></icon-ui>\n            </div>\n            <div>\n              <text-ui strong>AdiaUI for Chrome</text-ui>\n              <text-ui color=\"subtle\" size=\"sm\" style=\"display: block\">v1.4 · 2 MB · Updated last week</text-ui>\n            </div>\n          </div>\n\n          <ul data-onb-extension-perms aria-label=\"Permissions requested by the extension\">\n            <li>\n              <icon-ui name=\"magnifying-glass\" weight=\"bold\"></icon-ui>\n              <span>Read your AdiaUI session token (for the quick-search palette to talk to your workspace)</span>\n            </li>\n            <li>\n              <icon-ui name=\"bell\" weight=\"bold\"></icon-ui>\n              <span>Show desktop notifications (mentions, share-with-you events)</span>\n            </li>\n            <li>\n              <icon-ui name=\"image\" weight=\"bold\"></icon-ui>\n              <span>Capture the current tab when you click \"Snip to dashboard\" (only when you click it)</span>\n            </li>\n          </ul>\n\n          <button-ui text=\"Add to Chrome\" variant=\"primary\" icon=\"download-simple\"></button-ui>\n\n          <text-ui color=\"subtle\" size=\"sm\"\n            >By installing you accept the extension's permissions above. You can revoke or remove it from your browser's extensions panel any time.</text-ui\n          >\n        </div>",
  "source": "apps/user-flow/app/onboarding/browser-extension/browser-extension.contents.html",
  "metadata": {
    "domain": "onboarding",
    "description": "Browser extension install step — prompt to add the desktop or browser extension.",
    "keywords": [
      "onboarding",
      "extension",
      "install",
      "browser",
      "chrome",
      "desktop",
      "setup"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "puzzle-piece",
      "component": "Icon",
      "name": "puzzle-piece",
      "size": "2xl",
      "weight": "fill"
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-ext-icon": "",
      "children": [
        "puzzle-piece"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "AdiaUI for Chrome"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "v1.4 · 2 MB · Updated last week"
    },
    {
      "id": "column-3",
      "component": "Column",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "data-onb-extension-card": "",
      "children": [
        "column-2",
        "column-3"
      ]
    },
    {
      "id": "magnifying-glass",
      "component": "Icon",
      "name": "magnifying-glass",
      "weight": "bold"
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "body",
      "textContent": "Read your AdiaUI session token (for the quick-search palette to talk to your workspace)"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "children": [
        "magnifying-glass",
        "text-4"
      ]
    },
    {
      "id": "bell",
      "component": "Icon",
      "name": "bell",
      "weight": "bold"
    },
    {
      "id": "text-6",
      "component": "Text",
      "variant": "body",
      "textContent": "Show desktop notifications (mentions, share-with-you events)"
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "children": [
        "bell",
        "text-6"
      ]
    },
    {
      "id": "image",
      "component": "Icon",
      "name": "image",
      "weight": "bold"
    },
    {
      "id": "text-8",
      "component": "Text",
      "variant": "body",
      "textContent": "Capture the current tab when you click \"Snip to dashboard\" (only when you click it)"
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "body",
      "children": [
        "image",
        "text-8"
      ]
    },
    {
      "id": "permissions-requested-by-the-e",
      "component": "List",
      "data-onb-extension-perms": "",
      "children": [
        "text-3",
        "text-5",
        "text-7"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "download-simple",
      "text": "Add to Chrome",
      "variant": "primary"
    },
    {
      "id": "text-9",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "By installing you accept the extension's permissions above. You can revoke or remove it from your browser's extensions panel any time."
    },
    {
      "id": "root",
      "component": "Column",
      "data-onb-form": "",
      "children": [
        "column",
        "permissions-requested-by-the-e",
        "button",
        "text-9"
      ]
    }
  ]
}
