{
  "name": "Baller Check",
  "short_name": "BallerCheck",
  "description": "Verified Youth Basketball. Real Stats. No Fakes.",
  "start_url": "/app",
  "scope": "/",
  "id": "com.ballercheck.app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#f97316",
  "categories": ["sports", "lifestyle"],
  "lang": "en-US",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My Wallet", "url": "/app/wallet", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Rankings", "url": "/app/rankings", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
