{
  "id": "savemoni",
  "name": "Savemoni",
  "short_name": "Savemoni",
  "description": "Savemoni is a personal finance management app that helps you save money, track expenses, and achieve your financial goals. With Savemoni, you can create budgets, set savings goals, and monitor your spending habits to make informed financial decisions.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0d5afd",
  "theme_color": "#0d5afd",
  "categories": ["finance", "productivity", "business"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/static/images/logo/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/images/logo/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}