﻿{
    "name": "Happy Tickets",
    "short_name": "HappyTickets", 
    "description": "Happy Tickets - Descubre ofertas increíbles y promociones exclusivas",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#E84C26",
    "theme_color": "#E84C26",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "logo.png", 
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
