fix: moved manifest and favicon

This commit is contained in:
2024-11-23 14:21:40 +01:00
parent 732ff2b83b
commit cef5487510
3 changed files with 16 additions and 20 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,16 @@
{
"name": "Newsletter",
"short_name": "Newsletter",
"description": "Newsletter with top stories from the Hacker News forum",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "favicon.ico",
"sizes": "any",
"type": "image/x-icon"
}
]
}