{
  "name": "Foglo",
  "short_name": "Foglo",
  "description": "Egyszerű foglalás. Telt naptár.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#0F766E",
  "icons": [
    { "src": "/icons/icon-192.png",           "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png",           "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Új foglalás",
      "url": "/dashboard/calendar?new=1",
      "icons": [{ "src": "/icons/shortcut-new.png", "sizes": "96x96" }]
    }
  ]
}
