{
  "name": "MedPlace - Medizinische Raumvermietung",
  "short_name": "MedPlace",
  "description": "Plattform für medizinische Raumvermietung",
  "version": "1.0.2",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#32750f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/img/medplace-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/medplace-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/medplace-app-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["medical", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Zur Startseite"
    },
    {
      "name": "Profil",
      "url": "/profile",
      "description": "Profil bearbeiten"
    }
  ]
}
