{
  "short_name": "TimeBooth",
  "name": "TimeBooth - Know who actually showed up",
  "description": "Geofenced clock in and attendance for South African teams who work away from a desk.",
  "icons": [
    { "src": "icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }
  ],
  "start_url": "/portal",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#00BFA5",
  "background_color": "#FBFCFC",
  "lang": "en-ZA",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Who is on site right now",
      "url": "/portal/today"
    },
    {
      "name": "Billing",
      "short_name": "Billing",
      "description": "Plan and invoices",
      "url": "/portal/billing"
    }
  ]
}