{
  "slug": "adom-browser-extension",
  "version": "0.4.13",
  "type": "app",
  "title": "Adom Browser Extension",
  "description": "What this install gives you: the AI SKILLS for driving this bridge, nothing else. It copies the nbrowser_* skill files into your container (Claude + Codex homes) and, via its dependency on adom/adom-desktop, pulls the AD CLI your AI uses to talk to the bridge. It does NOT put any binary of this project on your machine: the bridge runtime (the Release zip below) is downloaded and kept current AUTOMATICALLY by Adom Desktop on your desktop machine, and the browser extension itself is installed into Chrome/Edge separately (your AI can do that for you - just ask). Layer 1 (open/manage your real browser windows, e.g. OAuth consent) works with no extension installed; installing the extension unlocks layer 2: full driving (navigate, click, read, screenshot) of your real, signed-in Chrome/Edge.",
  "install": {
    "binary_name": "adom-browser-extension"
  },
  "files": [
    "skills/adom-browser-extension/SKILL.md",
    "skills/driving-sites/SKILL.md",
    "skills/driving-the-desktop/SKILL.md",
    "skills/driving-the-extension/SKILL.md",
    "skills/driving-the-extension-demo/SKILL.md",
    "skills/installing-the-extension/SKILL.md",
    "skills/native-browser-recording/SKILL.md",
    "skills/native-browser-safety/SKILL.md",
    "skills/reading-google-messages/SKILL.md",
    "skills/uninstalling-the-extension/SKILL.md",
    "install.sh",
    "uninstall.sh",
    "package.json"
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "dependencies": {
    "adom/adom-desktop": "^1.9.47"
  },
  "tags": [
    "browser",
    "extension",
    "chrome",
    "edge",
    "nbrowser",
    "pup",
    "native-messaging",
    "adom-desktop",
    "credentials",
    "chip-fetcher"
  ],
  "hero": {
    "path": "screenshots/hero.png"
  }
}