app
Pup - Puppeteer Bridge
Public Made by Adomby adom
pup is the AI's own browser: a real, full Chrome on the user's desktop that the AI fully controls (a sandbox, not the user's signed-in browser). Rides Bridge; pup_* verbs open windows and tabs, navigate, screenshot, and eval JS.
{
"manifest_version": 3,
"name": "Adom Annotate",
"version": "0.1.0",
"description": "One-click annotate: draw on this pup page, red circle it, and the capture lands on your clipboard.",
"action": { "default_popup": "go.html", "default_title": "Annotate this page (Alt+Shift+A)" },
"permissions": ["tabs"],
"host_permissions": ["http://127.0.0.1/*"],
"icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }
}