v1.1.1; snowfall fix; other fixes

This commit is contained in:
2020-12-26 21:47:42 +03:00
parent a8f62159c7
commit dda2d5ecf7
12 changed files with 10 additions and 18 deletions
+4 -8
View File
@@ -2,16 +2,12 @@
"short_name": "Unmei",
"name": "Unmei",
"icons": [{
"src": "/static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "/static/icons/android-chrome-512x512.png",
"src": "favicon.png",
"sizes": "512x512",
"type": "image/png"
}],
"display": "fullscreen",
"start_url": "/",
"theme_color": "#0b0b1a",
"background_color": "#121222"
}
"theme_color": "#0b0b0b",
"background_color": "#121212"
}