Prepared Nile v1

This commit is contained in:
Dunemask 2022-12-24 20:49:01 -05:00
parent ca9280f324
commit 0b19036190
145 changed files with 5541 additions and 1285 deletions

View file

@ -1,19 +1,19 @@
{
"name": "Dunemask",
"short_name": "Dunemask",
"name": "Delta",
"short_name": "Delta",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png?v=0.0.1-sep-9-2022",
"src": "/images/favicons/android-chrome-192x192.png?v=12-19-22-delta",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/android-chrome-512x512.png?v=0.0.1-sep-9-2022",
"sizes": "512x512",
"src": "/images/favicons/android-chrome-384x384.png?v=12-19-22-delta",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#5d5d5d",
"background_color": "#5d5d5d",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}