From beab3a330710a2f77ad861cea428c8c37924c977 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 May 2019 08:12:25 +0200 Subject: PWA: capitalize app name (everyone seems to do it that way) --- public/static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/static/manifest.json b/public/static/manifest.json index 5607d87..a20ce3d 100644 --- a/public/static/manifest.json +++ b/public/static/manifest.json @@ -1,6 +1,6 @@ { - "name": "travelynx", - "short_name": "travelynx", + "name": "Travelynx", + "short_name": "Travelynx", "scope": "/", "icons": [{ "src": "/static/v11/icons/icon-128x128.png", -- cgit v1.2.3