{
"id": "com.babesky.authManageStarterPacks",
"defs": {
"main": {
"type": "permission-set",
"title": "Create and manage starter packs",
"details": "Create starter packs to help others discover creators on Bluesky. This lets you create curated lists of accounts that new users can follow all at once. You can add members to your packs, remove them, and delete packs you no longer want.",
"permissions": [
{
"type": "permission",
"action": [
"create",
"update",
"delete"
],
"resource": "repo",
"collection": [
"app.bsky.graph.list",
"app.bsky.graph.starterpack",
"app.bsky.graph.listitem"
]
}
]
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}