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