{
  "name": "YSV - Youth Sports Video",
  "short_name": "YSV",
  "description": "Capture, clip, and share your team's games. AV, matchups, live play counts, and full game PDFs for youth sports.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a1628",
  "theme_color": "#00e5ff",
  "categories": ["sports", "entertainment", "productivity"],
  "icons": [
    {
      "src": "/ysv-logo.jpg",
      "type": "image/jpeg",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/ysv-logo.jpg",
      "type": "image/jpeg",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Games",
      "short_name": "Games",
      "url": "/games",
      "description": "Jump straight to your team's games"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages"
    }
  ]
}
