{
  "id": "./index.php",
  "name": "Home Accounts Management System",
  "short_name": "HAMS",
  "description": "Track household income, expenses, budgets, savings goals, and lending in a standalone application.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#09111f",
  "background_color": "#060d18",
  "icons": [
    {
      "src": "assets/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
