{
  "name": "PlayVia OS",
  "short_name": "PlayVia",
  "description": "Sports league management platform — teams, scheduling, live scoring, standings, championships",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5F6F8",
  "theme_color": "#1B2A4A",
  "orientation": "portrait-primary",
  "categories": ["sports", "productivity"],
  "icons": [
    { "src": "images/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "images/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "images/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Live Scoreboard", "short_name": "Scores", "url": "/index.html#scoreboard" },
    { "name": "Standings", "short_name": "Standings", "url": "/index.html#games" }
  ]
}
