{
    "short_name": "YADE",
    "name": "Yet Another Diagram Editor",
    "start_url": "./index.html",
    "description": "This is a diagram editor",
    "display": "standalone",
    "icons": [
    {
      "src": "icon.png",
      "sizes": "292x292",
      "type": "image/png"
    }],
    "file_handlers": [
  {
    "action": "./index.html",
    "accept": {
      "application/json": [".json", ".yade"]
    },
    "icons": [

    ],
    "launch_type": "multiple-clients"
  }
]    
}