{
  "name": "Vimu Finance",
  "short_name": "Vimu",
  "description": "Track income, spending, and budgets in English or Spanish.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#003d82",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Add transaction",
      "short_name": "Add",
      "description": "Record income and spending",
      "url": "/?tab=captura",
      "icons": [
        {
          "src": "/logo-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
