{ "app": { "bundleName": "com.example.continuoustaskserver", "vendor": "example", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 7, "target": 7 } }, "deviceConfig": {}, "module": { "package": "com.example.continuoustaskserver", "name": ".MyApplication", "deviceType": [ "tablet", "default", "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry", "installationFree": false }, "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "name": "com.example.continuoustaskserver.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", "type": "page", "visible": true, "launchType": "standard" }, { "backgroundModes": [ "location" ], "visible": true, "srcPath": "ServiceAbility", "name": ".ServiceAbility", "icon": "$media:icon", "srcLanguage": "js", "description": "$string:description_serviceability", "type": "service" } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } } ], "reqPermissions": [ { "name": "ohos.permission.KEEP_BACKGROUND_RUNNING" } ] } }