{
  "name": "JustMami - Dein Schwangerschaftsbegleiter",
  "short_name": "JustMami",
  "description": "Dein empathischer Begleiter durch die wunderbare Zeit der Schwangerschaft.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FEFCFB",
  "theme_color": "#ff8fa3",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": [
    "health",
    "lifestyle",
    "parenting"
  ],
  "shortcuts": [
    {
      "name": "KI Chat",
      "short_name": "Chat",
      "description": "Frag deine KI Expertin",
      "url": "/chat",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Meine Momente",
      "short_name": "Momente",
      "description": "Halte deine kostbarsten Momente fest",
      "url": "/diary",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}