From 383c8b2fc4f902b36314d436d92383928af6d39d Mon Sep 17 00:00:00 2001 From: jvyden Date: Fri, 24 Dec 2021 14:53:40 -0500 Subject: [PATCH] Set site web manifest short_name, fix ms tile color --- ProjectLighthouse/StaticFiles/browserconfig.xml | 2 +- ProjectLighthouse/StaticFiles/site.webmanifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectLighthouse/StaticFiles/browserconfig.xml b/ProjectLighthouse/StaticFiles/browserconfig.xml index b3930d0f..212c880d 100644 --- a/ProjectLighthouse/StaticFiles/browserconfig.xml +++ b/ProjectLighthouse/StaticFiles/browserconfig.xml @@ -3,7 +3,7 @@ - #da532c + #008cff diff --git a/ProjectLighthouse/StaticFiles/site.webmanifest b/ProjectLighthouse/StaticFiles/site.webmanifest index e380098b..9f2f6643 100644 --- a/ProjectLighthouse/StaticFiles/site.webmanifest +++ b/ProjectLighthouse/StaticFiles/site.webmanifest @@ -1,6 +1,6 @@ { "name": "Project Lighthouse", - "short_name": "Project Lighthouse", + "short_name": "Lighthouse", "icons": [ { "src": "/android-chrome-192x192.png",