1{ 2 "module": { 3 "name": "entry", 4 "type": "entry", 5 "description": "$string:module_desc", 6 "mainElement": "EntryAbility", 7 "deviceTypes": [ 8 "default", 9 "tablet", 10 "2in1" 11 ], 12 "deliveryWithInstall": true, 13 "installationFree": false, 14 "pages": "$profile:main_pages", 15 "requestPermissions": [ 16 { 17 "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" 18 } 19 ], 20 "abilities": [ 21 { 22 "name": "FullScreenAdAbility", 23 "srcEntry": "./ets/ability/FullScreenAdAbility.ts", 24 "description": "full screen ad ability", 25 "icon": "$media:icon", 26 "startWindowIcon": "$media:icon", 27 "startWindowBackground": "$color:start_window_background", 28 "exported": true, 29 "launchType": "standard" 30 } 31 ], 32 "extensionAbilities": [ 33 { 34 "name": "AdsCoreService", 35 "type": "adsService", 36 "srcEntry": "./ets/ability/AdsCoreService.ts", 37 "description": "AdsCoreService", 38 "exported": true, 39 "skills": [] 40 }, 41 { 42 "name": "AdsUIExtensionAbility", 43 "type": "ads", 44 "srcEntry": "./ets/ability/AdsUIExtensionAbility.ts", 45 "description": "AdsUIExtensionAbility", 46 "exported": true 47 } 48 ] 49 } 50}