Exposer Player

Exposer Player

Exposer Player is a Chrome OS app for Exposer Info Screens - See: http://www.exposer.no

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exposer Player",
  "manifest_version": 2,
  "description": "Exposer Player is a Chrome OS app for Exposer Info Screens - See: http://www.exposer.no",
  "version": "6.9.514",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu9qhYxmAedjuQWSsH/C9j5IJZFKTmjeFWK55MQ+uLbM9wH0WtYETENdTGMYzSJEy8nZZmeZUbmGNTWJheoxRWMTGOmZmpX3AICvJ4q/jeneZhWdAnJ9JKnSA1YQxT8r9S4bFoa1/Q9j6JliC3WRY+10PW9a1IoIQBJ0jVENSY9H9Pj/OJHCFRznyUUrXL49zsKcO1Y8ruoZSZPnC4ZIV3t4o60OduqzPeWbV8kJjTHX0m1sI1yxwKNP0KKnul26/Ztb09EWUa5hpkkiuQGt/fduwtVJ2mIW1a5DM99B5QePD/agjwOgo1OGy5Zgq1X0eWVubB821QeiNs4CzMrBi4QIDAQAB",
  "author": {
    "name": "Nikolai Omundsen/Daniel Storjordet",
    "email": "[email protected]"
  },
  "kiosk_enabled": true,
  "offline_enabled": true,
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ],
      "persistent": false
    }
  },
  "webview": {
    "partitions": [
      {
        "name": "exposerplayer",
        "accessible_resources": [
          "<all_urls>",
          "client/*",
          "client/index.html"
        ]
      }
    ]
  },
  "permissions": [
    "<all_urls>",
    "system.display",
    "system.network",
    "networking.onc",
    "system.memory",
    "enterprise.deviceAttributes",
    "power",
    "webview",
    "alarms",
    "alwaysOnTopWindows",
    "unlimitedStorage",
    "storage",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc",
    {
      "fileSystem": [
        "directory",
        "retainEntries"
      ]
    }
  ],
  "optional_permissions": [
    "audioCapture",
    "videoCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.exposer.no/*"
    ]
  }
}