{
  "name": "Ops Orbit Shoutouts",
  "short_name": "Shoutouts",
  "description": "Recognise great work across the team — give a shoutout in seconds.",
  "start_url": "/shoutouts?compose=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a1a",
  "theme_color": "#0a0a1a",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Give a shoutout",
      "short_name": "New shoutout",
      "url": "/shoutouts?compose=1",
      "description": "Open the shoutout composer"
    },
    {
      "name": "Read updates",
      "short_name": "Updates",
      "url": "/updates",
      "description": "See the latest team updates"
    }
  ]
}
