From acd84c0d35557bf643dda00696b0bbac699d618e Mon Sep 17 00:00:00 2001 From: KD9LWR Date: Wed, 25 Jun 2025 14:25:09 -0500 Subject: [PATCH] Format web manifest --- site.webmanifest | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/site.webmanifest b/site.webmanifest index 45dc8a2..4aca5bc 100755 --- a/site.webmanifest +++ b/site.webmanifest @@ -1 +1,19 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{ + "name": "Jacob Wiese (KD9LWR)", + "short_name": "JAKE9WI", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}