From 440f8922bb2b43ca0f9fc59b128029efb63808fc Mon Sep 17 00:00:00 2001 From: LoopTJ <34551682+LoopTJ@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:19:54 -0800 Subject: [PATCH] applications.jsonAdded Foxit Reader app and updated Foxit Editor to show the difference. * applications.json Added Foxit Reader app and updated Foxit Editor to show the difference. --- config/applications.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config/applications.json b/config/applications.json index 15628887..ddcf06a8 100755 --- a/config/applications.json +++ b/config/applications.json @@ -638,15 +638,24 @@ "panel": "3", "winget": "PeterPawlowski.foobar2000" }, - "WPFInstallfoxpdf": { + "WPFInstallfoxpdfeditor": { "category": "Document", "choco": "na", - "content": "Foxit PDF", - "description": "Foxit PDF is a feature-rich PDF editor and viewer with a familiar ribbon-style interface.", + "content": "Foxit PDF Editor", + "description": "Foxit PDF Editor is a feature-rich PDF editor and viewer with a familiar ribbon-style interface.", "link": "https://www.foxitsoftware.com/", "panel": "1", "winget": "Foxit.PhantomPDF" }, + "WPFInstallfoxpdfreader": { + "category": "Document", + "choco": "foxitreader", + "content": "Foxit PDF Reader", + "description": "Foxit PDF Reader is a free PDF viewer with a familiar ribbon-style interface.", + "link": "https://www.foxitsoftware.com/", + "panel": "1", + "winget": "Foxit.FoxitReader" + }, "WPFInstallfreecad": { "category": "Multimedia Tools", "choco": "freecad",