forked from nertpinx/tokenwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
33 lines (33 loc) · 734 Bytes
/
appinfo.json
File metadata and controls
33 lines (33 loc) · 734 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
{
"uuid": "a41bb0e2-d262-4ede-aaad-edbeefe38a02",
"shortName": "SimpleTOTP",
"longName": "SimpleTOTP",
"companyName": "Peter Krempa",
"versionCode": 3,
"versionLabel": "3.0",
"watchapp": {
"watchface": true
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_simplicity.png"
},
{
"type": "font",
"name": "FONT_ROBOTO_CONDENSED_21",
"file": "fonts/Roboto-Condensed.ttf"
},
{
"characterRegex": "[:0-9]",
"type": "font",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"file": "fonts/Roboto-Bold.ttf"
}
]
}
}