initial commit

This commit is contained in:
2024-08-02 16:39:12 +01:00
commit f146b0c8e9
28 changed files with 400 additions and 0 deletions

11
public/site.webmanifest Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "Lynx",
"short_name": "Lynx",
"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"
}