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 Identity",
"version": "0.1.0",
"description": "Who this browser is surfing as: the shared adom-you profile. Click for the identity card.",
"action": {
"default_popup": "identity.html",
"default_title": "Surfing as adom-you"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"host_permissions": [
"http://127.0.0.1/*"
]
}