app
Adom Browser Extension
Public Made by Adomby adom
Your AI's hands in your real, signed-in browser. The Adom Browser Extension (abe) works with both Chrome and Edge: build, drive, and test web apps, and log past vendor walls, in the browser you already use - cookies, SSO, saved logins and captcha trust intact. The nbrowser_* bridge (pup's counterpart) runs in your actual logged-in profile.
{
"manifest_version": 3,
"name": "Adom for Chrome & Edge",
"short_name": "Adom",
"version": "0.1.3",
"description": "Drive your real, logged-in Chrome/Edge from the Adom ecosystem \u2014 the native-browser counterpart to pup.",
"minimum_chrome_version": "116",
"background": {
"service_worker": "src/sw.js",
"type": "module"
},
"action": {
"default_popup": "src/popup.html",
"default_title": "Adom",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"permissions": [
"nativeMessaging",
"debugger",
"tabs",
"scripting",
"downloads",
"cookies",
"webNavigation",
"storage",
"alarms",
"tabCapture",
"desktopCapture",
"offscreen",
"identity",
"identity.email"
],
"host_permissions": [
"<all_urls>"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr75abHbp7QsA45nIRV1y4GoxUlT+5nba4PNPL15awcl5kz3EC1bvApBUknwH1yduMc96vpXgbWJ3luXMM+XOwcEvgs/6EYrfBvm9HsVFc7ll8UWeeeJCEfalB11cZ9L7BPBolYGgH9yD6iDqm7y8m8z9W12Vwd/V5nohO/X/vLUfe3wbjXS9Vi9MV3dF9ORgk7ZF9yTZyQD7MbwEBNLc0J+K+QU4IJPpTfyOmgdnzmszJRunGtHobN5ThfyR+TZ962oW0SLNuPHC71vyywAUD92gncgwDTtA5mblWn5BBEZf+GQednqaNk7Rf7y4w5jsWo4QIgPBa1yLwILsdXTwUQIDAQAB",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}