aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4f59b07a47b669d89c8654475784e79ea7b6db5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "fitbit": {
    "appType": "clockface",
    "appDisplayName": "LCD Clock",
    "iconFile": "resources/icon.png",
    "wipeColor": "#8bc34a",
    "requestedPermissions": [],
    "buildTargets": [
      "higgs",
      "meson"
    ],
    "i18n": {
      "en": {
        "name": "LCD Clock"
      }
    }
  }
}