{
  "name": "Swetha Structures HRMS",
  "short_name": "HRMS",
  "description": "Employee Management System for Swetha Structures",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1C1710",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In",
      "url": "./index.html#checkin",
      "icon": "icons/icon-192.png"
    },
    {
      "name": "Apply Leave",
      "url": "./index.html#leave",
      "icon": "icons/icon-192.png"
    }
  ],
  "prefer_related_applications": false
}
