{
  "name": "Timekeeper",
  "short_name": "Timekeeper",
  "description": "Check in when you start work. Check out when you finish.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAFBFB",
  "theme_color": "#FAFBFB",
  "icons": [
    { "src": "/static/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/static/icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ]
}
