{
    "name": "Preflight.sh",
    "short_name": "Preflight",
    "description": "A CLI tool that scans your codebase for launch readiness before you deploy to production. Catches security issues, SEO problems, and common mistakes.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/assets/images/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/assets/images/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}
