{
    "name": "PescApp",
    "short_name": "PescApp",
    "description": "Gestão de torneios de pesca em tempo real.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#2A7F62",
    "theme_color": "#2A7F62",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
