Private preferences for Bluesky on Crack.
Properties
View raw schema
{
"type": "object",
"required": [
"version",
"settings"
],
"properties": {
"version": {
"type": "integer",
"minimum": 1
},
"settings": {
"type": "object",
"properties": {
"kawaiiMode": {
"type": "boolean"
},
"alterEgoUri": {
"type": "string",
"format": "at-uri"
},
"alterEgoByDid": {
"type": "array",
"items": {
"type": "object",
"required": [
"did",
"uri"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
}
},
"alterEgoRecords": {
"type": "array",
"items": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"avatar": {
"type": "string"
},
"banner": {
"type": "string"
},
"handle": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
}
}
}
},
"hijackHideLabels": {
"type": "boolean"
},
"showWelcomeModal": {
"type": "boolean"
},
"uncapLabelerLimit": {
"type": "boolean"
},
"statsigGateOverrides": {
"type": "array",
"items": {
"type": "object",
"required": [
"gate",
"value"
],
"properties": {
"gate": {
"type": "string"
},
"value": {
"type": "boolean"
}
}
}
},
"hideSuggestedAccounts": {
"type": "boolean"
},
"customVerificationsEnabled": {
"type": "boolean"
}
}
}
},
"description": "Private preferences for Bluesky on Crack."
}