{
  "id": "/",
  "name": "QuickSO",
  "short_name": "QuickSO",
  "description": "Construction project, task, document, and operations management.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3347a0",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "url": "/quick-setup/projects",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
