at.kotoba.fullPermissions
Schema Diff
+2 -1
1
1
{
2
2
"id": "at.kotoba.fullPermissions",
3
3
"defs": {
4
4
"main": {
5
5
"type": "permission-set",
6
6
"title": "Kotoba",
7
7
"detail": "Read and write your Kotoba sessions, lesson packs, SRS state, and preferences.",
8
8
"permissions": [
9
9
{
10
10
"type": "permission",
11
11
"resource": "repo",
12
12
"collection": [
13
13
"at.kotoba.session",
14
14
"at.kotoba.lesson.pack",
15
15
"at.kotoba.state",
16
-
"at.kotoba.prefs"
16
+
"at.kotoba.prefs",
17
+
"at.kotoba.stats"
17
18
]
18
19
}
19
20
]
20
21
}
21
22
},
22
23
"$type": "com.atproto.lexicon.schema",
23
24
"lexicon": 1
24
25
}