{
  "name": "Flo · Tu dinero, en flow",
  "short_name": "Flo",
  "description": "Flo, tu app de finanzas personales. Tu dinero, en flow.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1712",
  "theme_color": "#16A34A",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}