{
  "name": "ST HR — S&T Auto Body",
  "short_name": "ST HR",
  "description": "Clock in and out, view your hours, and make requests.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#d9232d",
  "icons": [
    { "src": "/static/st/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/st/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/st/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/st/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My attendance", "url": "/attendance/view-my-attendance/" },
    { "name": "My requests", "url": "/leave/user-request-view/" }
  ]
}
