{
  "name": "Sqvadra - Sportska Platforma",
  "short_name": "Sqvadra",
  "description": "Platforma za upravljanje sportskim klubovima, timovima, utakmicama i treninzima",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "/icon-72.webp",
      "sizes": "72x72",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-96.webp",
      "sizes": "96x96",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-128.webp",
      "sizes": "128x128",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-256.webp",
      "sizes": "256x256",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Otvori početni dashboard",
      "url": "/",
      "icons": [
        {
          "src": "/icon-96.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Novi trening",
      "short_name": "Trening",
      "description": "Kreiraj novi trening",
      "url": "/trainings/create",
      "icons": [
        {
          "src": "/icon-96.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Nova utakmica",
      "short_name": "Utakmica",
      "description": "Kreiraj novu utakmicu",
      "url": "/matches/create",
      "icons": [
        {
          "src": "/icon-96.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Obavijesti",
      "short_name": "Obavijesti",
      "description": "Pogledaj obavijesti",
      "url": "/notifications",
      "icons": [
        {
          "src": "/icon-96.webp",
          "sizes": "96x96",
          "type": "image/webp"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "lang": "hr-HR",
  "dir": "ltr"
}
