{
  "name": "PKK Training - Zarządzaj Treningami",
  "short_name": "PKK",
  "description": "Profesjonalna aplikacja do zarządzania treningami, ćwiczeniami i wyzwaniami drużynowych",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8f5f0",
  "theme_color": "#b56e34",
  "icons": [
    {
      "src": "/pkk-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pkk-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pkk-logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pkk-logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["fitness", "health", "sports"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8f5f0' width='540' height='720'/><rect fill='%23b56e34' y='0' width='540' height='100'/><text x='270' y='60' font-size='30' font-weight='bold' fill='white' text-anchor='middle'>PKK Training</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23f8f5f0' width='1280' height='720'/><rect fill='%23b56e34' y='0' width='1280' height='80'/><text x='640' y='50' font-size='30' font-weight='bold' fill='white' text-anchor='middle'>PKK Training</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Nowy trening",
      "short_name": "Trening",
      "description": "Szybko stwórz nowy trening",
      "url": "/workouts?action=new",
      "icons": [
        {
          "src": "/pkk-logo-192.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timer",
      "short_name": "Start",
      "description": "Uruchom timer treningowy",
      "url": "/timer",
      "icons": [
        {
          "src": "/pkk-logo-192.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
