{
  "name": "KitaEltern.de",
  "short_name": "KitaEltern",
  "description": "Ihr umfassendes Portal für Kita-Recht in Deutschland - Gesetze, Tools und Community für Eltern",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "categories": ["education", "lifestyle", "reference"],
  "icons": [
    {
      "src": "icons/icon-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    },
    {
      "src": "favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Bundesländer",
      "short_name": "Bundesländer",
      "description": "Kita-Gesetze nach Bundesländern",
      "url": "/#states"
    },
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Interaktive Tools und Rechner",
      "url": "/tools"
    },
    {
      "name": "Downloads",
      "short_name": "Downloads",
      "description": "Vorlagen und Formulare",
      "url": "/downloads"
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Forum und Newsletter",
      "url": "/community"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}