Examine source code of DentalMarket watch - Germany

Inspect and view changes in DentalMarket watch - Germany 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": "DentalMarket watch - Germany",
  "version": "0.7",
  "description": "Preisvergleich für Dentalprodukte und Dentalbedarf speziell für Zahnärzte und Labore.",
  "homepage_url": "https://de.xdenta.com",
  "icons": {
    "48": "icons/dmw-48.png"
  },
  "permissions": [
    "activeTab",
    "webNavigation"
  ],
  "background": {
    "service_worker": "background_scripts/run.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/import-inject.js"
      ],
      "matches": [
        "https://www.cut-dental.de/*",
        "https://www.minilu.de/*",
        "https://dentalversender.de/*",
        "https://gerl-dental.de/*",
        "https://shop.netdental.de/*",
        "https://shop.direct-versandhandel.de/*",
        "https://shop.nwd.de/*",
        "https://shopping.dental/*",
        "https://shop.rheinland-dental.de/*",
        "https://www.henryschein-dental.de/*",
        "https://shop.pluradent.de/*",
        "https://www.dentalfox.de/*",
        "https://www.mwdental.de/*",
        "https://www.dentalbauer.de/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "32": "icons/dmw-32-light.png"
    },
    "default_title": "DentalMarket watch",
    "default_popup": "popup/index.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "chunks/*-*.js",
        "content_scripts/inject.js"
      ],
      "matches": [
        "https://www.cut-dental.de/*",
        "https://www.minilu.de/*",
        "https://dentalversender.de/*",
        "https://gerl-dental.de/*",
        "https://shop.netdental.de/*",
        "https://shop.direct-versandhandel.de/*",
        "https://shop.nwd.de/*",
        "https://shopping.dental/*",
        "https://shop.rheinland-dental.de/*",
        "https://www.henryschein-dental.de/*",
        "https://shop.pluradent.de/*",
        "https://www.dentalfox.de/*",
        "https://www.mwdental.de/*",
        "https://www.dentalbauer.de/*"
      ]
    }
  ]
}