chore: update ontime assets
@@ -4,20 +4,13 @@
|
|||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<link rel='icon' href='/favicon.ico' />
|
<link rel='icon' href='/favicon.ico' />
|
||||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||||
<meta name='theme-color' content='#121212' />
|
<meta name='theme-color' content='#101010' />
|
||||||
<meta name='ontime' content='ontime - event timer manager' />
|
<meta name='ontime' content='ontime - time keeping for live events' />
|
||||||
<link rel='apple-touch-icon' href='/logo192.png' />
|
<link rel='apple-touch-icon' href='/ontime-logo.png' />
|
||||||
<link
|
<link
|
||||||
rel='icon'
|
rel='icon'
|
||||||
type='image/png'
|
type='image/png'
|
||||||
sizes='32x32'
|
href='ontime-logo.png'
|
||||||
href='/favicon-32x32.png'
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel='icon'
|
|
||||||
type='image/png'
|
|
||||||
sizes='16x16'
|
|
||||||
href='/favicon-16x16.png'
|
|
||||||
/>
|
/>
|
||||||
<link rel='manifest' href='/site.webmanifest' />
|
<link rel='manifest' href='/site.webmanifest' />
|
||||||
<link rel='manifest' href='/manifest.json' />
|
<link rel='manifest' href='/manifest.json' />
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 600 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 47 KiB |
@@ -4,18 +4,11 @@
|
|||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo192.png",
|
"src": "ontime-logo.png",
|
||||||
"type": "image/png",
|
"type": "image/png"
|
||||||
"sizes": "192x192"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "logo512.png",
|
|
||||||
"type": "image/png",
|
|
||||||
"sizes": "512x512"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
|
|||||||
|
After Width: | Height: | Size: 19 KiB |