forked from grintex/app-covid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframework7.json
39 lines (39 loc) · 822 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
{
"cwd": "D:\\wamp\\www\\app-covid",
"type": [
"cordova"
],
"name": "coronavirus-chapeco",
"framework": "core",
"template": "tabs",
"bundler": "webpack",
"cssPreProcessor": false,
"theming": {
"customColor": true,
"color": "#006f3c",
"darkTheme": false,
"iconFonts": true,
"fillBars": true
},
"customBuild": false,
"webpack": {
"developmentSourceMap": true,
"productionSourceMap": true,
"hashAssets": false,
"preserveAssetsPaths": false,
"inlineAssets": true
},
"pkg": "cc.uffs.extension.covid",
"cordova": {
"folder": "cordova",
"platforms": [
"android"
],
"plugins": [
"cordova-plugin-statusbar",
"cordova-plugin-keyboard",
"cordova-plugin-splashscreen",
"cordova-plugin-wkwebview-engine"
]
}
}