{
  "name": "LifeLift",
  "short_name": "LifeLift",
  "description": "LifeLift mobile application with offline support",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "icons": [
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to LifeLift home page",
      "url": "/home"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile",
      "url": "/profile"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
