{
  "name": "Big Mountain G&C Admin Dashboard",
  "short_name": "BMG&C Admin",
  "description": "Big Mountain G&C integrated management system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Check In Now",
      "short_name": "Check In",
      "description": "Check in to your current site",
      "url": "/clock",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Active Check In",
      "short_name": "Active",
      "description": "View active check-in / check out",
      "url": "/clock/active",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Clock History",
      "short_name": "History",
      "description": "Your check-in/out history",
      "url": "/clock/history",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "any",
          "type": "image/x-icon"
        }
      ]
    }
  ]
}