{ "module": { "name": "entry_test", "type": "feature", "description": "$string:module_test_desc", "mainElement": "TestAbility", "deviceTypes": [ "default", "tablet", "2in1", "wearable" ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:test_pages", "abilities": [ { "name": "TestAbility", "srcEntry": "./ets/testability/TestAbility.ets", "description": "$string:TestAbility_desc", "icon": "$media:icon", "label": "$string:TestAbility_label", "exported": true, "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "skills": [ { "actions": [ "action.system.home" ], "entities": [ "entity.system.home" ] } ] }, { "name": "SecondAbility", "srcEntry": "./ets/secondability/SecondAbility.ts", "description": "$string:SecondAbility_desc", "icon": "$media:icon", "label": "$string:SecondAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background", "launchType": "multiton", "skills": [ { "actions": [ "action.system.home" ], "entities": [ "entity.system.home" ], "uris": [ { "scheme": "https", "host": "www.test.com", "port": "8080", "path": "query/student" } ] } ] } ] } }