From 214a018843f08d3bb8da00ffba5f231ab5bdea3a Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 12 Dec 2022 09:01:00 +0000 Subject: [PATCH] update shortnames --- apps/health/metadata.json | 1 + apps/simplestpp/metadata.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/health/metadata.json b/apps/health/metadata.json index d4eab1f38..12f6b617f 100644 --- a/apps/health/metadata.json +++ b/apps/health/metadata.json @@ -1,6 +1,7 @@ { "id": "health", "name": "Health Tracking", + "shortName": "Health", "version": "0.17", "description": "Logs health data and provides an app to view it", "icon": "app.png", diff --git a/apps/simplestpp/metadata.json b/apps/simplestpp/metadata.json index cf7648d85..d808b132b 100644 --- a/apps/simplestpp/metadata.json +++ b/apps/simplestpp/metadata.json @@ -1,6 +1,7 @@ { "id": "simplestpp", - "name": "Simplest++", + "name": "Simplest++ Clock", + "shortName": "Simplest++", "version": "0.01", "description": "The simplest working clock, with fast load and clock_info, acts as a tutorial piece", "readme": "README.md",