{
  "name": "CNPL - Canadian National Pickleball League",
  "short_name": "CNPL",
  "description": "Canada's premier competitive pickleball league. Track stats, view schedules, and stay connected.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1c244b",
  "theme_color": "#1c244b",
  "orientation": "any",
  "scope": "/",
  "lang": "en-CA",
  "categories": ["sports", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View match schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/shortcut-schedule.png", "sizes": "96x96" }]
    },
    {
      "name": "Standings",
      "short_name": "Standings",
      "description": "View league standings",
      "url": "/standings",
      "icons": [{ "src": "/icons/shortcut-standings.png", "sizes": "96x96" }]
    },
    {
      "name": "Players",
      "short_name": "Players",
      "description": "Browse players",
      "url": "/players",
      "icons": [{ "src": "/icons/shortcut-players.png", "sizes": "96x96" }]
    },
    {
      "name": "Teams",
      "short_name": "Teams",
      "description": "View teams",
      "url": "/teams",
      "icons": [{ "src": "/icons/shortcut-teams.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage"
    },
    {
      "src": "/screenshots/schedule.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Match Schedule"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
