1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "srcEntry": "./ets/Application/Application.ets", 6 "description": "$string:description_mainability", 7 "mainElement": "MainAbility", 8 "deviceTypes": [ 9 "default", 10 "tablet" 11 ], 12 "installationFree": false, 13 "deliveryWithInstall": true, 14 "pages": "$profile:main_pages", 15 "abilities": [ 16 { 17 "name": "MainAbility", 18 "srcEntry": "./ets/MainAbility/MainAbility.ets", 19 "description": "$string:description_mainability", 20 "icon": "$media:icon", 21 "label": "$string:app_name", 22 "exported": true, 23 "launchType": "standard", 24 "startWindowIcon": "$media:icon", 25 "startWindowBackground": "$color:yellow" 26 }, 27 { 28 "name": "Application", 29 "srcEntry": "./ets/Application/Application.ets", 30 "icon": "$media:icon", 31 "startWindowIcon": "$media:icon", 32 "startWindowBackground": "$color:yellow", 33 "exported": true 34 } 35 ], 36 "extensionAbilities": [ 37 { 38 "name": "DataShareExtAbility", 39 "srcEntry": "./ets/DataAbility/DataShareExtAbility.ets", 40 "type": "dataShare", 41 "uri": "datashare://calendardata", 42 "exported": true 43 } 44 ], 45 "metadata": [ 46 { 47 "name": "hmos.app.quickfix", 48 "value": "true" 49 } 50 ] 51 } 52}