From 4dfb934473ea232e535c4801c5fb3c2fc333330b Mon Sep 17 00:00:00 2001 From: Daniil Lepke Date: Wed, 23 Dec 2020 09:15:04 +0700 Subject: [PATCH] Add manifest file for latest stable version of NVDA 2020.3 (#5669) --- manifests/NVAccess/NVDA/2020.3.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manifests/NVAccess/NVDA/2020.3.yaml diff --git a/manifests/NVAccess/NVDA/2020.3.yaml b/manifests/NVAccess/NVDA/2020.3.yaml new file mode 100644 index 000000000..ac7388187 --- /dev/null +++ b/manifests/NVAccess/NVDA/2020.3.yaml @@ -0,0 +1,19 @@ +Id: NVAccess.NVDA +Name: NVDA +AppMoniker: NonVisual Desktop Access +Version: 2020.3 +Publisher: NV Access Limited +License: GPL V2 +LicenseUrl: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html +MinOSVersion: 6.1.7601.0 +Description: NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system. Providing feedback via synthetic speech and Braille, it enables blind or vision impaired people to access computers running Windows for no more cost than a sighted person. NVDA is developed by NV Access, with contributions from the community. +Homepage: https://www.nvaccess.org +Tags: accessibility,screen-reader,blind +Installers: + - Arch: Neutral + Url: https://www.nvaccess.org/files/nvda/releases/2020.3/nvda_2020.3.exe + Sha256: 9029A1F2756B017480F9DE0E164DCCBEC202741836DF2736897FC3E430D3C88D + InstallerType: Nullsoft + Switches: + Silent: "--install-silent" + SilentWithProgress: "--install-silent" \ No newline at end of file