From c54ac63db91f74b8ae9da62595ef4ce642489a47 Mon Sep 17 00:00:00 2001 From: Steven Haskell Date: Fri, 19 Oct 2018 00:17:56 -0400 Subject: [PATCH] Fixed Install Name Fixed the name on install. Emoji unicodes are not supported. --- site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.webmanifest b/site.webmanifest index 317e049..b9cdd35 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Lift It 💪", - "short_name": "Lift It 💪", + "name": "Lift It", + "short_name": "Lift It", "icons": [ { "src": "/android-chrome-192x192.png",