{
  "name": "MPSY 360 Player",
  "short_name": "MPSY360",
  "description": "Offline-ready 360 video and 360 image viewer",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#070707",
  "theme_color": "#0b0b0b",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}