-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (50 loc) · 948 Bytes
/
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
{
"configVersion": "v3",
"app": {
"appId": 1056908,
"appName": "My Timers",
"appType": "app",
"version": {
"code": 4,
"name": "4.0"
},
"icon": "iconApp.png",
"vender": "Albert Safiullin albertincx@gmail.com",
"description": "An app creates timers with alarm"
},
"permissions": [
"device:os.notification",
"data:os.device.info",
"device:os.alarm",
"device:os.local_storage"
],
"runtime": {
"apiVersion": {
"compatible": "3.0",
"target": "3.0",
"minVersion": "3.0"
}
},
"targets": {
"common": {
"module": {
"page": {
"pages": [
"pages/alarm"
]
},
"app-service": {
"services": ["app-service/index"]
}
},
"platforms": [
{
"st": "r"
}
],
"designWidth": 480
}
},
"debug": false,
"defaultLanguage": "en-US"
}