{
"id": "com.babesky.authManageSocial",
"defs": {
"main": {
"type": "permission-set",
"title": "Manage follows, reposts, and reply settings",
"details": "Follow and unfollow accounts, repost content you like, and control who can reply to your posts. These are core social features that help you engage with the Bluesky community.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"app.bsky.graph.follow",
"app.bsky.feed.repost",
"app.bsky.feed.threadgate"
]
}
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}