{ "app": { "vendor": "fujica", "bundleName": "com.fujica.abk", "version": { "code": 1000001, "name": "1.0.1" } }, "deviceConfig": { "default": { "network": { "cleartextTraffic": true }, "allowComponentsProxy": true } }, "module": { "allowClassMap": true, "reqPermissions": [ { "name": "ohos.permission.MANAGE_SECURE_SETTINGS", "reason": "获取设置项的车牌信息" }, { "name": "ohos.permission.LOCATION", "reason": "需要定位权限以查询附近停车场", "usedScene": { "ability": [ "com.fujica.abk.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.APPROXIMATELY_LOCATION", "reason": "需要大致位置权限", "usedScene": { "ability": [ "com.fujica.abk.MainAbility" ], "when": "inuse" } }, { "name": "ohos.permission.INTERNET", "reason": "access internet", "usedScene": { "ability": [ "com.fujica.abk.MainAbility" ], "when": "always" } }, { "name": "ohos.permission.GET_NETWORK_INFO", "reason": "GET_NETWORK_INFO", "usedScene": { "ability": [ "com.fujica.abk.MainAbility" ], "when": "always" } }, { "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "reason": "GET_BUNDLE_INFO_PRIVILEGED", "usedScene": { "ability": [ "com.fujica.abk.MainAbility" ], "when": "always" } } ], "metaData":{ "customizeData":[ { "name": "hwc-theme", "value": "androidhwext:style/Theme.Emui.Light.NoTitleBar", "extra": "" }, { "name": "com.huawei.hms.client.appid", "value": "116162389" } ] }, "mainAbility": "com.fujica.abk.MainAbility", "deviceType": [ "car","phone" ], "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "landscape", "visible": true, "name": "com.fujica.abk.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "formsEnabled": true, "label": "$string:entry_MainAbility", "type": "page", "forms": [ { "jsComponentName": "widget", "isDefault": true, "scheduledUpdateTime": "10:30", "defaultDimension": "2*2", "name": "widget", "description": "爱泊客停车缴费", "colorMode": "auto", "type": "JS", "supportDimensions": [ "2*4","2*2" ], "updateEnabled": true, "updateDuration": 1 }, { "jsComponentName": "widget1", "isDefault": false, "scheduledUpdateTime": "10:30", "defaultDimension": "2*2", "name": "widget1", "description": "爱泊客停车缴费", "colorMode": "auto", "type": "JS", "supportDimensions": [ "2*4","2*2" ], "updateEnabled": true, "updateDuration": 1 } ], "launchType": "standard" }, { "orientation": "landscape", "visible": true, "name": ".JsAbility", "srcPath": "jsability", "icon": "$media:icon", "description": "JS Ability 示例", "label": "JS Ability", "type": "page", "launchType": "standard" } ], "distro": { "moduleType": "entry", "installationFree": true, "deliveryWithInstall": true, "moduleName": "entry" }, "package": "com.fujica.abk", "name": ".MyApplication", "js": [ { "name": "widget", "pages": [ "pages/index/index" ], "window": { "designWidth": 720, "autoDesignWidth": true }, "type": "form" }, { "name": "widget1", "pages": [ "pages/index/index" ], "window": { "designWidth": 720, "autoDesignWidth": true }, "type": "form" }, { "name": "jsability", "pages": [ "pages/index/index" ], "window": { "designWidth": 720, "autoDesignWidth": true } } ] } }