{
  "name": "FFX Employee Portal",
  "short_name": "FFX Portal",
  "description": "FastFreight Express Employee Portal",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#C30000",
  "theme_color": "#C30000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Payroll and home",
      "url": "/dashboard/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "description": "Clock in/out",
      "url": "/time-clock/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "BOL Scanner",
      "short_name": "BOL",
      "description": "Scan and submit a Bill of Lading",
      "url": "/bol-scanner/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "PTO Request",
      "short_name": "PTO",
      "description": "Request paid time off",
      "url": "/pto-request/",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}