38 lines
918 B
Plaintext
38 lines
918 B
Plaintext
{
|
|
"module": {
|
|
"name": "entry",
|
|
"type": "entry",
|
|
"description": "$string:module_desc",
|
|
"mainElement": "EntryAbility",
|
|
"deviceTypes": [
|
|
"phone",
|
|
"tablet",
|
|
"2in1"
|
|
],
|
|
"deliveryWithInstall": true,
|
|
"installationFree": false,
|
|
"pages": "$profile:main_pages",
|
|
"abilities": [
|
|
{
|
|
"name": "EntryAbility",
|
|
"srcEntry": "./ets/entryability/EntryAbility.ets",
|
|
"description": "$string:EntryAbility_desc",
|
|
"icon": "$media:icon",
|
|
"label": "$string:EntryAbility_label",
|
|
"startWindowIcon": "$media:startIcon",
|
|
"startWindowBackground": "$color:start_window_background",
|
|
"exported": true,
|
|
"skills": [
|
|
{
|
|
"entities": [
|
|
"entity.system.home"
|
|
],
|
|
"actions": [
|
|
"action.system.home"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |