{
    "name": "Minhas Finanças",
    "short_name": "Finanças",
    "description": "Controle pessoal de entradas e saídas.",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#f4f5f7",
    "theme_color": "#111827",
    "orientation": "portrait",
    "lang": "pt-BR",

    "icons": [
        {
            "src": "./icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}