School Video Recorder for Google Drive

School Video Recorder for Google Drive

Record a video with your webcam and upload it directly to Google Drive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "School Video Recorder for Google Drive",
  "description": "Record a video with your webcam and upload it directly to Google Drive",
  "version": "0.0.0.2",
  "container": [
    "GOOGLE_DRIVE",
    "DOMAIN_INSTALLABLE"
  ],
  "api_console_project_id": "1084993402039",
  "icons": {
    "16": "resources/Logo_16.png",
    "128": "resources/Logo_128.png"
  },
  "app": {
    "launch": {
      "web_url": "https://videorecorder.kwiius.com"
    }
  }
}