{
  "manifest_version": 3,
  "name": "ICD Coding Helper Bridge",
  "version": "1.0",
  "description": "Links your Discharge Summary with the ICD Coding Helper.",
  "permissions": ["activeTab", "storage"],
  "action": {
    "default_popup": "index.html",
    "default_title": "Open ICD Helper"
  },
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["content.js"]
    }
  ]
}
