{
  "name": "Padel CRM",
  "short_name": "Padel CRM",
  "description": "Training management",
  "start_url": "/dashboard/schedule",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "Training schedule",
      "url": "/dashboard/schedule"
    },
    {
      "name": "Requests",
      "short_name": "Requests",
      "description": "Booking requests",
      "url": "/dashboard/requests"
    },
    {
      "name": "Players",
      "short_name": "Players",
      "description": "Players list",
      "url": "/dashboard/players"
    }
  ]
}
