Skip to content

Commit

Permalink
fix: chrome crashes when opening applications-tab (#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen authored Jul 3, 2024
1 parent 2d7f70a commit da2fa7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{
"src": "favicon.ico",
"sizes": "48x48",
"type": "image/png"
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
}

0 comments on commit da2fa7b

Please sign in to comment.