HanVision desktopCapture

HanVision desktopCapture

chrome desktopCapture extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HanVision desktopCapture",
  "author": "HanVision",
  "version": "2.19.2.21",
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "description": "chrome desktopCapture extension",
  "homepage_url": "https://mesh.hanvision.xyz/",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "https://*.hanvision.xyz/*",
        "https://*.celevio.com/*",
        "https://*.evs.jp/*"
      ]
    }
  ],
  "icons": {
    "64": "desktop.png"
  },
  "permissions": [
    "desktopCapture",
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    "desktop.png"
  ]
}