{
  "name": "GPX Maestro",
  "short_name": "GPX Maestro",
  "file_handlers": [
    {
      "action": "./index.php",
      "accept": {
        "application/gpx+xml": [".gpx"],
        "application/xml": [".gpx"],
        "text/xml": [".gpx"]
      }
    }
  ],
  "icons": [
    { "src": "icono_192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icono_512x512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#212529"
}