{
  "name": "Familienplaner",
  "short_name": "Planer",
  "description": "Kalender, Listen, Haushalt, Mahlzeiten, Budget und Chat fuer die Familie.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#fffdf9",
  "theme_color": "#14b8a6",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Kalender",
      "short_name": "Kalender",
      "url": "./index.php#calendar"
    },
    {
      "name": "Haushalt",
      "short_name": "Haushalt",
      "url": "./index.php#household"
    }
  ]
}
