Storing directors.

This commit is contained in:
DebaucheryLibrarian
2021-03-07 00:01:02 +01:00
parent 9ae113ab92
commit 17e6f5a5da
17 changed files with 102 additions and 27 deletions

View File

@@ -2,18 +2,33 @@
"name": "traxxx",
"short_name": "traxxx",
"icons": [
{
"src": "/img/favicon/android-chrome-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/img/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/favicon/android-chrome-194x194.png",
"sizes": "194x194",
"type": "image/png"
},
{
"src": "/img/favicon/android-chrome-196x196.png",
"sizes": "194x194",
"type": "image/png"
},
{
"src": "/img/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"theme_color": "#ff6c88",
"background_color": "#ffffff",
"display": "standalone"
}