{
  "name": "Versus Padel",
  "short_name": "Versus Padel",
  "description": "The ultimate padel scoreboard app with Bluetooth remote, live streaming, and tournament management.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#1a1a1a",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshots/app-preview-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Scoreboard View"
    },
    {
      "src": "/screenshots/app-preview-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Live Cast"
    },
    {
      "src": "/screenshots/app-preview-3.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "label": "Tournament Bracket"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Match",
      "short_name": "Match",
      "description": "Start a new padel match",
      "url": "/match/new",
      "icons": [{ "src": "/icons/shortcut-match.png", "sizes": "96x96" }]
    },
    {
      "name": "Tournaments",
      "short_name": "Tournament",
      "description": "Browse available tournaments",
      "url": "/tournaments",
      "icons": [{ "src": "/icons/shortcut-tournament.png", "sizes": "96x96" }]
    }
  ]
}
