{
  "manifest_version": 3,
  "name": "DopamineGate",
  "version": "1.0.0",
  "short_name": "DopamineGate",
  "description": "Local-First Attention Interceptor & 4000-Week Lifespan Matrix",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "DopamineGate Autonomic Dashboard"
  },
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "externally_connectable": {
    "matches": [
      "https://dopaminegate.solarcgoods.com/*"
    ]
  }
}
