{
    "name": "Stream Manager Pro",
    "short_name": "Stream Manager Pro",
    "description": "Gestiona todas tus cuentas de streaming en un solo lugar",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#9333ea",
    "orientation": "portrait-primary",
    "scope": "./",
    "lang": "es",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "icons/icon.svg?v=1775891326",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icons/icon.svg?v=1775891326",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon.svg?v=1775891326",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Ver Cuentas",
            "short_name": "Cuentas",
            "description": "Ver todas las cuentas de streaming",
            "url": "./?tab=accounts",
            "icons": [
                {
                    "src": "icons/icon.svg?v=1775891326",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Calendario",
            "short_name": "Calendario",
            "description": "Ver fechas de vencimiento",
            "url": "./?tab=calendar",
            "icons": [
                {
                    "src": "icons/icon.svg?v=1775891326",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Configuraci\u00f3n",
            "short_name": "Config",
            "description": "Configurar la aplicaci\u00f3n",
            "url": "./?tab=settings",
            "icons": [
                {
                    "src": "icons/icon.svg?v=1775891326",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}