-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
46 lines (46 loc) · 861 Bytes
/
config.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
{
"author": "[email protected]",
"config_version": "2",
"description": "Sales Square",
"modules": {
"event": true,
"file": true,
"geolocation": true,
"icons": {
"ios": {
"114": "img/114.png",
"144": "img/114.png",
"57": "img/57.png",
"72": "img/72.png"
}
},
"is": true,
"logging": {
"level": "DEBUG"
},
"package_names": {
"ios": "com.amirnathoo.salessquare"
},
"prefs": true,
"reload": true,
"request": {
"permissions": [
"http://*/*",
"https://*/*"
]
},
"tabbar": true,
"tabs": true,
"tools": true,
"topbar": true
},
"name": "Sales Square",
"partners": {
"parse": {
"applicationId": "iMgpKcdRI0ZhgF6WFv0CAecOPVViY3AoZxoBO8Fu",
"clientKey": "zvyV1b1EyljgqiwxOYj4CkhJ8L4cOmEvmYQYu7nD"
}
},
"platform_version": "v1.4",
"version": "0.1"
}