Minor fix and move URLs to .app

This commit is contained in:
Ian Renton
2025-10-07 16:20:03 +01:00
parent 2dcfae98f8
commit abff65f78d
5 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
"short_name": "Spothole",
"scope": "/",
"display": "standalone",
"start_url": "https://spothole.m0trt.radio/",
"start_url": "https://spothole.app/",
"background_color": "white",
"theme_color": "white",
"description": "An Amateur Radio spotting tool bringing together DX clusters and outdoor programmes, providing a universal JSON API and web interface.",
@@ -25,5 +25,5 @@
"purpose": "maskable"
}
],
"url": "https://spothole.m0trt.radio"
"url": "https://spothole.app"
}