{
  "name": "FinPal - Personal Finance Manager",
  "short_name": "FinPal",
  "description": "Take control of your financial future with FinPal",
  "start_url": "/launch",
  "display": "standalone",
  "theme_color": "#a855f7",
  "background_color": "#1a0033",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}