1{ 2 "app": { 3 "bundleName": "com.continuoustask.test", 4 "vendor": "example", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 7, 11 "target": 8 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "package": "com.continuoustask.test", 17 "name": ".MyApplication", 18 "deviceType": [ 19 "tablet", 20 "default", 21 "phone" 22 ], 23 "distro": { 24 "deliveryWithInstall": true, 25 "moduleName": "entry", 26 "moduleType": "entry" 27 }, 28 "abilities": [ 29 { 30 "visible": true, 31 "skills": [ 32 { 33 "entities": [ 34 "entity.system.home" 35 ], 36 "actions": [ 37 "action.system.home" 38 ] 39 } 40 ], 41 "backgroundModes": [ 42 "dataTransfer" 43 ], 44 "name": "com.continuoustask.test.MainAbility", 45 "icon": "$media:icon", 46 "description": "$string:mainability_description", 47 "label": "MyApplication", 48 "type": "page", 49 "launchType": "standard" 50 } 51 ], 52 "js": [ 53 { 54 "pages": [ 55 "pages/index/index" 56 ], 57 "name": "default", 58 "window": { 59 "designWidth": 720, 60 "autoDesignWidth": false 61 } 62 } 63 ], 64 "defPermissions": [ 65 { 66 "name": "ohos.permission.KEEP_BACKGROUND_RUNNING" 67 } 68 ], 69 "reqPermissions": [ 70 { 71 "name": "ohos.permission.KEEP_BACKGROUND_RUNNING" 72 } 73 ] 74 } 75 } 76 77