{
  "name": "Hej Doktorze - Telemedycyna Online",
  "short_name": "Hej Doktorze",
  "description": "E-konsultacje lekarskie online – e-recepty i e-zwolnienia",
  "start_url": "/patient?source=pwa",
  "display": "standalone",
  "background_color": "#2E7369",
  "theme_color": "#2E7369",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pl",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/images/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Moje wizyty",
      "short_name": "Wizyty",
      "description": "Zobacz swoje wizyty i czaty z lekarzem",
      "url": "/patient/visits?source=pwa_shortcut",
      "icons": [{ "src": "/images/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nowa wizyta",
      "short_name": "Nowa",
      "description": "Umów nową teleporadę",
      "url": "/patient?source=pwa_shortcut",
      "icons": [{ "src": "/images/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
