{
  "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" }
}