Examine source code of Verse Medical Orders

Inspect and view changes in Verse Medical Orders 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",
  "name": "Verse Medical Orders",
  "description": "Conveniently submit orders to versemedical.com by taking screen shots of user information.",
  "version": "2.0.7",
  "manifest_version": 3,
  "icons": {
    "48": "images/favicon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "unlimitedStorage",
    "tabs",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>",
        "file:///*",
        "https://*.ecwcloud.com/*",
        "https://*.healogics.com/*",
        "https://demos.telerik.com/*",
        "https://www.woundexpert.com/*"
      ],
      "resources": [
        "images/logo.png",
        "images/wand.png",
        "rpa-content-script.css",
        "legacy-content-script.css",
        "wex-legacy-content-script.css",
        "unauthenticated_page.html",
        "unauthenticated_page.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "file:///*",
        "https://*.ecwcloud.com/*",
        "https://*.healogics.com/*",
        "https://demos.telerik.com/*",
        "https://www.woundexpert.com/*"
      ],
      "resources": [
        "assets/rpa-content-script.js-BYa71gnG.js",
        "assets/wex-legacy-content-script.js-ypjLtYK1.js",
        "assets/legacy-content-script.js-D15F2lWM.js",
        "assets/common-utils.js-gf_toQHI.js",
        "assets/common-scripts.js-DybNvNTU.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://localhost:30001/*",
        "https://versemedical.com/*"
      ],
      "resources": [
        "assets/auth_token_install.js-2p8yAc9E.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "host_permissions": [
    "https://versemedical.com/*",
    "https://*.healogics.com/*",
    "https://*.ecwcloud.com/*",
    "https://backend.versemedical.com/*",
    "http://localhost:30001/*",
    "https://www.woundexpert.com/*",
    "https://demos.telerik.com/*",
    "file:///*",
    "https://*.google.com/*",
    "<all_urls>"
  ],
  "action": {
    "default_icon": "images/favicon.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/common-scripts.js-loader-CPEonv7R.js",
        "assets/rpa-content-script.js-loader-Psig5gYu.js",
        "assets/wex-legacy-content-script.js-loader-kf9_3uWZ.js",
        "assets/legacy-content-script.js-loader-Cmz8x2aZ.js",
        "assets/common-utils.js-loader-DYo1agPo.js"
      ],
      "matches": [
        "https://*.healogics.com/*",
        "https://*.ecwcloud.com/*",
        "https://www.woundexpert.com/*",
        "https://demos.telerik.com/*",
        "file:///*"
      ],
      "match_origin_as_fallback": true,
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/auth_token_install.js-loader-DFIZQYli.js"
      ],
      "matches": [
        "https://versemedical.com/extension/install_auth_token*",
        "http://localhost:30001/extension/install_auth_token*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}