Documate

Documate

Document Camera

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "default_locale": "en",
  "description": "Document Camera",
  "icons": {
    "240": "icon.png"
  },
  "kiosk_enabled": true,
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "name": "Documate",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "notifications",
    "fullscreen",
    "alwaysOnTopWindows",
    "unlimitedStorage",
    "videoCapture",
    "audioCapture",
    "usb",
    {
      "fileSystem": [
        "write",
        "directory"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.21.0928",
  "externally_connectable": {
    "ids": [
      "*"
    ]
  }
}