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.

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": "1.4.1",
  "version_name": "1.4.1_30ae66f",
  "description": "A simple way to capture your screen and easily create instructional videos, demos, internal communications, and more.",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "notifications",
    "tabs"
  ],
  "optional_permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "WeVideo Screen & Webcam Recorder",
    "default_popup": "index.html",
    "default_icon": {
      "128": "res/app-128.png"
    }
  },
  "icons": {
    "128": "res/app-128.png"
  },
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.wevideo.com/*"
    ]
  },
  "web_accessible_resources": [
    "wecast-cam.html",
    "res/fonts/Lato-Regular.woff2",
    "res/fonts/Lato-Bold.woff2"
  ]
}