Riverside DataManager

Riverside DataManager

Riverside DataManager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Riverside DataManager",
  "short_name": "Riverside DataManager",
  "description": "Riverside DataManager",
  "icons": {
    "128": "AppIcon128.png"
  },
  "version": "0.0.0.12",
  "minimum_chrome_version": "35",
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "permissions": [
    "webview",
    "clipboardWrite",
    "system.display",
    "storage",
    "tts",
    "audioCapture",
    "videoCapture"
  ],
  "kiosk_enabled": true,
  "commands": {
    "exit-app": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Exit the app"
    }
  }
}