WeVideo Screen & Webcam Recorder

WeVideo Screen & Webcam Recorder

A simple way to capture your screen and easily create instructional videos, demos, internal communications, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WeVideo Screen & Webcam Recorder",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAosjN7FiSg9xK95KI5IPD+o+FlgIiaeHD0GVM7hq4OYcsLkwwjtHz3b94kNtQiAwiaMCyW2GrIngpRhcF09NuMWcrcFWyBTIAI3hvqtydBwbaoUjhtezy8Tl11iyPsThg6CPwzCPI/D2d4jSKo+8z1nJLRpG293ZGWPZcvN+UZANukYTGDxDHqdnbDMZsUxPcp++DVYYlqPjyuOfSfiJ33XU7f25dB9carngEpxn7brN9q6tXRGz2DTTxb5rzbLBzpq6d/OlGNdynrgO9eTEocNFfP2zRViEqTHgbx09qoktXF1ZgXa4Q5nYicqzE0Ehs7JCmbt/znXdzn9Dx1H5wEQIDAQAB",
  "version": "2.0.0",
  "version_name": "2.0.0_9d4d982fdc",
  "description": "A simple way to capture your screen and easily create instructional videos, demos, internal communications, and more.",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "tabs",
    "offscreen",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "activeTab"
  ],
  "action": {
    "default_title": "WeVideo Screen & Webcam Recorder",
    "default_popup": "main.html",
    "default_icon": {
      "128": "public/res/app-128.png"
    }
  },
  "icons": {
    "128": "res/app-128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://*.wevideo.com/*"
    ]
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader-4fffca9c.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "res/fonts/Lato-Regular.woff2",
        "res/fonts/Lato-Bold.woff2",
        "wecast-cam.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index-07518a69.js",
        "assets/module-74e59221.js",
        "assets/index.tsx-db300751.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "chrome_url_overrides": {
    "offscreen": "offscreen.html"
  }
}