57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
{
|
|
"module": {
|
|
"name": "entry",
|
|
"type": "entry",
|
|
"description": "$string:module_desc",
|
|
"mainElement": "EntryAbility",
|
|
"deviceTypes": [
|
|
"default",
|
|
"tablet"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"requestPermissions": [
|
|
{
|
|
"name": "ohos.permission.INTERNET",
|
|
"usedScene": {
|
|
"abilities": [
|
|
"EntryAbility"
|
|
],
|
|
"when": "always"
|
|
}
|
|
},
|
|
{
|
|
"name": "ohos.permission.GET_NETWORK_INFO",
|
|
"usedScene": {
|
|
"abilities": [
|
|
"EntryAbility"
|
|
],
|
|
"when": "always"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |