me.linkna.permissionSet
Schema Diff
+1 -1
1
1
{
2
2
"id": "me.linkna.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Linkname",
7
7
"detail": "Create, update, and delete your Linkname page, profile picture, and music play records",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"me.linkna.linkinbio",
14
14
"me.linkna.profile",
15
-
"fm.teal.alpha.feed.play"
15
+
"fm.teal.thirdparty.feed.play"
16
16
]
17
17
}
18
18
]
19
19
}
20
20
},
21
21
"$type": "com.atproto.lexicon.schema",
22
22
"lexicon": 1
23
23
}