From a4066b9421b8cef22f990d91493b925eedf56085 Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Mon, 6 Jul 2026 10:31:34 +0300 Subject: [PATCH] chore(branding): rename app display name to "Skip" --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8acd4f8..f9d78332 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ], "signalk": { "appIcon": "assets/icon-72x72.png", - "displayName": "Skip Instrument MFD" + "displayName": "Skip" }, "files": [ "public/**", diff --git a/src/manifest.json b/src/manifest.json index 963a9a0d..85be4802 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,7 @@ "display": "fullscreen", "scope": "/@halos-org/skip/", "start_url": "/@halos-org/skip/", - "name": "Skip Instrument MFD", + "name": "Skip", "short_name": "Skip", "description": "An advanced and versatile marine instrumentation package to display Signal K data.", "orientation": "landscape",