DynamicScreen Digital Signage platform 1.2.21

DynamicScreen Digital Signage platform 1.2.21

Keep your teams aligned and focused on what matters. This Chrome App let's you connect a new Chromebox to your DynamicScreen space.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DynamicScreen Digital Signage platform 1.2.21",
  "description": "Keep your teams aligned and focused on what matters. This Chrome App let's you connect a new Chromebox to your DynamicScreen space.",
  "version": "1.2.21",
  "manifest_version": 2,
  "kiosk_enabled": true,
  "offline_enabled": true,
  "kiosk": {
    "required_platform_version": "11647.154.0",
    "always_update": true
  },
  "app": {
    "background": {
      "scripts": [
        "build/src/background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "192": "icon-192.png"
  },
  "commands": {
    "fullscreen": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      },
      "description": "Fullscreen"
    },
    "show-settings-dialog": {
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      },
      "description": "Show settings dialog"
    },
    "nexmo-1-pickup": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Nexmosphere pickup 1"
    },
    "nexmo-1-placedown": {
      "suggested_key": {
        "default": "Alt+Shift+1"
      },
      "description": "Nexmosphere placedown 1"
    }
  },
  "permissions": [
    "<all_urls>",
    "webview",
    "power",
    "storage",
    "enterprise.deviceAttributes",
    "unlimitedStorage",
    "system.display",
    "system.storage",
    "system.cpu",
    "system.memory",
    "audioCapture",
    "videoCapture",
    "networking.onc",
    "serial"
  ],
  "webview": {
    "partitions": [
      {
        "name": "dynamicscreen",
        "accessible_resources": [
          "*"
        ]
      }
    ]
  }
}