First commit

This commit is contained in:
2023-11-08 16:47:43 -07:00
commit f6ffb10c07
106 changed files with 19802 additions and 0 deletions

42
src/manifest.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "ALVINN",
"short_name": "ALVINN",
"description": "ALVINN",
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"background_color": "#002f65",
"theme_color": "#002f65",
"icons": [
{
"src": "/icons/128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/icons/144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/icons/152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "/icons/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/icons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}