{ "module": { "name": "entry", "type": "entry", "description": "$string:module_desc", "mainElement": "TestAbility", "deviceTypes": [ "default", "tablet" ], "deliveryWithInstall": true, "installationFree": true, "pages": "$profile:main_pages", "abilities": [ { "name": "TestAbility", "srcEntry": "./ets/TestAbility/TestAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "exported": true, "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ] } ] } }