fix WPD and PCM manifests
parent
35cd14cf08
commit
aaf8fd8d19
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -1,8 +1,21 @@
|
|||
{
|
||||
"name": "PCM",
|
||||
"short_name": "PCM",
|
||||
"name": "PCM",
|
||||
"short_name": "PCM",
|
||||
"start_url": "https://pcmemes.net",
|
||||
"display": "standalone",
|
||||
"background_color": "#805AD5",
|
||||
"description": "PCM"
|
||||
}
|
||||
"display": "standalone",
|
||||
"background_color": "#805AD5",
|
||||
"description": "PCM",
|
||||
"offline_enabled": true,
|
||||
"icons": [
|
||||
{
|
||||
"src": "/i/PCM/192.png?v=2000",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/i/PCM/512.png?v=2000",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,8 +1,21 @@
|
|||
{
|
||||
"name": "WPD",
|
||||
"short_name": "WPD",
|
||||
"name": "WPD",
|
||||
"short_name": "WPD",
|
||||
"start_url": "https://watchpeopledie.tv",
|
||||
"display": "standalone",
|
||||
"background_color": "#2A96F3",
|
||||
"description": "WPD"
|
||||
"display": "standalone",
|
||||
"background_color": "#805AD5",
|
||||
"description": "WPD",
|
||||
"offline_enabled": true,
|
||||
"icons": [
|
||||
{
|
||||
"src": "/i/WPD/192.png?v=2000",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/i/WPD/512.png?v=2000",
|
||||
"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=6">
|
||||
<link rel="manifest" href="/assets/manifest_PCM.json?v=7">
|
||||
<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=6">
|
||||
<link rel="manifest" href="/assets/manifest_WPD.json?v=7">
|
||||
<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=6">
|
||||
<link rel="manifest" href="/assets/manifest_rDrama.json?v=7">
|
||||
<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">
|
||||
|
|
|
@ -175,7 +175,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=6">
|
||||
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?v=7">
|
||||
<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