{
  "name": "Ganancia Real",
  "short_name": "Ganancia Real",
  "description": "Descubre cuánto realmente ganas conduciendo.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f1f5f9",
  "theme_color": "#0d9488",
  "lang": "es",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cargar combustible",
      "short_name": "Combustible",
      "url": "/app.html#panel-gastos"
    },
    {
      "name": "Ver reportes",
      "short_name": "Reportes",
      "url": "/app.html#panel-reportes"
    }
  ]
}
