fitbit-frosted/package.json

22 lines
417 B
JSON

{
"fitbit": {
"appUUID": "06f0823f-7344-4ed2-a1f3-68427356c245",
"appType": "clockface",
"appDisplayName": "Frosted",
"iconFile": "resources/icon.png",
"wipeColor": "#607d8b",
"requestedPermissions": [
"access_activity",
"access_heart_rate"
],
"buildTargets": [
"meson",
"higgs"
],
"i18n": {
"en": {
"name": "Frosted"
}
}
}
}