{
    "name": "F1 REACTION",
    "short_name": "F1 REACTION",
    "description": "F1 REACTION: Official Timing Game on Base. Test your reaction time against the lights.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#15151E",
    "theme_color": "#15151E",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-square.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-square.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "frame": {
        "version": "next",
        "imageUrl": "https://f1reaction.vercel.app/og-image.png",
        "button": {
            "title": "Play Now",
            "action": {
                "type": "launch_app",
                "name": "F1 REACTION",
                "url": "https://f1reaction.vercel.app",
                "splashImageUrl": "https://f1reaction.vercel.app/splash.png",
                "splashBackgroundColor": "#0052FF"
            }
        }
    }
}