{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "MaschPu-App",
  "short_name": "MaschPu",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "description": "Web-App für Maschinisten von Schmutzwasserpumpen",
  "theme_color": "#fafafa",
  "orientation": "portrait",
  "categories": ["utilities", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}