{
  "name": "FutureCare App",
  "short_name": "FutureCare",
  "description": "FutureCare - Online Health Support for Rural Areas",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e40af", 
  "theme_color": "#3b82f6",    
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/img/test-transparent-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["healthcare", "medical", "productivity"],
  "screenshots": [
    {
      "src": "/img/FClogo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FutureCare Mobile App"
    },
    {
      "src": "/img/FClogo.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FutureCare Desktop App"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Open chat messages",
      "url": "/patient/messages/ui",
      "icons": [{ "src": "/img/FClogo.png", "sizes": "96x96" }]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "View appointments",
      "url": "/patient/appointments",
      "icons": [{ "src": "/img/FClogo.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "permissions": [
    "notifications",
    "push"
  ],
  "notification": {
    "display": "standalone",
    "badge": "/img/FClogo.png",
    "icon": "/img/FClogo.png"
  },
  "related_applications": []
}