{
  "name": "Rakket",
  "short_name": "Rakket",
  "description": "Track your badminton game. Own your progress.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#CAFF4C",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["sports", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log match",
      "url": "/matches/log",
      "description": "Log a new match result"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to your dashboard"
    }
  ]
}
