{
  "name": "ServGrid",
  "short_name": "ServGrid",
  "description": "Service catalog and subscription management",
  "start_url": "/staff/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/static/img/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/static/img/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/static/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Approvals", "url": "/services/approvals/", "description": "Review pending subscription requests" },
    { "name": "My Services", "url": "/services/mine/", "description": "Services I own or maintain" }
  ]
}
