Manifests/LehrerOffice.json

{
  "Name": "LehrerOffice",
  "Source": "https://lehreroffice.net/",
  "Get": {
    "Update": {
      "Uri": "https://www.cmi-bildung.ch/lo/dateien/easy/lo_version.txt",
      "MatchVersion": "\\n\\s(\\d{4}([.]\\d){1,2})\\s"
    },
    "Download": {
      "Uri": "https://cmi-bildung.ch/lo/dateien/easy/lo_desktop_windows.exe"
    }
  },
  "Install": {
    "Setup": "lo_desktop_windows.exe",
    "Physical": {
      "Arguments": "/verysilent",
      "PostInstall": []
    },
    "Virtual": {
      "Arguments": "/verysilent",
      "PostInstall": []
    }
  }
}