{
  "client_id": "https://sheervue.app/oauth/client-metadata.json",
  "client_name": "SheerVue",
  "client_uri": "https://sheervue.app/",
  "logo_uri": "https://sheervue.app/assets/icon.png",
  "tos_uri": "https://sheervue.app/support/tos/",
  "policy_uri": "https://sheervue.app/support/privacy/",
  "application_type": "native",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "redirect_uris": [
    "app.sheervue:/oauth/callback"
  ],
  "response_types": [
    "code"
  ],
  "scope": "atproto transition:generic transition:chat.bsky",
  "token_endpoint_auth_method": "none",
  "dpop_bound_access_tokens": true
}
