{
  "name": "GPR Viewer",
  "short_name": "GPR Viewer",
  "description": "Visualisation et analyse de fichiers radar GPR (Ground Penetrating Radar)",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#4a90d9",
  "orientation": "landscape",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/octet-stream": [".dzt", ".DZT"]
      },
      "icons": [
        {
          "src": "favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "categories": ["utilities", "productivity"],
  "lang": "fr",
  "dir": "ltr"
}
