{
  "id": "/",
  "name": "My Money Planner",
  "short_name": "Money Planner",
  "description": "Plan monthly income and bills, track spending, monitor savings and debts, and forecast future cash flow.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7faf9",
  "theme_color": "#052f27",
  "categories": [
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}