Renamed everything
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 264 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 44 KiB |
@ -1,25 +1,45 @@
|
|||||||
{
|
{
|
||||||
"short_name": "jakecover.me",
|
"short_name": "cobular.com",
|
||||||
"name": "Jake Cover's Personal Website",
|
"name": "Julie Cover's Personal Website",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon-32.png",
|
||||||
"sizes": "256x256 128x128 64x64 32x32 24x24 16x16",
|
"sizes": "32x32",
|
||||||
"type": "image/x-icon"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo192.png",
|
"src": "favicon-128.png",
|
||||||
"type": "image/png",
|
"sizes": "128x128",
|
||||||
"sizes": "192x192"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo512.png",
|
"src": "favicon-192.png",
|
||||||
"type": "image/png",
|
"sizes": "192x192",
|
||||||
"sizes": "512x512"
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "favicon-196.png",
|
||||||
|
"sizes": "196x196",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "favicon-152.png",
|
||||||
|
"sizes": "152x152",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "favicon-167.png",
|
||||||
|
"sizes": "167x167",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "favicon-180.png",
|
||||||
|
"sizes": "180x180d",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#1f2022",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#1f2022"
|
||||||
}
|
}
|
||||||
|