gpx.studio/website/static/site.webmanifest
2024-09-02 01:02:18 +01:00

37 lines
965 B
JSON

{
"scope": "/gpx.studio/app/",
"start_url": "/gpx.studio/app/",
"display": "standalone",
"orientation": "any",
"name": "gpx.studio",
"short_name": "gpx.studio",
"description": "View, edit, and create GPX files online.",
"theme_color": "#030816",
"background_color": "#030816",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]
}