at.kotoba.fullPermissions
Schema Diff
+1 -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
-
"detail": "Read and write your Kotoba sessions, lesson packs, SRS state, and preferences.",
7
+
"detail": "Read and write your Kotoba sessions, lesson packs, SRS state, preferences, and progress stats.",
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
16
"at.kotoba.prefs",
17
17
"at.kotoba.stats"
18
18
]
19
19
}
20
20
]
21
21
}
22
22
},
23
23
"$type": "com.atproto.lexicon.schema",
24
24
"lexicon": 1
25
25
}