{
    "theme_color": "#00ffff",
    "background_color": "#000000",
    "icons": [
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "/images/icon512_maskable.png",
            "type": "image/png"
        },
        {
            "purpose": "any",
            "sizes": "512x512",
            "src": "/images/icon512_rounded.png",
            "type": "image/png"
        }
    ],
    "orientation": "portrait",
    "start_url": "/",
    "display": "standalone",
    "name": "NoteTube",
    "short_name": "NoteTube",
    "description": "Aplicación de notas para organizar y gestionar tu información de forma eficiente."
}