change manifest to "standalone"

pull/152/head
Aevann 2023-05-30 15:36:06 +03:00
parent 6057c27e52
commit 8488e98780
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "WPD",
"short_name": "WPD",
"start_url": "https://watchpeopledie.tv",
"display": "minimal-ui",
"display": "standalone",
"background_color": "#805AD5",
"theme_color": "#805AD5",
"description": "WPD",

View File

@ -2,7 +2,7 @@
"name": "rDrama",
"short_name": "rDrama",
"start_url": "https://rdrama.net",
"display": "minimal-ui",
"display": "standalone",
"background_color": "#FF66AC",
"theme_color": "#805AD5",
"description": "rDrama",

View File

@ -163,7 +163,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.webp?x=2">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=5">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=6">
<link rel="mask-icon" href="/icon.webp?x=2">
<link rel="shortcut icon" href="/icon.webp?x=2">
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">