From ca03ace15308f45d6e49f53122991ca6664af29e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 17 May 2020 07:01:33 -0700 Subject: [PATCH] Populate the name fields in site.webmanifest It's odd that the realfavicongenerator.net site doesn't ask for these names. If it's going to go to the trouble of creating this resource it might as well ask for the information it needs to create it correctly. --- site.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.webmanifest b/site.webmanifest index b20abb7..a7423e1 100644 --- a/site.webmanifest +++ b/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "", - "short_name": "", + "name": "LMNO Games", + "short_name": "LMNO", "icons": [ { "src": "/android-chrome-192x192.png", -- 2.43.0