{
  "name": "HRMS Application",
  "short_name": "HRMS",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#0d6efd",
  "description": "Human Resource Management System",
  "icons": [
    {
      "src": "assets/icons/app_icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}