{
  "name": "Schaltpult",
  "short_name": "Schaltpult",
  "description": "Persönliche Mini-Services auf einen Blick",
  "theme_color": "#1d2d3e",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/dashboard",
  "scope": "/",
  "lang": "de",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "🍼 Mahlzeit eintragen",
      "short_name": "Mahlzeit",
      "url": "/baby?action=mahlzeit",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "💧 Windel eintragen",
      "short_name": "Windel",
      "url": "/baby?action=windel",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "😴 Schlaf eintragen",
      "short_name": "Schlaf",
      "url": "/baby?action=schlaf",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Frag die Hebamme",
      "short_name": "Hebamme",
      "url": "/hebamme",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
