{
  "short_name": "Clear Finances",
  "name": "Clear Finances: Personal Budget Assistant",
  "description": "An intuitive and visually appealing web application that allows users to manage their personal finances, track income and expenses, set a monthly budget, and receive smart alerts. Includes a Gemini-powered chatbot for financial questions.",
  "icons": [
    {
      "src": "./vite.svg",
      "type": "image/svg+xml",
      "sizes": "192x192"
    },
    {
      "src": "./vite.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "./",
  "display": "standalone",
  "theme_color": "#075985",
  "background_color": "#f8fafc",
  "scope": "./"
}