Method mConnect Extension

Method mConnect Extension

Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.",
  "version": "1.17.6",
  "name": "Method mConnect Extension",
  "short_name": "mConnect",
  "permissions": [
    "cookies",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "*://*/*"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "main.bundle.js",
        "vendor/global.js",
        "vendor/selenium-browserdetect.js",
        "polyfills.js",
        "escape.js",
        "playback.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.methodusa.com/*"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icon-gray-32.png"
    }
  },
  "icons": {
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}