forked from cpfair/pTOTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
45 lines (45 loc) · 1.06 KB
/
appinfo.json
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
44
45
{
"appKeys": {
"AMClearTokens": 5,
"AMCreateToken": 1,
"AMCreateToken_ID": 2,
"AMCreateToken_Name": 3,
"AMCreateToken_Digits": 11,
"AMDeleteToken": 4,
"AMReadTokenList": 6,
"AMReadTokenList_Finished": 8,
"AMReadTokenList_Result": 7,
"AMSetTokenListOrder": 10,
"AMSetUTCOffset": 0,
"AMUpdateToken": 9
},
"capabilities": [
"configurable"
],
"companyName": "Public Domain",
"longName": "Pebble Authenticator",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icon.png",
"menuIcon": true,
"name": "ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Authenticator",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "da96ea4e-7793-4301-9d9a-68714a902730",
"versionCode": 12,
"versionLabel": "1.12",
"watchapp": {
"watchface": false
}
}