This commit is contained in:
2026-05-21 10:11:10 +01:00
parent 40bfbf7c11
commit 33278214fd
4 changed files with 25 additions and 0 deletions

15
public/manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "MyCloset",
"short_name": "MyCloset",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4F46E5",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
]
}

1
public/sw.js Normal file
View File

@@ -0,0 +1 @@
self.addEventListener('fetch', function(event) {});