{
  "name": "Compass Concierge",
  "short_name": "Concierge",
  "description": "Internal operating system for the Compass entities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1b263b",
  "theme_color": "#1b263b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Voice command",
      "short_name": "Voice",
      "description": "Talk to Compass AI hands-free",
      "url": "/compass-ai?voice=1",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "New message",
      "short_name": "Message",
      "description": "Jump straight to the messages tab",
      "url": "/messages",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}