{
  "name": "Shift Pay Tracker",
  "short_name": "ShiftPay",
  "description": "Paycheck estimator and shift tracker for airline ground workers",
  "start_url": "/shift-pay-tracker/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a1a18",
  "orientation": "portrait-primary",
  "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"
    }
  ]
}