1{ 2 "app":{ 3 "bundleName": "com.ohos.amsst.MissionStack", 4 "vendor": "ix", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 3, 11 "target": 3 12 } 13 }, 14 "deviceConfig": { 15 "default": { 16 } 17 }, 18 "module": { 19 "package":"com.ohos.MissionStack.src", 20 "name":"MainAbility", 21 "deviceType": [ 22 "tv", 23 "car" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "testability", 28 "moduleType": "entry" 29 }, 30 "abilities": [{ 31 "name": "MainAbility", 32 "icon": "$media:snowball", 33 "srcLanguage": "c++", 34 "label": "Main Ability", 35 "launchType": "standard", 36 "orientation": "unspecified", 37 "type": "page", 38 "visible": true, 39 "skills": [ 40 ] 41 }, 42 { 43 "name": "SecondAbility", 44 "icon": "$media:snowflakes", 45 "srcLanguage": "c++", 46 "label": "Second Ability", 47 "launchType": "standard", 48 "orientation": "unspecified", 49 "type": "page", 50 "visible": true 51 }, 52 { 53 "name": "ThirdAbility", 54 "icon": "$media:snowflakes", 55 "srcLanguage": "c++", 56 "label": "Third Ability", 57 "launchType": "singleton", 58 "orientation": "unspecified", 59 "type": "page", 60 "visible": true 61 }] 62 } 63}