diff --git a/index.html b/index.html index 74883f5..77c5869 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,15 @@ /> Cave Survey Viewer + + + + - + + + + + + + + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..3865480 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,13 @@ +{ + "name": "Cave Survey Viewer", + "short_name": "CaveViewer", + "description": "A web-native 3D viewer for cave survey data. Runs entirely in your browser.", + "icons": [ + { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, + { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } + ], + "theme_color": "#121a28", + "background_color": "#121a28", + "display": "standalone", + "start_url": "/" +}