{
  "name": "Recruitment Portal",
  "short_name": "RecruitApp",
  "description": "Find your dream job today. One profile, unlimited opportunities.",
  "start_url": "/refapp/index.php",
  "scope": "/refapp/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "/refapp/uploads/settings/pwa-screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/refapp/uploads/settings/pwa-screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/refapp/uploads/settings/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/refapp/uploads/settings/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/refapp/uploads/settings/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/refapp/uploads/settings/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Jobs",
      "short_name": "Jobs",
      "description": "View all available job listings",
      "url": "/refapp/jobs.php",
      "icons": [{"src": "/refapp/uploads/settings/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Applications",
      "short_name": "Applications",
      "description": "View your job applications",
      "url": "/refapp/user/applications.php",
      "icons": [{"src": "/refapp/uploads/settings/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/refapp/user/profile.php",
      "icons": [{"src": "/refapp/uploads/settings/icon-192x192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/refapp/share-handler.php",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
