Initial Setup for Nile

This commit is contained in:
Dunemask 2022-09-09 16:23:24 -04:00
commit ca9280f324
36 changed files with 2668 additions and 0 deletions

View file

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