{
  "short_name": "HS Mat Stats",
  "name": "High School Wrestling Statistics",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#38bdf8",
  "background_color": "#1f2937",
  "orientation": "portrait",
  "scope": "/",
  "description": "Track, analyze and share high school wrestling statistics",
  "categories": ["sports", "statistics", "wrestling"],
  "shortcuts": [
    {
      "name": "View All Stats",
      "short_name": "All Stats",
      "description": "View statistics for all wrestlers",
      "url": "/stats/all"
    },
    {
      "name": "Team Leaderboard",
      "short_name": "Leaderboard",
      "description": "View team leaderboards",
      "url": "/leaderboards"
    }
  ]
}