{
  "name": "Dogtopia Staff Portal",
  "short_name": "Dogtopia Staff",
  "description": "One-stop staff app for schedules, timeclock, availability, and alerts.",
  "start_url": "/timeclock",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#002d56",
  "theme_color": "#ff8200",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "description": "Clock in, breaks, lunch, and clock out.",
      "url": "/timeclock",
      "icons": [{ "src": "/static/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "url": "/",
      "icons": [{ "src": "/static/logo-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/static/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo-192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
