com.babesky.authWriteCreatorProfile
Schema Diff
+2 -2
1
1
{
2
2
"id": "com.babesky.authWriteCreatorProfile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
-
"title": "Publish your creator profile to the Atmosphere",
7
-
"detail": "Writes your platform links, tip jar, creator profile, and featured posts to your AT Protocol repository, making them discoverable by other apps. You choose what to include and can remove anything at any time.",
6
+
"title": "Publish your creator portfolio to the Atmosphere",
7
+
"detail": "Writes your Atmosphere creator portfolio to your AT Protocol repository. This includes your platform links, tip jar, bio, content categories, availability, and featured posts. Other Atmosphere apps can discover and display your portfolio. You control what to include and can remove it at any time.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"com.babesky.actor.links",
14
14
"com.babesky.actor.support",
15
15
"com.babesky.actor.profile",
16
16
"com.babesky.actor.featured"
17
17
]
18
18
}
19
19
]
20
20
}
21
21
},
22
22
"$type": "com.atproto.lexicon.schema",
23
23
"lexicon": 1
24
24
}