aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Jon Barlow <jon.barlow@fitbit.com> 2018-03-11 18:04:46 +0000
committerGravatar Jon Barlow <jon.barlow@fitbit.com> 2018-03-11 18:04:46 +0000
commit21475330fc2e1de979aa1dc5456accc7ebc84db6 (patch)
tree8bc704d91a87ff9ad879aa1c99d9f64e6dedf0ea /package.json
parent6d721d94b0c1e75f80e1d54dcfa976239188b31a (diff)
Updated for Versa
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/package.json b/package.json
index 99e4ff0..4f59b07 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,18 @@
{
"fitbit": {
"appType": "clockface",
- "appDisplayName": "LCD Watch",
- "wipeColor": "#8bc34a"
+ "appDisplayName": "LCD Clock",
+ "iconFile": "resources/icon.png",
+ "wipeColor": "#8bc34a",
+ "requestedPermissions": [],
+ "buildTargets": [
+ "higgs",
+ "meson"
+ ],
+ "i18n": {
+ "en": {
+ "name": "LCD Clock"
+ }
+ }
}
} \ No newline at end of file