dictionary/manifest.json
2025-04-22 22:04:01 +08:00

47 lines
894 B
JSON

{
"package": "top.chorblack.dictionary",
"name": "dictionary",
"versionName": "1.0.0",
"versionCode": 1,
"appCategory": [
"other"
],
"icon": "/assets/images/logo.png",
"features": [
{
"name": "blueos.app.appmanager.router"
},
{ "name": "blueos.storage.file" },
{ "name": "blueos.storage.storage" },
{ "name": "blueos.window.prompt" },
{ "name": "blueos.network.fetch" }
],
"deviceTypeList": [
"watch",
"watch-square"
],
"config": {
"designWidth": 466
},
"router": {
"entry": "pages/index",
"pages": {
"pages/index": {
"component": "index"
},
"pages/search": {
"component": "index"
},
"pages/mistakes": {
"component": "index"
},
"pages/list": {
"component": "index"
}
}
},
"display": {
"backgroundColor": "#ffffff"
}
}