{
  "name": "Turbofan Academy",
  "short_name": "Turbofan",
  "description": "Quizy, słownik i gra dopasowywania modułów silników turbowentylatorowych. Mobile-first PWA.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060a10",
  "theme_color": "#060a10",
  "lang": "pl",
  "dir": "ltr",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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": "Quizy",
      "short_name": "Quiz",
      "description": "Hub quizów o silnikach",
      "url": "./quiz/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Słownik",
      "short_name": "Słownik",
      "description": "Słownik terminów turbofan",
      "url": "./slownik/slownik.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Modules Match",
      "short_name": "Match",
      "description": "Gra dopasowywania modułów",
      "url": "./modules/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Systemy",
      "short_name": "Systems",
      "description": "Systemy silnika turbinowego",
      "url": "./systemy/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
