aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-15 21:36:18 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-15 21:36:18 -0400
commita568ca8eebb3071b474da99737a767914eec5278 (patch)
treec25f940cbd5663397d26bc6d37bdcecd3613dc5f /package.json
parent8f19795141c284c79df3fa03841c2d6480520b53 (diff)
Update README, LICENSE, etc. for new project
Used Fitbit/sdk-lcd-clock as a starting point.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4f59b07..b053039 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"fitbit": {
"appType": "clockface",
- "appDisplayName": "LCD Clock",
+ "appDisplayName": "CPU",
"iconFile": "resources/icon.png",
"wipeColor": "#8bc34a",
"requestedPermissions": [],
@@ -11,7 +11,7 @@
],
"i18n": {
"en": {
- "name": "LCD Clock"
+ "name": "CPU"
}
}
}