{
  "id": "/",
  "name": "eBikemap - Nabíjacie stanice a trasy",
  "short_name": "eBikemap",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "description": "Plánovač e-bike trás s výpočtom spotreby a mapou nabíjačiek.",
  "orientation": "any",
  "dir": "ltr",
  "lang": "sk",
  "categories": ["navigation", "travel", "sports"],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot1.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "img/screenshot2.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "img/screenshot3.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "file_handlers": [
    {
      "action": "/index.php",
      "accept": {
        "application/gpx+xml": [".gpx"],
        "application/octet-stream": [".gpx"],
        "application/xml": [".gpx"],
        "text/xml": [".gpx"],
        "text/plain": [".gpx"]
      }
    }
  ]
}