{
  "name": "Clock In / Clock Out",
  "short_name": "Clock",
  "description": "Clock in and out, see your hours, manage your team.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F8FA",
  "theme_color": "#2D8CFF",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Clock in", "url": "/?action=punch", "description": "Start your shift" },
    { "name": "My timesheet", "url": "/timesheet", "description": "See your hours" }
  ]
}
