OKIOCAM Snapshot and Recorder

OKIOCAM Snapshot and Recorder

Use your webcam to take snapshots and videos and automatically upload them 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": "OKIOCAM Snapshot and Recorder",
  "version": "2.0.27",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "persistent": false
    }
  },
  "icons": {
    "128": "image/OKIOCAM_app_icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnwP6iX6gC3c33+PjcVEAkPXGr16CoZt3a4NZ+Bm/8ePuLnnRVgcAX7zSEnrND/cJtxy9PupnYg0Ga0ysyOScnxKAwTMH753kLXigJ3e8yiEv1ZwVLBl0834xid5gDAQ+TWGyz30E4jqYJG877/AoDMKO+PrPldE+fkZgjaeekRuhOBMAu21wJuiu9wpQD9ICZB88jE0+kUv6tRHQnf4gAMUXPdLyeHA4C4macMVgG7pdGoEHuQJEVBq+POktaLwg1xtlvT9zJAAg8JS1h9esQMhuQAVKeAXKrQNStuYyxcF9JoF0+ai9cJBDwFXQmvHho6b/z6ru+43iJjhfwzr6LQIDAQAB",
  "externally_connectable": {
    "ids": [
      "ilbkoahnbeanbpnhoagilpfclpcahboh",
      "lnidgfoooocnaddmcclcipfgnelokjda",
      "khcdallaajneaipiihdcfmefohbiblhh"
    ]
  },
  "oauth2": {
    "client_id": "1049947671993-9b4oabuu7hihhj93lad6nssbv7459rmo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/classroom.courses.readonly",
      "https://www.googleapis.com/auth/classroom.coursework.students",
      "https://www.googleapis.com/auth/classroom.announcements",
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "minimum_chrome_version": "65",
  "permissions": [
    "browser",
    "storage",
    "unlimitedStorage",
    "identity",
    "fullscreen",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "videoCapture",
    "audioCapture",
    "usb",
    "hid",
    {
      "usbDevices": [
        {
          "vendorId": 60186,
          "productId": 10143
        },
        {
          "vendorId": 60186,
          "productId": 32800
        },
        {
          "vendorId": 60186,
          "productId": 32801
        },
        {
          "vendorId": 60186,
          "productId": 32804
        },
        {
          "vendorId": 60186,
          "productId": 32805
        },
        {
          "vendorId": 13358,
          "productId": 3
        },
        {
          "vendorId": 13358,
          "productId": 5
        },
        {
          "vendorId": 13358,
          "productId": 6
        },
        {
          "vendorId": 13358,
          "productId": 16
        }
      ]
    },
    "https://drive.google.com/",
    "https://docs.google.com/"
  ]
}