a tiny oauth browser client for atproto using a service worker
1{
2 "client_id": "https://jake.tngl.io/atsw/client-metadata.json",
3 "client_uri": "https://jake.tngl.io/atsw/",
4 "redirect_uris": ["https://jake.tngl.io/atsw/"],
5 "application_type": "native",
6 "client_name": "atsw",
7 "dpop_bound_access_tokens": true,
8 "grant_types": ["authorization_code", "refresh_token"],
9 "response_types": ["code"],
10 "scope": "atproto repo?collection=com.atproto.server.getSession",
11 "token_endpoint_auth_method": "none"
12}