-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathappinfo.json
More file actions
43 lines (43 loc) · 792 Bytes
/
Copy pathappinfo.json
File metadata and controls
43 lines (43 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"uuid": "f3617030-8706-43b6-adde-d73fdb380244",
"shortName": "pTOTP",
"longName": "pTOTP",
"companyName": "Public Domain",
"versionCode": 2,
"versionLabel": "2.0.0",
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type":"raw",
"name":"GMT_OFFSET",
"file":"gmt_offset.bin"
},
{
"type":"raw",
"name":"SECRET_KEY",
"file":"secret_key.txt"
},
{
"type":"raw",
"name":"SECRET_NAME",
"file":"key_names.txt"
},
{
"type":"raw",
"name":"SECRET_COUNT",
"file":"key_count.txt"
},
{
"type":"raw",
"name":"IS_DST",
"file":"is_dst.bin"
}
]
}
}