{
  "manifest_version": 3,
  "name": "ResetPulse Browser Companion",
  "version": "0.4.1",
  "description": "Confirmation-safe alerts, optional early-signal notifications, before-and-after comparison, and local parsing of sanitized Codex usage snapshots.",
  "minimum_chrome_version": "120",
  "permissions": ["alarms", "notifications", "storage"],
  "host_permissions": ["https://lydiahub.online/*"],
  "background": { "service_worker": "background.js", "type": "module" },
  "action": {
    "default_title": "ResetPulse Browser Companion",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  }
}
