{
  "name": "Elviq — Football Training",
  "short_name": "Elviq",
  "description": "Your personal football training companion",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#22c55e",
  "orientation": "any",
  "icons": [
    {
      "src": "/brand/elviq-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/brand/elviq-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/brand/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Check in",
      "url": "/checkin",
      "description": "Log your daily check-in"
    },
    {
      "name": "Log session",
      "url": "/training/session/new",
      "description": "Log a training session"
    }
  ]
}
