{
  "name": "UPP — Universal Provider Passport",
  "short_name": "UPP",
  "description": "Your verified provider passport — attestations, credentials, alerts.",
  "start_url": "/provider",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Attest credentials", "url": "/attest" },
    { "name": "Alerts", "url": "/alerts" },
    { "name": "Inbox", "url": "/inbox" }
  ]
}