app.witchsky.theme.authFull
Schema Diff
+1 -1
1
1
{
2
2
"id": "app.witchsky.theme.authFull",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Witchsky themes",
7
-
"detail": "Create, edit, delete, and save Witchsky themes and theme collections.",
7
+
"detail": "Use and manage interface themes",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"action": [
12
12
"create",
13
13
"update",
14
14
"delete"
15
15
],
16
16
"resource": "repo",
17
17
"collection": [
18
18
"app.witchsky.theme.colors",
19
19
"app.witchsky.theme.collection",
20
20
"app.witchsky.theme.collectionitem",
21
21
"app.witchsky.theme.saved"
22
22
]
23
23
}
24
24
]
25
25
}
26
26
},
27
27
"$type": "com.atproto.lexicon.schema",
28
28
"lexicon": 1
29
29
}