Initial commit

This commit is contained in:
Antoine Martin 2024-06-14 14:22:59 -04:00
commit aac2060c2e
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
31 changed files with 1113 additions and 0 deletions

19
content/site.webmanifest Normal file
View file

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