Disabled/LibreOffice.json

{
    "Name": "LibreOffice",
    "Source": "https://www.libreoffice.org/",
    "Get": {
        "Update": {
            "Uri": "https://update.libreoffice.org/check.php",
            "UserAgent": {
                "Still": "LibreOffice 0 (3215f89-f603614-ab984f2-7348103-1225a5b; Windows; x86; )",
                "Fresh": "LibreOffice 6.3.2 (98b30e735bda24bc04ab42594c85f7fd8be07b9c; Windows; x86;)"
            },
            "ContentType": "text/xml"
        },
        "Download": {
            "Uri": "https://download.documentfoundation.org/libreoffice/stable",
            "MatchVersion": "(\\d+(\\.\\d+){1,3})",
            "Platforms": {
                "win": "Windows"
            },
            "MatchArchitectures": "x86|64",
            "MatchExtensions": "\\.msi$",
            "MatchLanguage": "_([^_?!86|64]*)(\\.msi)$",
            "NoLanguage": "Neutral"
        }
    },
    "Install": {
        "Setup": "LibreOffice*.msi",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        }
    }
}