{
  "name": "ADA Service Dog ID",
  "short_name": "Service Dog ID",
  "description": "Your voluntary service dog handler identification — one tap from your home screen.",
  "start_url": "/me?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FCFBF8",
  "theme_color": "#0F2A5C",
  "categories": ["medical", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My verification page",
      "short_name": "My Card",
      "description": "Open a fresh 60-second verification page",
      "url": "/me?source=shortcut",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
