add service worker

This commit is contained in:
MaysWind
2021-02-28 20:37:53 +08:00
parent 7f47ffe6c2
commit f34471839c
7 changed files with 419 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
{
"name": "lab account book",
"short_name": "lab",
"icons": [
{
"src": "img/lab-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/lab-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#F3F3F3",
"theme_color": "#C67E48",
"related_applications": [],
"prefer_related_applications": false
}