{
  "name": "Avrel",
  "short_name": "Avrel",
  "description": "Avrel connects your financial reality to your biggest dreams. Map your future. Own it.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c1419",
  "theme_color": "#1E4D5C",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View your financial dashboard"
    },
    {
      "name": "Add Transaction",
      "url": "/transactions",
      "description": "Add a new transaction"
    }
  ]
}
