{
  "name": "Lower Merion Little League",
  "short_name": "LMLL",
  "description": "Schedules, scores, standings, teams, and playoff brackets for Lower Merion Little League.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0e2350",
  "theme_color": "#0e2350",
  "categories": ["sports"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Schedule", "url": "/schedule", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Scores", "url": "/scores", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Standings", "url": "/standings", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "screenshots": [
    { "src": "/assets/screens/home.webp", "sizes": "824x1830", "type": "image/webp", "form_factor": "narrow", "label": "League home with the latest scores ticker" },
    { "src": "/assets/screens/scores.webp", "sizes": "824x1830", "type": "image/webp", "form_factor": "narrow", "label": "Scores by week with game recaps" },
    { "src": "/assets/screens/standings.webp", "sizes": "824x1830", "type": "image/webp", "form_factor": "narrow", "label": "Division standings with team logos" }
  ]
}
