blum screen sharing

blum screen sharing

blum telehealth screen sharing - Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "blum screen sharing",
  "author": "blum",
  "version": "0.0.0.8",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "blum telehealth screen sharing - Chrome extension",
  "homepage_url": "https://blumtelehealth.com/view/login.html",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "https://blumtelehealth.com/*",
        "https://www.blumtelehealth.com/*",
        "https://portal.yourdoc2u.com/*",
        "https://stg.blumtelehealth.com/*",
        "https://yourdoc2ustg.blumtelehealth.com/*",
        "https://blumblum15.galaxysofttech.co.in/*",
        "https://y2ublum15.galaxysofttech.co.in/*",
        "https://blumprod.galaxysofttech.co.in/*",
        "https://blumyourdoc2u.galaxysofttech.co.in/*"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "desktopCapture",
    "tabs"
  ],
  "web_accessible_resources": [
    "icon.png"
  ]
}