Offlinehandling hinzugefügt
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "DoMiLi",
|
||||
"name": "DoMiLi - Dönerstag-Runde",
|
||||
"short_name": "DoMiLi",
|
||||
"description": "Dönerstag-Runde",
|
||||
"start_url": "index.php",
|
||||
"description": "Die Dönerstag-Runde des Domili Treffs",
|
||||
"start_url": "/",
|
||||
"scope": "./",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"theme_color": "#212529",
|
||||
"background_color": "#212529",
|
||||
"icons": [
|
||||
@@ -16,6 +18,17 @@
|
||||
"src": "img/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "img/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
],
|
||||
"serviceworker": {
|
||||
"src": "sw.js",
|
||||
"scope": "/",
|
||||
"update_via_cache": "none"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user