add manifest

This commit is contained in:
Romulus21
2023-09-24 11:51:44 +02:00
parent 33b2044859
commit 2cd9526425
4 changed files with 121 additions and 0 deletions

BIN
public/images/weather.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

12
public/manifest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Bermite",
"icons": [
{
"src": "/images/weather.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?source=pwa",
"display": "standalone"
}