{
    "name": "TV Remote",
    "short_name": "TV Remote",
    "description": "Simple elderly-friendly TV remote control",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0d0d1a",
    "theme_color": "#0d0d1a",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
