first commit
This commit is contained in:
58
manifest.json
Normal file
58
manifest.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"package": "top.chorblack.atri",
|
||||
"name": "ATRI",
|
||||
"versionName": "1.0.1",
|
||||
"versionCode": 1,
|
||||
"appCategory": [
|
||||
"other"
|
||||
],
|
||||
"icon": "/assets/images/logo.png",
|
||||
"features": [
|
||||
{
|
||||
"name": "blueos.app.appmanager.router"
|
||||
},
|
||||
{
|
||||
"name": "blueos.storage.storage"
|
||||
},
|
||||
{
|
||||
"name": "blueos.window.prompt"
|
||||
},
|
||||
{
|
||||
"name": "blueos.storage.file"
|
||||
},
|
||||
{
|
||||
"name": "blueos.network.fetch"
|
||||
},
|
||||
{ "name": "blueos.hardware.display.brightness" }
|
||||
],
|
||||
"deviceTypeList": [
|
||||
"watch",
|
||||
"watch-square"
|
||||
],
|
||||
"config": {
|
||||
"designWidth": 390
|
||||
},
|
||||
"router": {
|
||||
"entry": "pages/index",
|
||||
"pages": {
|
||||
"pages/index": {
|
||||
"component": "index"
|
||||
},
|
||||
"pages/detail": {
|
||||
"component": "index"
|
||||
},
|
||||
"pages/settings": {
|
||||
"component": "index"
|
||||
},
|
||||
"pages/list": {
|
||||
"component": "index"
|
||||
},
|
||||
"pages/recovery": {
|
||||
"component": "index"
|
||||
}
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user