mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-25 18:59:07 +00:00
Set site web manifest short_name, fix ms tile color
This commit is contained in:
parent
714b53bd42
commit
383c8b2fc4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
<TileColor>#008cff</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Project Lighthouse",
|
||||
"short_name": "Project Lighthouse",
|
||||
"short_name": "Lighthouse",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue