add service worker and progressive web app and icons

This commit is contained in:
Esteban Abaroa
2023-04-24 21:20:42 +00:00
parent 6315d9c48d
commit e946a93847
14 changed files with 237 additions and 34 deletions
+12
View File
@@ -1,6 +1,18 @@
{
"short_name": "plebchan",
"name": "plebchan",
"icons": [
{
"src": "manifest-icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "manifest-icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone"
}