Files
gpx.studio/website/static/en.manifest.webmanifest
2025-05-08 18:39:12 +02:00

18 lines
497 B
JSON

{
"name": "gpx.studio",
"short_name": "gpx.studio",
"description": "View, edit, and create GPX files online with advanced route planning capabilities and file processing tools, beautiful maps and detailed data visualizations.",
"start_url": "/app",
"display": "standalone",
"lang": "en",
"scope": "/app",
"id": "https://gpx.studio/app",
"icons": [
{
"src": "pwa-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}