me.linkna.permissionSet
Schema Diff
+3 -2
1
1
{
2
2
"id": "me.linkna.permissionSet",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Linkname",
7
-
"detail": "Create, update, and delete your Linkname page and profile picture",
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
-
"me.linkna.profile"
14
+
"me.linkna.profile",
15
+
"fm.teal.thirdparty.feed.play"
15
16
]
16
17
}
17
18
]
18
19
}
19
20
},
20
21
"$type": "com.atproto.lexicon.schema",
21
22
"lexicon": 1
22
23
}