{ "app": { "bundleName": "com.example.actsamscallbackfourthscene", "vendor": "example", "version": { "code": 1, "name": "1.0" }, "apiVersion": { "compatible": 4, "target": 5, "releaseType": "Beta1" } }, "deviceConfig": {}, "module": { "package": "com.example.actsamscallbackfourthscene", "name": ".entry", "mainAbility": ".MainAbility", "srcPath":"", "deviceType": [ "default" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": true }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "formsEnabled": false, "name": ".MainAbility", "srcLanguage": "js", "srcPath": "MainAbility", "icon": "$media:icon", "description": "$string:MainAbility_desc", "label": "$string:MainAbility_label", "type": "page", "visible": true, "launchType": "singleton" }, { "orientation": "unspecified", "formsEnabled": false, "name": ".TestAbility", "srcLanguage": "js", "srcPath": "TestAbility", "icon": "$media:icon", "description": "$string:TestAbility_desc", "label": "$string:TestAbility_label", "type": "page", "visible": true, "launchType": "singleton" } ], "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.CLEAN_BACKGROUND_PROCESSES", "reason":"need use ohos.permission.CLEAN_BACKGROUND_PROCESSES" }, { "name":"ohos.permission.MANAGE_MISSIONS", "reason":"need use ohos.permission.MANAGE_MISSIONS" }, { "name":"ohos.permission.GET_RUNNING_INFO", "reason":"need use ohos.permission.GET_RUNNING_INFO" } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } }, { "pages": [ "pages/index/index" ], "name": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ], "testRunner": { "name": "OpenHarmonyTestRunner", "srcPath": "TestRunner" } } }