Vimeo Record - Screen & Webcam Recorder

Vimeo Record - Screen & Webcam Recorder

Record and share free video messages from your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.16.0",
  "version_name": "1.16.0",
  "short_name": "__MSG_manifest_shortName__",
  "name": "__MSG_manifest_name__",
  "description": "__MSG_manifest_description__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "author": "Vimeo",
  "permissions": [
    "<all_urls>",
    "storage",
    "cookies",
    "notifications",
    "desktopCapture",
    "contextMenus",
    "*://*.vimeo.com/"
  ],
  "commands": {
    "start_recording": {
      "description": "__MSG_manifest_shortcutStartRecording__",
      "global": false,
      "suggested_key": {
        "windows": "Ctrl+Shift+9",
        "mac": "Command+Shift+9",
        "chromeos": "Ctrl+Shift+9",
        "linux": "Ctrl+Shift+9"
      }
    },
    "stop_recording": {
      "description": "__MSG_manifest_shortcutStopRecording__",
      "global": false,
      "suggested_key": {
        "windows": "Ctrl+Shift+0",
        "mac": "Command+Shift+0",
        "chromeos": "Ctrl+Shift+0",
        "linux": "Ctrl+Shift+0"
      }
    }
  },
  "web_accessible_resources": [
    "icons/*",
    "1.16.0/resources/*",
    "1.16.0/extension/camera_overlay.html",
    "1.16.0/extension/content.html"
  ],
  "browser_action": {
    "default_title": "__MSG_manifest_browserActionTitle__",
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "background": {
    "scripts": [
      "1.16.0/extension/workers/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "1.16.0/extension/workers/content.js"
      ]
    }
  ]
}