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