NorthTrac TeleHealth Screen Share

NorthTrac TeleHealth Screen Share

This Chrome extension is developed primary for NorthTrac TeleHealth applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NorthTrac TeleHealth Screen Share",
  "author": "NorthTrac, Inc.",
  "version": "0.0.0.6",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "This Chrome extension is developed primary for NorthTrac TeleHealth applications.",
  "homepage_url": "http://northtrac.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.northtrac.com/*",
      "https://*.saluspatient.com/*",
      "https://*.gfgh.me/*",
      "https://*.ntrac.io/*",
      "https://*.tw-portal.com/*",
      "https://*.vivisape.com/*",
      "https://*.viviscape.io/*",
      "https://*.flytrapgo.com/*"
    ]
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "desktopCapture"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}