{
  "name": "Webdesq Office",
  "short_name": "Webdesq",
  "description": "Webdesq Office: the web-based Open Source office suite",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "icons/office.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/vnd.webdesq.calc": [".calc"],
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      },
      "icons": [
        {
          "src": "icons/calcicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "action": "/",
      "accept": {
        "application/vnd.webdesq.write": [".write"]
      },
      "icons": [
        {
          "src": "icons/writeicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "action": "/",
      "accept": {
        "application/vnd.webdesq.present": [".present"]
      },
      "icons": [
        {
          "src": "icons/presenticon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "action": "/",
      "accept": {
        "application/vnd.webdesq.plan": [".plan"]
      },
      "icons": [
        {
          "src": "icons/planicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
