{
  "name": "Next Level Training",
  "short_name": "Next Level",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#090a0c",
  "theme_color": "#090a0c",
  "description": "Athletic performance management for coaches and athletes.",
  "icons": [
    {
      "src": "assets/next-level-logo.jpeg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "scope": "./"
}