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