mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Updated manifest filename
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user