Fix icons and add more & fill in web manifest (#835)

This commit is contained in:
Butterscotch!
2023-09-02 18:12:06 -04:00
committed by GitHub
parent 4393a6f137
commit b467af8c46
5 changed files with 17 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 11 KiB

5
gui/public/logo.svg Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-miterlimit="10" version="1.1" viewBox="0 0 380 380" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<style>svg { background-color: #663499; }</style>
<rect id="bg" width="100%" height="100%" fill="#663499"/><g id="logo" fill="none" stroke="#fff"><path id="left" d="m72.867 191.74 37-39 39 36" stroke-width="13.62px"/><path id="right" d="m208.87 187.74 38-35 36 38" stroke-width="13.62px"/><path id="outer" d="m56.867 253.74s130.61-31.182 248 5c13.45 4.146 20.244 2.975 20-8s1.909-126.06-46-131" stroke-linecap="square" stroke-width="17px"/></g>
</svg>

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,7 +1,16 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "SlimeVR GUI",
"short_name": "SlimeVR GUI",
"description": "A web interface for controlling the SlimeVR Server software",
"display": "standalone",
"theme_color": "#663499",
"background_color": "#663499",
"icons": [
{
"src": "logo.svg",
"type": "image/svg+xml",
"sizes": "any 512x512 192x192"
},
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
@@ -17,9 +26,5 @@
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
]
}