{
  "name": "LoveCafe: A Billing App",
  "short_name": "LoveCafe",
  "id": "/?homescreen=1",
  "description": "LoveCafe helps entrepreneurs start and grow their own café franchise with expert support and guidance.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#ff69b4",
  "categories": ["business", "food"],
  "icons": [
    {
      "src": "/images/love192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/love512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}