forked from MarseyWorld/MarseyWorld
restore the png icons in manifest (i was bamboozled by MDN)
parent
1137fa2386
commit
cb1842f37b
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 |
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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}}">
|
||||
|
|
Loading…
Reference in New Issue