{
  "name": "Cleveland Suburban Hockey League",
  "short_name": "CSHL",
  "description": "Schedules, standings, team messenger, ice-time booking, and tournaments for the Cleveland Suburban Hockey League.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f2f5f7",
  "theme_color": "#0d2337",
  "categories": ["sports", "productivity"],
  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Messenger", "url": "/messenger", "description": "Open team messenger" },
    { "name": "Schedule", "url": "/schedule", "description": "View the schedule" },
    { "name": "Book Ice", "url": "/ice", "description": "Browse ice-time slots" }
  ]
}
