26 lines
510 B
JSON
26 lines
510 B
JSON
{
|
|
"fitbit": {
|
|
"appUUID": "753385ec-70bd-4560-baf0-5538105d67e9",
|
|
"appType": "clockface",
|
|
"appDisplayName": "Echocentric",
|
|
"iconFile": "resources/icon.png",
|
|
"wipeColor": "#009688",
|
|
"requestedPermissions": [
|
|
"access_activity",
|
|
"access_heart_rate",
|
|
"access_user_profile"
|
|
],
|
|
"buildTargets": [
|
|
"higgs",
|
|
"meson"
|
|
],
|
|
"i18n": {
|
|
"en": {
|
|
"name": "Echocentric"
|
|
}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@fitbit/sdk": "~3.0.0"
|
|
}
|
|
} |