{
  "name": "On Me VIP — Get Seen. Get Deals. Get Paid.",
  "short_name": "On Me VIP",
  "description": "The exclusive membership for college & high school athletes to earn through NIL, navigate the transfer portal, and build their personal brand.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080808",
  "theme_color": "#c9a84c",
  "categories": ["sports", "business", "education", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "On Me VIP — NIL Deals, Transfer Portal & Athlete Brand"
    }
  ],
  "shortcuts": [
    {
      "name": "NIL Deals",
      "short_name": "NIL",
      "description": "Browse verified NIL brand deals",
      "url": "/nil-deals",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your athlete dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "Transfer Portal",
      "short_name": "Portal",
      "description": "Navigate the transfer portal",
      "url": "/transfer-portal",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    },
    {
      "name": "On Me AI",
      "short_name": "AI",
      "description": "AI-powered athlete advisor",
      "url": "/on-me-ai",
      "icons": [{ "src": "/favicon.png", "sizes": "32x32" }]
    }
  ]
}
