{
  "name": "Summit Air · Time Tracker",
  "short_name": "Summit Air",
  "description": "Clock in, log hours, and approve timesheets across the Summit Air fleet.",
  "start_url": "/clock",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b2140",
  "theme_color": "#0b2140",
  "categories": ["business", "productivity"],
  "lang": "en",
  "icons": [
    { "src": "/icons/icon-48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock",
      "description": "Jump straight to the clock-in screen",
      "url": "/clock",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timesheet",
      "short_name": "Timesheet",
      "description": "View your current pay-period timesheet",
      "url": "/timesheet",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Approvals",
      "short_name": "Approvals",
      "description": "Approve pending timesheets from your team",
      "url": "/team",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
