This commit is contained in:
Daniel Ledda
2024-06-02 14:56:42 +02:00
parent c0e38737eb
commit cd8d38a998
10 changed files with 128 additions and 6 deletions

6
src/manifest.webmanifest Normal file
View File

@@ -0,0 +1,6 @@
{
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
]
}