{
  "name": "Akademicki Planer Zadań",
  "short_name": "Planer Zadań",
  "description": "Aplikacja do zarządzania terminami zaliczeń i zadań akademickich z prostym i przejrzystym interfejsem",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fce4ec",
  "theme_color": "#e91e63",
  "orientation": "portrait-primary",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png?v=20260115",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png?v=20260115",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png?v=20260115",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png?v=20260115",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23fce4ec;stop-opacity:1' /%3E%3Cstop offset='50%25' style='stop-color:%23e1bee7;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23bbdefb;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='540' height='720' fill='url(%23bgGrad)'/%3E%3Ctext x='270' y='360' font-size='80' text-anchor='middle' fill='white' opacity='0.8'%3E📚%3C/text%3E%3C/svg%3E",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 768'%3E%3Cdefs%3E%3ClinearGradient id='bgGrad2' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23fce4ec;stop-opacity:1' /%3E%3Cstop offset='50%25' style='stop-color:%23e1bee7;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23bbdefb;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1024' height='768' fill='url(%23bgGrad2)'/%3E%3Ctext x='512' y='384' font-size='120' text-anchor='middle' fill='white' opacity='0.8'%3E📚%3C/text%3E%3C/svg%3E",
      "sizes": "1024x768",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dodaj nowe zadanie",
      "short_name": "Dodaj",
      "description": "Szybko dodaj nowe zadanie",
      "url": "/?action=add",
      "icons": [
        {
          "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Widok kalendarza",
      "short_name": "Kalendarz",
      "description": "Otwórz widok kalendarza",
      "url": "/?view=calendar",
      "icons": [
        {
          "src": "https://batweb.pl/wp-content/uploads/2026/01/logo-zaliczenia-merito.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text"
    }
  }
}