VHS-watch/app.json
2024-11-23 16:05:33 +03:00

61 lines
1.1 KiB
JSON

{
"configVersion": "v2",
"app": {
"appId": 1065764,
"appName": "VHS Watch",
"appType": "watchface",
"version": {
"code": 1,
"name": "1.1.1"
},
"icon": "icon.png",
"vender": "zepp",
"description": "VHS watchface"
},
"permissions": [
"data:os.device.info",
"data:user.hd.heart_rate",
"data:user.hd.distance"
],
"runtime": {
"apiVersion": {
"compatible": "2.0.0",
"target": "2.0.0",
"minVersion": "2.0.0"
}
},
"targets": {
"390x450-amazfit-gts-4": {
"module": {
"watchface": {
"path": "watchface/index",
"main": 1,
"editable": 0,
"lockscreen": 1,
"hightCost": 0
}
},
"platforms": [
{
"name": "Lille",
"deviceSource": 7995648
},
{
"name": "Lillew",
"deviceSource": 7995649
}
],
"designWidth": 390
}
},
"i18n": {
"en-US": {
"appName": "VHS Watch"
},
"ru-RU": {
"appName": "VHS Watch"
}
},
"defaultLanguage": "en-US"
}