restore the png icons in manifest (i was bamboozled by MDN)

pull/30/head
Aevann1 2022-11-30 01:14:51 +02:00
parent 1137fa2386
commit cb1842f37b
13 changed files with 28 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -8,10 +8,15 @@
"description": "PCM",
"icons": [
{
"src": "/i/PCM/icon.webp?v=3009",
"sizes": "any",
"type": "image/webp",
"src": "/i/PCM/192.png?v=2001",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/i/PCM/512.png?v=2001",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

@ -8,10 +8,15 @@
"description": "WPD",
"icons": [
{
"src": "/i/WPD/icon.webp?v=3009",
"sizes": "any",
"type": "image/webp",
"src": "/i/WPD/192.png?v=2001",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/i/WPD/512.png?v=2001",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

@ -8,10 +8,15 @@
"description": "rDrama",
"icons": [
{
"src": "/i/rDrama/icon.webp?v=3009",
"sizes": "any",
"type": "image/webp",
"src": "/i/rDrama/192.png?v=2001",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/i/rDrama/512.png?v=2001",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

@ -50,7 +50,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/i/PCM/icon.webp?v=3009">
<link rel="manifest" href="/assets/manifest_PCM.json?v=424">
<link rel="manifest" href="/assets/manifest_PCM.json?v=425">
<link rel="mask-icon" href="/i/PCM/icon.webp?v=3009">
<link rel="shortcut icon" href="/i/PCM/icon.webp?v=3009">
<meta name="apple-mobile-web-app-title" content="PCM">

View File

@ -50,7 +50,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/i/WPD/icon.webp?v=3009">
<link rel="manifest" href="/assets/manifest_WPD.json?v=424">
<link rel="manifest" href="/assets/manifest_WPD.json?v=425">
<link rel="mask-icon" href="/i/WPD/icon.webp?v=3009">
<link rel="shortcut icon" href="/i/WPD/icon.webp?v=3009">
<meta name="apple-mobile-web-app-title" content="WPD">

View File

@ -50,7 +50,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/i/rDrama/icon.webp?v=3009">
<link rel="manifest" href="/assets/manifest_rDrama.json?v=424">
<link rel="manifest" href="/assets/manifest_rDrama.json?v=425">
<link rel="mask-icon" href="/i/rDrama/icon.webp?v=3009">
<link rel="shortcut icon" href="/i/rDrama/icon.webp?v=3009">
<meta name="apple-mobile-web-app-title" content="rDrama">

View File

@ -192,7 +192,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="{{'icon.webp' | asset_siteimg}}">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?v=424">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?v=425">
<link rel="mask-icon" href="{{'icon.webp' | asset_siteimg}}">
<link rel="shortcut icon" href="{{'icon.webp' | asset_siteimg}}">
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">