{
    "partnerName": "github",
    "managementPortalUrl": "https://github.com/codespaces/auth/lightweight_web_editor",
    "credentials": [{
        "expiration": 10000000000000,
        "token": "<github token>",
        "host": "github.com",
        "path": "/"
    }],
    "favicon": {
        "stable": "https://foo.com/favicon.ico",
        "insider": "https://foo.com/favicon-insider.ico"
    },
    "name": "legomushroom-github-github-j4xvj463j569",
    "displayName": "curly guacamole",
    "user": {
        "login": "legomushroom",
        "avatarUrl": "https://avatars.githubusercontent.com/u/1478800?s=400&u=c83ff15adaed8caa5c664bb50860a56b903b578a&v=4",
        "profileUrl": "https://github.com/legomushroom"
    },
    "vscodeSettings": {
        "vscodeChannel": "insider",
        "loadingScreenThemeColor": "dark",
        "defaultSettings": {
           "workbench.colorTheme": "GitHub Light",
           "workbench.startupEditor": "welcomePageInEmptyWorkbench"
        },
        "defaultExtensions": [{
            "id": "GitHub.vscode-pull-request-github"
        }, {
            "id": "GitHub.vscode-pull-request-github"
        }],
        "defaultAuthSessions": [{
            "type": "github",
            "id": "github-session-github-pr",
            "accessToken": "<github token>",
            "scopes": ["read:user", "user:email", "repo"],
            "account": {
                "id": "1478800",
                "label": "legomushroom"
            }
        }],
        "homeIndicator": {
                        "icon": "github-inverted",
                        "href": "https://github.com/codespaces",
                        "title": "Go Home"
                    },
        "enableSyncByDefault": true,
        "authenticationSessionId": "<random string>"
    }
}
