{
  "name": "StandbyGo",
  "short_name": "STG",
  "description": "The stage manager's communication hub",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d9488",
  "background_color": "#0d9488",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "800x880",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
