{
  "name": "Fantasy Squad - Premium Fantasy Football",
  "short_name": "Fantasy Squad",
  "version": "0.1.2",
  "description": "Dołącz do platformy fantasy football premium z pięknym interfejsem i zaawansowanymi funkcjami. Zarządzaj swoją drużyną, uczestniczyj w aukcjach i rywalizuj z przyjaciółmi.",
  "start_url": "/homepage",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#10B981",
  "theme_color": "#10B981",
  "lang": "pl-PL",
  "dir": "ltr",
  "categories": [
    "sports",
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Przegląd Federacji",
      "short_name": "Przegląd",
      "description": "Zobacz panel federacji i aktywność",
      "url": "/homepage",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Drużyny",
      "short_name": "Drużyny",
      "description": "Zobacz wszystkie drużyny w twojej federacji",
      "url": "/teams",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tabela",
      "short_name": "Tabela",
      "description": "Zobacz tabelę ligową i rankingi",
      "url": "/table",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Panel Fantasy Squad"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Widok mobilny Fantasy Squad"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "display_override": ["window-controls-overlay", "standalone"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
