{
  "name": "Licz jak SIGMA - Matematyka dla dzieci",
  "short_name": "Licz jak SIGMA",
  "description": "Interaktywna paplikacja do nauki działań pisemnych dla dzieci w szkole podstawowej",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pl",
  "dir": "ltr",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    }
  ],
  "categories": [
    "education",
    "kids",
    "learning"
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dodawanie",
      "short_name": "Dodawanie",
      "description": "Moduł dodawania pisemnego",
      "url": "/dodawanie",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Odejmowanie",
      "short_name": "Odejmowanie",
      "description": "Moduł odejmowania pisemnego",
      "url": "/odejmowanie",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Mnożenie",
      "short_name": "Mnożenie",
      "description": "Moduł mnożenia pisemnego",
      "url": "/mnozenie",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Dzielenie",
      "short_name": "Dzielenie",
      "description": "Moduł dzielenia pisemnego",
      "url": "/dzielenie",
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}