mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-19 09:00:29 -07:00
Fix splash screen background color and install title
This commit is contained in:
parent
3ad1a6e0ef
commit
03eb993a57
@ -44,7 +44,7 @@
|
|||||||
<use xlink:href="#notifications" />
|
<use xlink:href="#notifications" />
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="#" id="install" class="icon-button" title="Add to Homescreen">
|
<a href="#" id="install" class="icon-button" title="Install Snapdrop">
|
||||||
<svg class="icon">
|
<svg class="icon">
|
||||||
<use xlink:href="#homescreen" />
|
<use xlink:href="#homescreen" />
|
||||||
</svg>
|
</svg>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}],
|
}],
|
||||||
"background_color": "#3367d6",
|
"background_color": "#efefef",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
"theme_color": "#3367d6",
|
"theme_color": "#3367d6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user