{
  "name": "Central Virginia Chapter - WVU Alumni Association",
  "short_name": "CVCWVUAA", 
  "description": "Central Virginia Chapter of the WVU Alumni Association - Stay connected to Mountaineer Nation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#002855",
  "theme_color": "#ffd100",
  "orientation": "portrait-primary",
  "categories": ["education", "social", "lifestyle"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/assets/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/favicon.png", 
      "sizes": "32x32",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Events",
      "short_name": "Events", 
      "description": "View upcoming WVU game watches and events",
      "url": "/events.html",
      "icons": [
        {
          "src": "/assets/favicon.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Scores", 
      "short_name": "Scores",
      "description": "Check WVU and high school sports scores", 
      "url": "/scores.html",
      "icons": [
        {
          "src": "/assets/favicon.png", 
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search news, events, and minutes",
      "url": "/search.html", 
      "icons": [
        {
          "src": "/assets/favicon.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}