Updated manifest filename

This commit is contained in:
CasVT
2024-03-10 11:09:03 +01:00
parent b7de68d35e
commit be9c99f65a
4 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "MIND",
"short_name": "MIND",
"start_url": "/mind/",
"start_url": "/",
"display": "standalone",
"background_color": "#1b1b1b",
"theme_color": "#6b6b6b",
"orientation": "portrait-primary",
"icons": [
{
"src": "/mind/static/img/favicon.svg",
"src": "/static/img/favicon.svg",
"type": "image/svg+xml",
"sizes": "64x64 32x32 24x24 16x16"
}

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta id="url_prefix" data-value="{{url_prefix}}">
<link rel="manifest" href="{{ url_for('static', filename='json/manifest.json') }}">
<link rel="manifest" href="{{ url_for('static', filename='json/pwa_manifest.json') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='img/favicon.svg') }}">
<meta name="apple-mobile-web-app-status-bar" content="#6b6b6b">
<meta name="theme-color" content="#6b6b6b">

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta id="url_prefix" data-value="{{url_prefix}}">
<link rel="manifest" href="{{ url_for('static', filename='json/manifest.json') }}">
<link rel="manifest" href="{{ url_for('static', filename='json/pwa_manifest.json') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='img/favicon.svg') }}">
<meta name="apple-mobile-web-app-status-bar" content="#6b6b6b">
<meta name="theme-color" content="#6b6b6b">

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta id="url_prefix" data-value="{{url_prefix}}">
<link rel="manifest" href="{{ url_for('static', filename='json/manifest.json') }}">
<link rel="manifest" href="{{ url_for('static', filename='json/pwa_manifest.json') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='img/favicon.svg') }}">
<meta name="apple-mobile-web-app-status-bar" content="#6b6b6b">
<meta name="theme-color" content="#6b6b6b">