{
  "name": "Uber Padel - Tournament Manager",
  "short_name": "Uber Padel",
  "description": "Free padel tournament manager with Americano, Mexicano, Mix, and more formats",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2563EB",
  "background_color": "#ffffff",
  "categories": ["sports"],
  "icons": [
    {
      "src": "/uberpadel-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/uberpadel-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/uberpadel-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Play",
      "short_name": "Quick Play",
      "url": "/quick-play/",
      "icons": [{ "src": "/uberpadel-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Competitions",
      "short_name": "Competitions",
      "url": "/competitions/browse.html",
      "icons": [{ "src": "/uberpadel-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
