{
  "name": "Gully — your cricket companion",
  "short_name": "Gully",
  "description": "Your cricket companion. Talk through your matches, practice, technique and mindset — all in one place.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "/icons/gully-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/gully-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/gully.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload a video",
      "short_name": "Upload",
      "url": "/chat?upload=video",
      "icons": [{ "src": "/icons/gully-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Your memory",
      "short_name": "Memory",
      "url": "/me",
      "icons": [{ "src": "/icons/gully-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["sports", "lifestyle", "productivity"]
}
