{
  "name": "MediInteract – Ihr Gesundheitsassistent",
  "short_name": "MediInteract",
  "description": "Medizinische Informationen verständlich erklärt",
  "start_url": "/index.php",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "any",
  "lang": "de",
  "categories": ["health", "medical"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Medikamentenplan",
      "short_name": "Medikamente",
      "url": "/medikamente.php",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Arztbrief verstehen",
      "short_name": "Arztbrief",
      "url": "/arztbrief.php",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Beipackzettel",
      "short_name": "Beipackzettel",
      "url": "/beipackzettel.php",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    }
  ]
}