Stratosmedia Player

Stratosmedia Player

StratosMedia Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "41",
  "description": "StratosMedia Player",
  "icons": {
    "16": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "js/core/update.js",
        "lib/jstz.js",
        "lib/jquery-3.3.0.js",
        "lib/EventEmitter.js",
        "lib/eddystone-advertising.js",
        "lib/async.js",
        "lib/filer.js",
        "lib/dd2.js",
        "js/app/mlbase.js",
        "js/core/objectGlobalStore.js",
        "js/core/multicast.js",
        "js/core/discover.js",
        "js/core/datacast.js",
        "js/core/server.js",
        "js/core/sockjs.js",
        "js/app/app.js",
        "js/app/data.js",
        "js/app/posDisplay.js",
        "js/app/config.js",
        "js/app/campaign.js",
        "js/app/campaign2.js",
        "js/app/reporting.js",
        "js/app/rpc.js",
        "js/core/objectStore.js",
        "js/platform/config.js",
        "js/platform/objectStore.js",
        "js/platform/file.js",
        "js/core/network.js",
        "js/core/gpsserial.js",
        "js/platform/runtime.js",
        "js/core/timers.js",
        "js/core/seriallistener.js",
        "js/core/server.js",
        "main.js"
      ]
    }
  },
  "kiosk": {
    "always_update": true,
    "required_platform_version": "15437"
  },
  "sandbox": {
    "content_security_policy": "sandbox allow-scripts; script-src 'self' http://127.0.0.1 'unsafe-inline' 'unsafe-eval' ;",
    "pages": [
      "sb.html"
    ]
  },
  "bluetooth": {
    "peripheral": true,
    "low_energy": true,
    "socket": true
  },
  "kiosk_enabled": true,
  "version": "2.0.489",
  "manifest_version": 2,
  "permissions": [
    "geolocation",
    "storage",
    "<all_urls>",
    "webview",
    "fullscreen",
    "unlimitedStorage",
    "system.memory",
    "fileSystem",
    "system.network",
    "system.display",
    "system.cpu",
    "power",
    "usb",
    "serial",
    "tts",
    "identity",
    "desktopCapture",
    "videoCapture",
    "audioCapture",
    "enterprise.deviceAttributes",
    "https://player.stratosmedia.com/*"
  ],
  "offline_enabled": true,
  "sockets": {
    "udp": {
      "bind": "*",
      "multicastMembership": "",
      "send": "*"
    },
    "tcpServer": {
      "listen": "*:*"
    },
    "tcp": {
      "connect": ""
    }
  },
  "name": "Stratosmedia Player"
}