{
  "name": "My WASM App",
  "description": "Opens .dxf files",
  "start_url": "/dxf/",
  "display": "standalone",
  "icons": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/dxf/",
      "accept": {
        "application/dxf": [".dxf"]
      }
    }
  ]
}