{
  "name": "Anipal – Haustier Tagebuch",
  "short_name": "Anipal",
  "description": "Haustier-Tagebuch mit Streak-System, Erinnerungen und Tierarzt-Verbindung für Hunde, Katzen & Co.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#15AEDB",
  "categories": ["lifestyle", "utilities"],
  "lang": "de-DE",
  "scope": "/",
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone"],
  "icons": [
    {
      "src": "/pwa-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AniPal Dashboard"
    },
    {
      "src": "/images/screenshot-narrow.png", 
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AniPal Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Aktivität hinzufügen",
      "short_name": "Aktivität",
      "description": "Neue Haustier-Aktivität erfassen",
      "url": "/add-activity",
      "icons": [{ "src": "/images/anipal_icon_cyan.png", "sizes": "96x96" }]
    },
    {
      "name": "Erinnerung erstellen",
      "short_name": "Erinnerung", 
      "description": "Neue Erinnerung für Haustier erstellen",
      "url": "/new-reminder",
      "icons": [{ "src": "/images/anipal_icon_cyan.png", "sizes": "96x96" }]
    }
  ]
}