{
  "name": "Bautagebuch",
  "short_name": "Bautagebuch",
  "description": "Renovierungsdokumentation & Kostenkontrolle",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "lang": "de-DE",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kosten erfassen",
      "short_name": "Kosten",
      "description": "Schnell Kosten + Quittung erfassen",
      "url": "/costs",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Tagebuch-Eintrag",
      "short_name": "Tagebuch",
      "description": "Neuen Tagebuch-Eintrag anlegen",
      "url": "/diary",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
