{
  "id": "/",
  "name": "GS Purchase Portal",
  "short_name": "GS Purchase",
  "description": "Generation Schools purchase request and approval platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#0d1b2e",
  "theme_color": "#1a6b8a",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/static/images/pwa/icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/pwa/icon-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/images/pwa/icon-maskable-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/images/pwa/icon-maskable-512.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "New Request", "short_name": "New", "url": "/requests/new", "icons": [{ "src": "/static/images/pwa/icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" }] },
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/", "icons": [{ "src": "/static/images/pwa/icon-192.png?v=2", "sizes": "192x192", "type": "image/png", "purpose": "any" }] }
  ]
}
