Initial commit

This commit is contained in:
Pablo Moyano
2023-09-03 04:20:19 +02:00
commit 4cd51d7853
94 changed files with 7108 additions and 0 deletions

19
public/site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"name": "FOSC",
"short_name": "FOSC",
"icons": [
{
"src": "/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=2",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}