Vidyard - Screen Recorder & Screen Capture

Vidyard - Screen Recorder & Screen Capture

Capture your screen, share your video and track who's watching it!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vidyard - Screen Recorder & Screen Capture",
  "description": "Capture your screen, share your video and track who's watching it!",
  "version": "4.0.20",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlmM+NohBrDezBBQOEc79TxLBCi4ETqEFP8wqjZ4ivmp/5CyQzxWlQqOcOnJiwUzcV6OM9qAOaZfFSX7UkAkP0Z9b5bPS09B4FmtHnCyzcI6q0ZJE9Mg8AtMlq3lYoDxQa2S8vm/dTfBiBbp+96SwI4bpGqMUZf3+ms9xu1loY8bqs470jKFwZVcEofR5Q8y/IljNXq0cUvrAt8htxJW1ImIlUwtee70ewa3Sg6f7K+Q+FTeU7ZjbHkP+/cWDWTbTtE72MKePDK9Hg3n2kC7YZBHx8E2N4ftBSvjvJFs95hEs7sGGVWWIoDu68dnCvJkM3Kb3K3xjZgYGUeOtlw3EVwIDAQAB",
  "icons": {
    "16": "images/icons/icon-vidyard-16.png",
    "48": "images/icons/icon-vidyard-48.png",
    "128": "images/icons/icon-vidyard-128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "109",
  "background": {
    "service_worker": "service-worker.min.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "scripting",
    "notifications",
    "activeTab",
    "offscreen",
    "system.display",
    "alarms"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "action": {},
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://app.vidyard.com/*",
      "https://secure.vidyard.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "gmailContent.min.js"
      ],
      "css": [
        "gmailContent.min.css"
      ]
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "linkedInContent.min.js"
      ],
      "css": [
        "linkedInContent.min.css"
      ]
    },
    {
      "matches": [
        "https://*.lightning.force.com/*"
      ],
      "js": [
        "salesforceContent.min.js"
      ],
      "css": [
        "salesforceContent.min.css"
      ]
    },
    {
      "matches": [
        "https://*.eloqua.com/*engage/compose*"
      ],
      "js": [
        "eloquaEngageContent.min.js"
      ],
      "css": [
        "eloquaEngageContent.min.css"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Alt+V"
      },
      "global": true
    },
    "pause_during_recording": {
      "suggested_key": {
        "default": "Shift+Ctrl+1"
      },
      "global": true,
      "description": "Pause/Resume Recording"
    },
    "stop_during_recording": {
      "suggested_key": {
        "default": "Shift+Ctrl+2"
      },
      "global": true,
      "description": "Stop Recording"
    },
    "restart_during_recording": {
      "suggested_key": {
        "default": "Shift+Ctrl+0"
      },
      "global": true,
      "description": "Restart Recording"
    }
  }
}