Eduvision Capture

Eduvision Capture

Eduvision is the trusted education platform for the management, hosting, and distribution of video delivery, both live and on-demand

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Eduvision Capture",
  "description": "Eduvision is the trusted education platform for the management, hosting, and distribution of video delivery, both live and on-demand",
  "version": "1.1",
  "action": {
    "default_popup": "Main.html",
    "default_icon": "img/ev16.png"
  },
  "icons": {
    "16": "img/ev-16.png",
    "19": "img/ev-19.png",
    "38": "img/ev-38.png",
    "48": "img/ev-48.png",
    "128": "img/ev-128.png"
  },
  "host_permissions": [
    "*://*.eduvisiontest.info/",
    "*://*.eduvision.tv/",
    "*://*.eduvisiontest.info/*",
    "*://*.eduvision.tv/*",
    "http://localhost:13625/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.eduvisiontest.info/*",
      "*://*.eduvision.tv/*",
      "http://localhost:13625/*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}