From: Carl Worth Date: Sun, 17 May 2020 14:01:33 +0000 (-0700) Subject: Populate the name fields in site.webmanifest X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=ca03ace15308f45d6e49f53122991ca6664af29e 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. --- 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",