{
  "name": "Expense Dashboard — HCD",
  "short_name": "Expenses",
  "description": "Personal expense tracker with bill scanner and budget planner",
  "start_url": "./expenses.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050a19",
  "theme_color": "#050a19",
  "icons": [
    { "src": "./MY_logo.jpg", "sizes": "192x192", "type": "image/jpeg" },
    { "src": "./MY_logo.jpg", "sizes": "512x512", "type": "image/jpeg" }
  ]
}
