1{ 2 "app": { 3 "bundleName": "ohos.samples.jsanimationstyle", 4 "version": { 5 "code": 1000000, 6 "name": "1.0" 7 } 8 }, 9 "deviceConfig": {}, 10 "module": { 11 "package": "ohos.samples.jsanimationstyle", 12 "name": ".MyApplication", 13 "mainAbility": ".MainAbility", 14 "deviceType": [ 15 "default", 16 "tablet" 17 ], 18 "distro": { 19 "deliveryWithInstall": true, 20 "moduleName": "entry", 21 "moduleType": "entry", 22 "installationFree": false 23 }, 24 "abilities": [ 25 { 26 "skills": [ 27 { 28 "entities": [ 29 "entity.system.home" 30 ], 31 "actions": [ 32 "action.system.home" 33 ] 34 } 35 ], 36 "visible": true, 37 "name": ".MainAbility", 38 "icon": "$media:icon", 39 "srcPath": "default", 40 "srcLanguage": "js", 41 "description": "$string:mainability_description", 42 "label": "$string:app_name", 43 "type": "page", 44 "launchType": "standard" 45 } 46 ], 47 "js": [ 48 { 49 "pages": [ 50 "pages/index/index", 51 "pages/animation/index/index", 52 "pages/gradient/index", 53 "pages/customfont/index", 54 "pages/transitions/index/index", 55 "pages/transitions/sharedelement/sharedelement", 56 "pages/transitions/sharedtargetpage/sharedtargetpage", 57 "pages/transitions/cardtargetpage/cardtargetpage", 58 "pages/transitions/cardtransition/cardtransition", 59 "pages/transitions/customtransition/customtransition", 60 "pages/transitions/customtarget/customtarget" 61 ], 62 "name": ".MainAbility", 63 "window": { 64 "designWidth": 720, 65 "autoDesignWidth": true 66 } 67 } 68 ] 69 } 70}