{
  "name": "IslandersFan.Home",
  "short_name": "IslandersFan",
  "description": "Your New York Islanders Home Base - Every shift, every goal, every Islander",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D1117",
  "theme_color": "#003E88",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Game",
      "short_name": "Game",
      "description": "View current live game",
      "url": "/game",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Roster",
      "short_name": "Roster",
      "description": "View team roster",
      "url": "/roster",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View game schedule",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
