{
  "name": "LaxIQ - Lacrosse Training Platform",
  "short_name": "LaxIQ",
  "description": "Transform your lacrosse game with IQ quizzes, drill tracking, and performance analytics.",
  "start_url": "/accounts/dashboard/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#FFA500",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/imgs/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/imgs/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "education", "fitness"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/accounts/dashboard/",
      "icons": [{"src": "/static/imgs/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Quizzes",
      "url": "/quizzes/",
      "icons": [{"src": "/static/imgs/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
