Update favicon
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 18 KiB |
BIN
favicon-96x96.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
3
favicon.svg
Normal file
After Width: | Height: | Size: 154 KiB |
@ -33,6 +33,11 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta name="apple-mobile-web-app-title" content="DS Tools" />
|
||||
|
||||
<style>
|
||||
dl.row dt { font-weight: normal; }
|
||||
dl.row dd { font-family: monospace; }
|
||||
|
@ -1 +1,21 @@
|
||||
{"name":"DualShock Calibration GUI","short_name":"DualShock GUI","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{
|
||||
"name": "Dualshock Calibration GUI",
|
||||
"short_name": "DS Tools",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
web-app-manifest-192x192.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
web-app-manifest-512x512.png
Normal file
After Width: | Height: | Size: 91 KiB |