-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquasar.extensions.json
38 lines (38 loc) · 1022 Bytes
/
quasar.extensions.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
{
"@quasar/icon-genie": {
"minify_dev": "optipng",
"minify_build": "optipng",
"cordova": {
"background_color": "#000074",
"splashscreen_type": "overlay"
},
"build_always": true,
"__internal": {
"dev": {
"spa": {
"iconHash": "c32c0c3dfea704d6c0f860b478d92886"
},
"cordova": {
"iconHash": "c32c0c3dfea704d6c0f860b478d92886",
"splashscreenHash": "1da5de84b0fbb903b16181491a97d225",
"splashscreenType": "overlay",
"backgroundColor": "#000074"
}
},
"build": {
"electron": {
"iconHash": "c32c0c3dfea704d6c0f860b478d92886"
},
"cordova": {
"iconHash": "c32c0c3dfea704d6c0f860b478d92886",
"splashscreenHash": "1da5de84b0fbb903b16181491a97d225",
"splashscreenType": "overlay",
"backgroundColor": "#000074"
},
"spa": {
"iconHash": "c32c0c3dfea704d6c0f860b478d92886"
}
}
}
}
}