{
  "name": "Orbit",
  "short_name": "Orbit",
  "description": "Orbit",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/orbit-pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/orbit-pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Attendance",
      "short_name": "Attendance",
      "url": "/go/attendance",
      "description": "View and manage your attendance"
    },
    {
      "name": "My Leaves",
      "short_name": "Leaves",
      "url": "/go/my-leaves",
      "description": "Apply and track leave requests"
    },
    {
      "name": "Feed",
      "short_name": "Feed",
      "url": "/go/feed",
      "description": "Company announcements and updates"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
