{
  "name": "VYPA Web Player",
  "short_name": "VYPA Player",
  "description": "Digital signage player that runs in the browser. Pair once, then it reopens straight into playback.",
  "id": "vypa-web-player",
  "start_url": "webplayer",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "landscape",
  "background_color": "#0042ff",
  "theme_color": "#0042ff",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "assets/img/webplayer-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/img/webplayer-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
