1{ 2 "app": { 3 "vendor": "example", 4 "bundleName": "ohos.acts.aafwk.test.fasupplement", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 }, 9 "apiVersion": { 10 "compatible": 8, 11 "target": 9 12 } 13 }, 14 "deviceConfig": {}, 15 "module": { 16 "mainAbility": ".MainAbility", 17 "deviceType": [ 18 "default", 19 "tablet" 20 ], 21 "abilities": [ 22 { 23 "skills": [ 24 { 25 "entities": [ 26 "entity.system.home" 27 ], 28 "actions": [ 29 "action.system.home" 30 ] 31 } 32 ], 33 "orientation": "unspecified", 34 "visible": true, 35 "srcPath": "MainAbility", 36 "name": ".MainAbility", 37 "srcLanguage": "ets", 38 "icon": "$media:icon", 39 "description": "$string:MainAbility_desc", 40 "formsEnabled": false, 41 "label": "$string:MainAbility_label", 42 "type": "page", 43 "launchType": "singleton" 44 }, 45 { 46 "orientation": "unspecified", 47 "visible": true, 48 "srcPath": "MainAbility2", 49 "name": ".MainAbility2", 50 "srcLanguage": "ets", 51 "icon": "$media:icon", 52 "description": "$string:MainAbility2_desc", 53 "formsEnabled": false, 54 "label": "$string:MainAbility2_label", 55 "type": "page", 56 "launchType": "singleton" 57 } 58 ], 59 "distro": { 60 "moduleType": "entry", 61 "installationFree": false, 62 "deliveryWithInstall": true, 63 "moduleName": "entry" 64 }, 65 "package": "ohos.acts.aafwk.test.fasupplement", 66 "srcPath": "", 67 "name": ".entry", 68 "js": [ 69 { 70 "mode": { 71 "syntax": "ets", 72 "type": "pageAbility" 73 }, 74 "pages": [ 75 "pages/index" 76 ], 77 "name": ".MainAbility", 78 "window": { 79 "designWidth": 720, 80 "autoDesignWidth": false 81 } 82 }, 83 { 84 "mode": { 85 "syntax": "ets", 86 "type": "pageAbility" 87 }, 88 "pages": [ 89 "pages/index" 90 ], 91 "name": ".MainAbility2", 92 "window": { 93 "designWidth": 720, 94 "autoDesignWidth": false 95 } 96 } 97 ] 98 } 99}