{
  "id": "./index.html",
  "name": "MisBalances",
  "short_name": "MisBalances",
  "description": "Ingresos, empleo, gastos y planeación financiera personal.",
  "lang": "es-MX",
  "start_url": "./index.html#view-home",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f4ec",
  "theme_color": "#1f553d",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Mi sueldo", "url": "./index.html#view-current" },
    { "name": "Egresos", "url": "./index.html#view-expenses" },
    { "name": "Balance", "url": "./index.html#view-summary" },
    { "name": "Futuro", "url": "./index.html#view-investment" }
  ]
}
