Skip to content

Commit

Permalink
Updated manifest filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Casvt committed Mar 10, 2024
1 parent b7de68d commit be9c99f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/reminders.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit be9c99f

Please sign in to comment.