aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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