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