Set site web manifest short_name, fix ms tile color

This commit is contained in:
jvyden 2021-12-24 14:53:40 -05:00
commit 383c8b2fc4
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="/mstile-150x150.png"/> <square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor> <TileColor>#008cff</TileColor>
</tile> </tile>
</msapplication> </msapplication>
</browserconfig> </browserconfig>

View file

@ -1,6 +1,6 @@
{ {
"name": "Project Lighthouse", "name": "Project Lighthouse",
"short_name": "Project Lighthouse", "short_name": "Lighthouse",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",