{
  "name": "MS Internal Lead Finder",
  "description": "Find lead in sales.msinternalsystem.com from WhatsApp Web",
  "version": "1.0.0",
  "manifest_version": 3,
  "permissions": ["contextMenus", "storage", "activeTab", "scripting", "notifications"],
  "host_permissions": ["https://sales.msinternalsystem.com/*"],
  "background": { "service_worker": "background.js" },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": ["https://web.whatsapp.com/*"],
      "js": ["content-script.js"],
      "run_at": "document_idle"
    }
  ]
}
