{
  "client_id": "https://atmosphereaccount.com/examples/atmosphere-login/client-metadata.json",
  "client_name": "Atmosphere Login reference app",
  "client_uri": "https://atmosphereaccount.com/examples/atmosphere-login/app",
  "logo_uri": "https://atmosphereaccount.com/app-icon.svg",
  "allowed_return_uris": [
    "https://atmosphereaccount.com/examples/atmosphere-login/callback",
    "https://atmosphereaccount.com/examples/atmosphere-login/callback?mode=popup"
  ],
  "note": "Reference metadata for the Atmosphere Login docs console. Production apps should register trusted return URIs with Atmosphere Account."
}