{
  "id": "/go_sync/",
  "name": "Global Office: Sync",
  "short_name": "Sync",
  "description": "Progressive Web App frontend for Global Office Sync document ingestion and ledgers.",
  "start_url": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "background_color": "#0A090E",
  "theme_color": "#0A090E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icons/Sync-Icon-128.png?v=8",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Sync-Icon-192.png?v=8",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/Sync-Icon-512.png?v=8",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}