
{
  "name": "TypePath",
  "short_name": "TypePath",
  "description": "Competitive typing platform and AI coaching",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3B82F6",
  "background_color": "#0F172A",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Typing Test",
      "short_name": "Test",
      "description": "Start a new typing test",
      "url": "/typing-test",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View your typing statistics",
      "url": "/dashboard/stats",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Battle Lobby",
      "short_name": "Battles",
      "description": "Join a competitive typing battle",
      "url": "/battles/lobby",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
