{
  "name": "Family Ledger",
  "short_name": "FL",
  "description": "Family income and expense tracker",
  "start_url": "/login.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F5FF",
  "theme_color": "#7C3AED",
  "icons": [
    {
      "src": "/assets/img/android-chrome-192x192.png?v=4",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/img/android-chrome-512x512.png?v=4",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/img/icon-maskable-512x512.png?v=4",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}