{
  "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/*"
  ]
}