forked from 4RK4N/zeppos_watchdrip_timer_wf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
59 lines (59 loc) · 1.07 KB
/
app.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"configVersion": "v2",
"app": {
"appId": 28963,
"appName": "Watchdrip WF",
"appType": "watchface",
"version": {
"code": 1,
"name": "1.0.0"
},
"vender": "bigdigital",
"description": "timer watchface",
"icon": "images/preview.png"
},
"runtime": {
"apiVersion": {
"compatible": "1.0.0",
"target": "1.0.0",
"minVersion": "1.0.0"
}
},
"targets": {
"band7": {
"module": {
"watchface": {
"path": "watchface/entry/band7/index",
"main": 1,
"editable": 1,
"lockscreen": 1
},
"app-side": {
"path": "app-side/index"
}
},
"platforms": [
{
"name": "band71",
"deviceSource": 252
},
{
"name": "band72",
"deviceSource": 253
},
{
"name": "band73",
"deviceSource": 254
}
],
"designWidth": 194
}
},
"i18n": {
"en-US": {
"name": "Timer"
}
},
"defaultLanguage": "en-US",
"debug": true
}