This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
SuperSearch/entry/src/main/config.json
Y7000p bd880de720 update .gitignore
Signed-off-by: Y7000p <xcl@xuegao-tzx.top>
2022-05-17 13:08:10 +08:00

69 lines
1.6 KiB
JSON

{
"app": {
"bundleName": "com.xcl.studyt",
"vendor": "tzx",
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {},
"module": {
"package": "com.xcl.search.test",
"name": ".MyApplication",
"mainAbility": "com.xcl.search.test.MainAbility",
"deviceType": [
"phone",
"tablet",
"tv",
"wearable",
"car"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry",
"installationFree": false
},
"metaData": {
"customizeData": [
{
"name": "hwc-theme",
"extra": "",
"value": "androidhwext:style/Theme.Emui.Wallpaper.NoTitleBar"
}
]
},
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"orientation": "unspecified",
"visible": true,
"name": "com.xcl.search.test.MainAbility",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
"launchType": "standard"
},
{
"orientation": "unspecified",
"name": "com.xcl.search.test.SearchDemoAbility",
"icon": "$media:icon",
"description": "$string:searchdemoability_description",
"label": "$string:entry_SearchDemoAbility",
"type": "page",
"launchType": "standard"
}
]
}
}