{
  "name": "Pflegra",
  "short_name": "Pflegra",
  "description": "Pflegeverwaltung für pflegende Angehörige",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#2C5F8A",
  "orientation": "portrait-primary",
  "lang": "de",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neuer Eintrag",
      "url": "/eintraege/neu",
      "description": "Neuen Pflegeeintrag erfassen"
    },
    {
      "name": "Dashboard",
      "url": "/",
      "description": "Zur Übersicht"
    }
  ],
  "categories": ["health", "medical", "productivity"]
}
