{
  "name": "HireSphere - Connect Talent with Opportunity",
  "short_name": "HireSphere",
  "description": "A comprehensive job platform connecting job seekers with recruiters",
  "start_url": "/splash.html",
  "display": "standalone",
  "background_color": "#6366f1",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "res/android/icon/ldpi.png",
      "sizes": "36x36",
      "type": "image/png",
      "density": "0.75"
    },
    {
      "src": "res/android/icon/mdpi.png",
      "sizes": "48x48",
      "type": "image/png",
      "density": "1.0"
    },
    {
      "src": "res/android/icon/hdpi.png",
      "sizes": "72x72",
      "type": "image/png",
      "density": "1.5"
    },
    {
      "src": "res/android/icon/xhdpi.png",
      "sizes": "96x96",
      "type": "image/png",
      "density": "2.0"
    },
    {
      "src": "res/android/icon/xxhdpi.png",
      "sizes": "144x144",
      "type": "image/png",
      "density": "3.0"
    },
    {
      "src": "res/android/icon/xxxhdpi.png",
      "sizes": "192x192",
      "type": "image/png",
      "density": "4.0",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Job Search",
      "short_name": "Jobs",
      "description": "Browse available job opportunities",
      "url": "/seeker/jobs.html",
      "icons": [
        {
          "src": "res/android/icon/xhdpi.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/seeker/profile.html",
      "icons": [
        {
          "src": "res/android/icon/xhdpi.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}