{
  "name": "Booct Employee Portal",
  "short_name": "Booct Staff",
  "description": "View your timesheets, hours, and earnings on the go",
  "start_url": "/workforce/my-timesheets",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Current Period",
      "short_name": "Period",
      "description": "View current pay period",
      "url": "/workforce/my-timesheets?tab=current-period",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View timesheet history",
      "url": "/workforce/my-timesheets?tab=history",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "YTD Summary",
      "short_name": "YTD",
      "description": "View year-to-date earnings",
      "url": "/workforce/my-timesheets?tab=ytd",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
