{
    "name": "NEO Player",
    "short_name": "NEO",
    "description": "Stream sin límites - Tu contenido favorito",
    "start_url": "/app/index.html",
    "display": "standalone",
    "background_color": "#0F172A",
    "theme_color": "#06B6D4",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["entertainment", "video"],
    "lang": "es"
}