{
  "name": "Timeclock",
  "short_name": "Timeclock",
  "description": "Dynamic Systems employee timeclock.",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "start_url": "/",
  "scope": "/",
  "icons": [
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Go straight to the punch page to clock in.",
      "url": "/?action=clock-in",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Clock Out",
      "short_name": "Clock Out",
      "description": "Go straight to the punch page to clock out.",
      "url": "/?action=clock-out",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
