{
  "name": "Employability Life",
  "short_name": "EmpLife",
  "description": "Your employability platform",
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "scope": "/",
  "gcm_sender_id": "103953800507",
  "permissions": [
    "notifications"
  ],
  "icons": [
    {
      "src": "/EMP-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/EMP-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/EMP-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
   "screenshots": [
      {
        "src": "/screenshot-wide.png",
        "sizes": "1280x720",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Desktop view of Employability Life"
      },
      {
        "src": "/screenshot-narrow.png", 
        "sizes": "390x844",
        "type": "image/png",
        "form_factor": "narrow",
        "label": "Mobile view of Employability Life"
      }
    ]
} 