{
  "id": "/",
  "name": "Prognola",
  "short_name": "Prognola",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#fafafa",
  "background_color": "#ffffff",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Moje úkoly",
      "short_name": "Úkoly",
      "url": "/moje-ukoly",
      "icons": [
        { "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Otevřené tickety",
      "short_name": "Tickety",
      "url": "/tickets",
      "icons": [
        { "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Vytvořit ticket",
      "short_name": "Nový ticket",
      "url": "/tickets/create",
      "icons": [
        { "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }
      ]
    }
  ]
}