Skip to content

Commit

Permalink
fix: Make the PWA work correctly, closes #290
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 27, 2024
1 parent 8a9e5b6 commit 6143d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/Marine/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Victron MFD",
"short_name": "Victron MFD",
"description": "Victron Marine MFD",
"start_url": ".",
"start_url": "/app",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -23,4 +23,4 @@
"theme_color": "#1f2535",
"background_color": "#1f2535",
"display": "standalone"
}
}
4 changes: 2 additions & 2 deletions public/Marine2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Victron MFD",
"short_name": "Victron MFD",
"description": "Victron Marine MFD",
"start_url": ".",
"start_url": "/app",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -23,4 +23,4 @@
"theme_color": "#1f2535",
"background_color": "#1f2535",
"display": "standalone"
}
}

0 comments on commit 6143d0b

Please sign in to comment.