{
  "name": "BJJ Tracker",
  "short_name": "BJJ",
  "description": "Track your Brazilian Jiu-Jitsu training sessions",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1d232a",
  "theme_color": "#7c3aed",
  "icons": [
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
