Screencast-O-Matic

Screencast-O-Matic

Screencast-O-Matic Screen Recorder for Chromebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Screencast-O-Matic",
  "name": "Screencast-O-Matic",
  "version": "0.2.2.3",
  "version_name": "0.2.2.3",
  "manifest_version": 2,
  "description": "Screencast-O-Matic Screen Recorder for Chromebook",
  "icons": {
    "16": "images/som.png",
    "128": "images/som.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "browser",
    "desktopCapture",
    "audioCapture",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "system.display",
    "videoCapture",
    "storage",
    "notifications",
    "identity",
    "alwaysOnTopWindows",
    "http://*.screencast-o-matic.com/*",
    "https://*.screencast-o-matic.com/*",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/",
    "https://accounts.google.com/"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*.screencast-o-matic.com/*"
    ]
  },
  "commands": {
    "record": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Start / Pause / Resume Recording"
    }
  },
  "oauth2": {
    "client_id": "817097966101-bk9259ei19p6qf2h1clncmqmtunr1r7a.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/youtube"
    ]
  }
}