57 lines
1 KiB
JSON
57 lines
1 KiB
JSON
{
|
|
"configVersion": "v2",
|
|
"app": {
|
|
"appId": 28358,
|
|
"appName": "ZeppSpace",
|
|
"appType": "app",
|
|
"version": {
|
|
"code": 1,
|
|
"name": "1.0.1"
|
|
},
|
|
"icon": "icon.png",
|
|
"vender": "pauljako",
|
|
"description": "A ZeppOS App for SpaceAPI"
|
|
},
|
|
"permissions": [
|
|
"data:os.device.info",
|
|
"device:os.local_storage",
|
|
"device:os.geolocation"
|
|
],
|
|
"runtime": {
|
|
"apiVersion": {
|
|
"compatible": "2.0.0",
|
|
"target": "2.0.0",
|
|
"minVersion": "2.0"
|
|
}
|
|
},
|
|
"debug": false,
|
|
"targets": {
|
|
"bip5": {
|
|
"module": {
|
|
"page": {
|
|
"pages": ["pages/home/index", "pages/status/index"]
|
|
},
|
|
"app-side": {
|
|
"path": "app-side/index"
|
|
}
|
|
},
|
|
"platforms": [
|
|
{
|
|
"name": "bip5",
|
|
"deviceSource": 8454400
|
|
},
|
|
{
|
|
"name": "bip5-w",
|
|
"deviceSource": 8454401
|
|
}
|
|
],
|
|
"designWidth": 380
|
|
}
|
|
},
|
|
"i18n": {
|
|
"en-US": {
|
|
"appName": "ZeppSpace"
|
|
}
|
|
},
|
|
"defaultLanguage": "en-US"
|
|
}
|