-
Notifications
You must be signed in to change notification settings - Fork 1
/
framework7.json
41 lines (41 loc) · 882 Bytes
/
framework7.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
{
"cwd": "C:\\Users\\Parvinder\\Desktop\\whatsapp-online-checker-client",
"type": [
"cordova",
"web"
],
"name": "WhatsUp - WhatsApp Online Last seen Tracker ",
"framework": "react",
"template": "tabs",
"bundler": "webpack",
"cssPreProcessor": false,
"theming": {
"customColor": false,
"color": "#007aff",
"darkTheme": true,
"iconFonts": true,
"fillBars": false
},
"customBuild": false,
"webpack": {
"developmentSourceMap": true,
"productionSourceMap": true,
"hashAssets": false,
"preserveAssetsPaths": false,
"inlineAssets": true
},
"pkg": "io.princey.whatsup",
"cordova": {
"folder": "cordova",
"platforms": [
"ios",
"android",
"electron"
],
"plugins": [
"cordova-plugin-statusbar",
"cordova-plugin-keyboard",
"cordova-plugin-splashscreen"
]
}
}