{
  "name": "Sunday Guelph Volleyball",
  "short_name": "SundayGVB",
  "description": "Intermediate/competitive co-ed volleyball every Sunday during the school year in Guelph, Ontario.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "lang": "en-CA",
  "categories": ["sports", "social"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Register",
      "short_name": "Register",
      "description": "Register for the season",
      "url": "./index.html#register",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Pick-Up Sign Up",
      "short_name": "Pick-Up",
      "description": "Sign up for a pick-up session",
      "url": "./index.html#pickup",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Standings",
      "short_name": "Standings",
      "description": "View league standings",
      "url": "./index.html#standings",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
