{
  "name": "PracticePad",
  "short_name": "PracticePad",
  "description": "Mobile-first practice planning and live timer for coaches.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0b",
  "theme_color": "#ff6b00",
  "categories": ["sports", "productivity", "education"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New practice plan",
      "short_name": "New plan",
      "description": "Start building a new practice plan.",
      "url": "/plans/new",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Next scheduled practice",
      "short_name": "Next practice",
      "description": "Jump to your next scheduled practice.",
      "url": "/next",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
