Implement service worker using vite-plugin-pwa

This commit is contained in:
ZauberNerd
2023-07-10 00:42:06 +02:00
parent f9122c5227
commit 36c1cb47c0
11 changed files with 132 additions and 295 deletions

View File

@@ -1,21 +0,0 @@
{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Chat with GPT",
"name": "Chat with GPT",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff",
"icons": [
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}