From 644d1db44cc36816bed223aadb9b990446891a92 Mon Sep 17 00:00:00 2001 From: timf34 <66926418+timf34@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:43:09 +0100 Subject: [PATCH] Fixed typo in manifest.json (#5310) --- web/public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/manifest.json b/web/public/manifest.json index 59b721989..c7e2fc5af 100644 --- a/web/public/manifest.json +++ b/web/public/manifest.json @@ -1,6 +1,6 @@ { "name": "Plane", - "shot_name": "Plane", + "short_name": "Plane", "icons": [ { "src": "/icons/icon-192x192.png",