TheraNest Screen Sharing

TheraNest Screen Sharing

Share your screen with other TheraNest telehealth attendees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TheraNest Screen Sharing",
  "author": "TheraNest, LLC",
  "version": "1.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "Share your screen with other TheraNest telehealth attendees.",
  "homepage_url": "https://www.theranest.com/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://*.theranest.com/*",
      "https://*.theranest-qa.com/*",
      "https://*.theranest-stage.com/*",
      "http://localhost/*"
    ]
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "permissions": [
    "desktopCapture"
  ]
}