{ "app": { "bundleName": "com.example.myapplication111", "vendor": "example", "version": { "code": 1000000, "name": "1.0" }, "apiVersion": { "compatible": 4, "target": 5, "releaseType": "Beta1" } }, "deviceConfig": {}, "module": { "package": "com.example.myapplication111", "name": ".MyApplication111", "deviceType": [ "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "myapplication111", "moduleType": "feature", "installationFree": true }, "abilities": [ { "visible": true, "name": "com.ohos.launcherSed111.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", "type": "page", "launchType": "standard" } ], "reqPermissions": [ { "name": "ohos.permission.INSTALL_BUNDLE", "reason": "need use ohos.permission.INSTALL_BUNDLE" }, { "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" }, { "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" }, { "name":"ohos.permission.REMOVE_CACHE_FILES", "reason":"need use ohos.permission.REMOVE_CACHE_FILES" }, { "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" }, { "name":"ohos.permission.MANAGE_MISSIONS", "reason":"need use ohos.permission.MANAGE_MISSIONS" } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }