Added More Icons and Upgraded Manifest

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-03-31 10:19:25 +05:30
parent 1bb27036e7
commit 5da165bd78
4 changed files with 24 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -75,6 +75,18 @@
sizes="128x128" sizes="128x128"
href="./assets/favicons/kaiOS-128x128px.png" href="./assets/favicons/kaiOS-128x128px.png"
/> />
<link
rel="icon"
type="image/png"
sizes="112x112"
href="./assets/favicons/2048-112x112px.png"
/>
<link
rel="icon"
type="image/png"
sizes="56x56"
href="./assets/favicons/2048-56x56px.png"
/>
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"

View File

@ -21,6 +21,18 @@
"type": "image/png", "type": "image/png",
"density": "1.5" "density": "1.5"
}, },
{
"src": "./assets/favicons/2048-112x112px.png",
"sizes": "112x112",
"type": "image/png",
"density": "1.5"
},
{
"src": "./assets/favicons/2048-56xp6px.png",
"sizes": "56x56",
"type": "image/png",
"density": "1.5"
},
{ {
"src": "./assets/favicons/android-icon-96x96.png", "src": "./assets/favicons/android-icon-96x96.png",
"sizes": "96x96", "sizes": "96x96",