{
  "name": "Euphonic Intelligence",
  "short_name": "Euphonic",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#101010",
  "background_color": "#101010",
  "icons": [
    {
      "src": "/static/spotify_app/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/spotify_app/images/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/spotify_app/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/spotify_app/images/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/spotify_app/images/pwa-screenshot-mobile-375x720.png",
      "sizes": "375x720",
      "type": "image/png"
    },
    {
      "src": "/static/spotify_app/images/pwa-screenshot-wide-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}