{
  "name": "NØVA TEMPUS – Echo",
  "short_name": "Echo",
  "description": "Dein privater KI-Chat. Über 100 Charaktere, jederzeit für dich.",
  "start_url": "/lounge",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080f",
  "theme_color": "#c084fc",
  "lang": "de",
  "icons": [
    { "src": "/static/img/icons/icon-48x48.png",   "sizes": "48x48",   "type": "image/png" },
    { "src": "/static/img/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png" },
    { "src": "/static/img/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png" },
    { "src": "/static/img/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/static/img/icons/icon-180x180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/static/img/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/img/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Lounge",
      "url": "/lounge",
      "icons": [{ "src": "/static/img/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Entdecken",
      "url": "/entdecken",
      "icons": [{ "src": "/static/img/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
