com.babesky.authWriteCreatorProfile
Schema Diff
+5 -3
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 and tip jar links to your AT Protocol repository, making them discoverable by other apps. You choose which links to include and can remove them 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
-
"com.babesky.actor.support"
14
+
"com.babesky.actor.support",
15
+
"com.babesky.actor.profile",
16
+
"com.babesky.actor.featured"
15
17
]
16
18
}
17
19
]
18
20
}
19
21
},
20
22
"$type": "com.atproto.lexicon.schema",
21
23
"lexicon": 1
22
24
}