1{ 2 "app": { 3 "bundleName": "com.ohos.backgroundtaskmgr.resources", 4 "singleton": true, 5 "vendor": "ohos", 6 "version": { 7 "code": 4, 8 "name": "1.0.0.4" 9 }, 10 "apiVersion": { 11 "compatible": 3, 12 "target": 3 13 }, 14 "label": "$string:ohos_app_name" 15 }, 16 "deviceConfig": { 17 "default": { 18 } 19 }, 20 "module": { 21 "package": "com.ohos.backgroundtaskmgr.resources", 22 "deviceType": [ 23 "tablet", 24 "default", 25 "tv", 26 "car", 27 "wearable", 28 "2in1" 29 ], 30 "distro": { 31 "deliveryWithInstall": true, 32 "moduleName": "entry", 33 "moduleType": "entry" 34 } 35 } 36} 37