{
  "name": "Level Up Baseball",
  "short_name": "Level Up",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#edf3f6",
  "theme_color": "#0b2239",
  "description": "Train. Track. Level Up.",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}