{
  "name": "Wyndham Garden Staff App",
  "short_name": "WG Staff",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#061426",
  "theme_color": "#0b1f3a",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Digital Front Desk",
      "url": "vnext/digital_frontdesk.html",
      "description": "Front desk operations"
    },
    {
      "name": "My Calendar",
      "url": "vnext/my_calendar.html",
      "description": "Employee task calendar"
    },
    {
      "name": "Communications",
      "url": "vnext/communications.html",
      "description": "Acknowledge and reply to messages"
    },
    {
      "name": "QA Testing",
      "url": "vnext/qa.html",
      "description": "Run QA tests"
    }
  ]
}