This commit is contained in:
Aevann1 2022-04-28 02:13:30 +02:00
parent 1fdb836bb4
commit a8147f2f03
5 changed files with 32 additions and 8 deletions

View file

@ -0,0 +1,8 @@
{
"name": "Cringetopia",
"short_name": "Cringetopia",
"start_url": "https://cringetopia.org",
"display": "standalone",
"background_color": "#2A96F3",
"description": "Cringetopia"
}

8
files/assets/PCM.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "PCM",
"short_name": "PCM",
"start_url": "https://pcmemes.net",
"display": "standalone",
"background_color": "#805AD5",
"description": "PCM"
}

8
files/assets/WPD.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "WPD",
"short_name": "WPD",
"start_url": "https://watchpeopledie.co",
"display": "standalone",
"background_color": "#2A96F3",
"description": "WPD"
}

View file

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