{
  "name": "HNL Fantasy Liga 2026/27",
  "short_name": "HNL Fantasy",
  "description": "Privatna fantasy liga — postave, transferi, ljestvica i rekordi.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c1512",
  "theme_color": "#0c1512",
  "lang": "hr",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Postava",
      "url": "./index.html"
    },
    {
      "name": "Draft uživo",
      "url": "./draft.html"
    },
    {
      "name": "Popis igrača",
      "url": "./igraci.html"
    }
  ]
}