]> git.cworth.org Git - lmno.games/commitdiff
Populate the name fields in site.webmanifest
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:01:33 +0000 (07:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:01:33 +0000 (07:01 -0700)
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

index b20abb7cbb2903c45280ba3540710669aeb63163..a7423e10a4d16c47b5b4e2d294f9ac0ca6ca1c2c 100644 (file)
@@ -1,6 +1,6 @@
 {
-    "name": "",
-    "short_name": "",
+    "name": "LMNO Games",
+    "short_name": "LMNO",
     "icons": [
         {
             "src": "/android-chrome-192x192.png",