{
  "name": "Club64 Tutor",
  "short_name": "Club64 Tutor",
  "description": "Learn and improve your chess skills with AI tutoring",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "any",
  "icons": [
    {
      "src": "/shared/logo/logo-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["games", "education"],
  "shortcuts": [
    {
      "name": "Start Lesson",
      "short_name": "Lesson",
      "description": "Start a new chess lesson",
      "url": "/",
      "icons": [{ "src": "/shared/logo/logo-icon.svg", "sizes": "any" }]
    }
  ]
}
