Examine source code of DentalBee

Inspect and view changes in DentalBee source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DentalBee",
  "version": "3.8.10",
  "description": "The Complete AI-Powered Platform to Document, Monitor, & Analyze Your Patient Visits",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.dentalbee.ai/*",
    "https://*.curvehero.com/*",
    "https://*.dentrixascend.com/*"
  ],
  "background": {
    "service_worker": "assets/background-BJ8fC05b.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.dentalbee.ai/*",
        "https://*.curvehero.com/*",
        "https://*.dentrixascend.com/*"
      ],
      "js": [
        "assets/content-DFiTyfCl.js"
      ],
      "css": [
        "assets/main-CCt5BGW9.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "manifest.json",
        "assets/Magicpen-kt6Shuux.js",
        "assets/background-BJ8fC05b.js",
        "assets/content-DFiTyfCl.js",
        "assets/main-CCt5BGW9.css",
        "assets/main-ifee6-FS.js",
        "assets/modulepreload-polyfill-B5Qt9EMX.js",
        "assets/permission-CfAAzZhR.js",
        "assets/widget-CYHDoLfU.js"
      ],
      "matches": [
        "https://*.dentalbee.ai/*",
        "https://*.curvehero.com/*",
        "https://*.dentrixascend.com/*"
      ]
    }
  ],
  "side_panel": {
    "default_path": "panel.html",
    "default_title": "My Extension Panel"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'"
  },
  "icons": {
    "16": "icons/dentalbeelogo.png",
    "48": "icons/dentalbeelogo.png",
    "128": "icons/dentalbeelogo.png"
  }
}