{
  "short_name": "QR-Rozkład",
  "name": "mStudio QRrozkład SIP",
  "description": "System Informacji Pasażerskiej mStudio",
  "lang": "pl",
  "dir": "ltr",
  "icons": [
    {
      "src": "img/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "img/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "img/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/index.php",
  "background_color": "#ffffff",
  "theme_color": "#E30613",
  "display": "standalone",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Sprawdź Rozkład",
      "short_name": "Rozkład",
      "description": "Przejdź bezpośrednio do rozkładu jazdy",
      "url": "/index.php",
      "icons": [
        {
          "src": "img/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}