22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index"
|
|
],
|
|
"usingComponents": {
|
|
"chat-box": "components/chatbox/index"
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTitleText": "New Bing Bot 🤖",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"networkTimeout": {
|
|
"request": 900000,
|
|
"connectSocket": 900000
|
|
},
|
|
"resizable": true,
|
|
"lazyCodeLoading": "requiredComponents"
|
|
}
|