Initial commit

This commit is contained in:
Nix1304
2020-04-02 02:14:23 +03:00
commit 36cff8be53
73 changed files with 19938 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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",
"sizes": "512x512",
"type": "image/png"
}],
"display": "fullscreen",
"start_url": "/",
"theme_color": "#0b0b1a",
"background_color": "#121222"
}