{
  "id": "/dashboard",
  "name": "AthleteCreed",
  "short_name": "AthleteCreed",
  "description": "Strength & conditioning platform for scholastic athletics",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "categories": ["fitness", "sports", "education"],
  "icons": [
    {"src": "/icons/icon-192.png","sizes": "192x192","type": "image/png","purpose": "any"},
    {"src": "/icons/icon-512.png","sizes": "512x512","type": "image/png","purpose": "any"},
    {"src": "/icons/icon-maskable-192.png","sizes": "192x192","type": "image/png","purpose": "maskable"},
    {"src": "/icons/icon-maskable-512.png","sizes": "512x512","type": "image/png","purpose": "maskable"}
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Log",
      "url": "/workout",
      "description": "Log today's workout",
      "icons": [{"src": "/icons/icon-192.png","sizes": "192x192"}]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "url": "/progress",
      "description": "View your progress and PRs",
      "icons": [{"src": "/icons/icon-192.png","sizes": "192x192"}]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "url": "/leaderboard",
      "description": "Check team leaderboards",
      "icons": [{"src": "/icons/icon-192.png","sizes": "192x192"}]
    }
  ],
  "prefer_related_applications": false
}
