{
    "name": "Baseball Basics",
    "short_name": "BB Basics",
    "description": "Learn baseball fundamentals through an interactive 2D field visualization",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FDF6E3",
    "theme_color": "#1C3D5A",
    "orientation": "any",
    "categories": ["education", "sports"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
