{
  "name": "Disc Golf Mutant Mode",
  "short_name": "Mutant Mode",
  "description": "Disc golf scoring with game-changing modes and modifiers",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C0C0C",
  "theme_color": "#0C0C0C",
  "navigation_bar_color": "#0C0C0C",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}