TeleHealth365 Meetings Chrome Extension

TeleHealth365 Meetings Chrome Extension

A TeleHealth365 extension that allows you to share your desktop - Note: you require a TeleHealth365.com Account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TeleHealth365 Meetings Chrome Extension",
  "description": "A TeleHealth365 extension that allows you to share your desktop - Note: you require a TeleHealth365.com Account",
  "version": "0.4.0",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.telehealth365.com/*"
    ]
  }
}