{
  "name": "NextPlay",
  "short_name": "NextPlay",
  "description": "Practice plans. Player development. Parent communication.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0057FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/nextplay-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/nextplay-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "productivity", "education"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Practice Plan",
      "short_name": "Practice",
      "description": "Create a new practice plan",
      "url": "/practice-plan",
      "icons": [{ "src": "/nextplay-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Team Update",
      "short_name": "Update",
      "description": "Write a team update",
      "url": "/team-update",
      "icons": [{ "src": "/nextplay-icon.png", "sizes": "192x192" }]
    }
  ]
}
