feat: implemented pwa capabillities and refactored lots of backend things

This commit is contained in:
2025-01-02 02:28:14 +01:00
parent 61abbcccc5
commit 53ee6df95e
41 changed files with 11444 additions and 261 deletions

19
web/public/manifest.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "GeoTracker",
"short_name": "GeoTracker",
"description": "GPX File visualizer",
"icons": [
{
"src": "/vite.svg",
"type": "image/svg"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4CAF50",
"orientation": "portrait",
"scope": "/",
"id": "/",
"lang": "de-DE"
}