Qure4u Desktop Capture

Qure4u Desktop Capture

Allows you to capture your desktop for using it in video applications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Qure4u Desktop Capture",
  "description": "Allows you to capture your desktop for using it in video applications",
  "version": "0.1.5",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "extension.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "https://www.athenahealth.com/*",
      "https://athenanet.athenahealth.com/*",
      "*://preview.athenahealth.com/*",
      "*://www.office.com/*",
      "*://qure4u.com/*",
      "*://*.qure4u.com/*",
      "*://my-care-plan.com/*",
      "*://*.my-care-plan.com/*",
      "*://unifiedwomens.com/*",
      "*://*.unifiedwomens.com/*",
      "*://womancare4u.com/*",
      "*://*.womancare4u.com/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ]
}