{
  "name": "RefEye - NBA Referee Analytics",
  "short_name": "RefEye",
  "description": "AI-powered NBA referee analytics for smarter betting decisions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["sports", "analytics", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/home-chat-dark.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "RefEye Chat Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Start chatting with RefGPT",
      "url": "/chat",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Sign Up",
      "short_name": "Sign Up",
      "description": "Create a RefEye account",
      "url": "/signup",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 