mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 09:14:48 -04:00
6f59223432
Signed-off-by: chencheng31 <chencheng8@huawei.com>
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"app": {
|
|
"bundleName": "com.example.myapplication",
|
|
"vendor": "example",
|
|
"version": {
|
|
"code": 1,
|
|
"name": "1.0"
|
|
},
|
|
"apiVersion": {
|
|
"compatible": 4,
|
|
"target": 5
|
|
}
|
|
},
|
|
"deviceConfig": {},
|
|
"module": {
|
|
"package": "com.example.myapplication",
|
|
"name": ".MyApplication",
|
|
"deviceType": [
|
|
"phone"
|
|
],
|
|
"distro": {
|
|
"deliveryWithInstall": true,
|
|
"moduleName": "entry",
|
|
"moduleType": "entry"
|
|
},
|
|
"abilities": [
|
|
{
|
|
"visible": true,
|
|
"skills": [
|
|
{
|
|
"entities": [
|
|
"entity.system.home"
|
|
],
|
|
"actions": [
|
|
"action.system.home"
|
|
]
|
|
}
|
|
],
|
|
"name": "com.example.myapplication.MainAbility",
|
|
"icon": "$media:icon",
|
|
"description": "$string:mainability_description",
|
|
"label": "MyApplication",
|
|
"type": "page",
|
|
"launchType": "standard"
|
|
}
|
|
],
|
|
"js": [
|
|
{
|
|
"pages": [
|
|
"pages/index/index"
|
|
],
|
|
"name": "default",
|
|
"window": {
|
|
"designWidth": 720,
|
|
"autoDesignWidth": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |