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",