{
  "name": "ClubLadders",
  "short_name": "ClubLadders",
  "description": "Create clubs, track ladders, record matches, and climb the rankings.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#111827",
  "shortcuts": [
    {
      "name": "Log a match",
      "short_name": "Log match",
      "description": "Jump straight to recording a match result",
      "url": "/log?source=pwa"
    }
  ],
  "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"
    }
  ]
}
