15 lines
314 B
JSON
15 lines
314 B
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/index/index",
|
||
|
"pages/index/callback",
|
||
|
"pages/map/index",
|
||
|
"pages/pay/index"
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|