Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ public static ItemGroup GetDocumentViewers()
WebsiteUrl = "https://www.onlyoffice.com/"
},
new ItemDefinition
{
Id = "external-app-pdfgear",
Name = "PDFgear",
Description = "Read, edit, convert, merge, and sign PDF files across devices, for completely free and without signing up.",
GroupName = "Document Viewers",
WinGetPackageId = ["PDFgear.PDFgear"],
ChocoPackageId = "pdfgear",
WebsiteUrl = "https://www.pdfgear.com/"
},
new ItemDefinition
{
Id = "external-app-foxit-reader",
Name = "Foxit PDF Reader",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ public static ItemGroup GetOtherUtilities()
WebsiteUrl = "https://www.snappy-driver-installer.org/"
},
new ItemDefinition
{
Id = "external-app-wise-disk-cleaner",
Name = "Wise Disk Cleaner",
Description = "Free Disk Cleanup and Defragment Tool",
GroupName = "Other Utilities",
WinGetPackageId = ["WiseCleaner.WiseDiskCleaner"],
MsStoreId = "XP9CW3GPQQS852", // MS Store package
WebsiteUrl = "https://www.wisecleaner.com/wise-disk-cleaner.html"
},
new ItemDefinition
{
Id = "external-app-wise-registry-cleaner",
Name = "Wise Registry Cleaner",
Expand Down Expand Up @@ -88,6 +98,26 @@ public static ItemGroup GetOtherUtilities()
WebsiteUrl = "https://www.naps2.com/"
},
new ItemDefinition
{
Id = "external-app-iobit-uninstaller",
Name = "IObit Uninstaller",
Description = "Completely Uninstall Unwanted Software, Windows Apps & Browser Plug-ins",
GroupName = "Other Utilities",
WinGetPackageId = ["IObit.Uninstaller"],
ChocoPackageId = "iobit-uninstaller",
WebsiteUrl = "https://www.iobit.com/en/advanceduninstaller.php"
},
new ItemDefinition
{
Id = "external-app-revo-uninstaller",
Name = "Revo Uninstaller",
Description = "Revo Uninstaller helps you to uninstall software and remove unwanted programs easily.",
GroupName = "Other Utilities",
WinGetPackageId = ["RevoUninstaller.RevoUninstaller"],
ChocoPackageId = "revo-uninstaller",
WebsiteUrl = "https://www.revouninstaller.com/products/revo-uninstaller-free/"
},
new ItemDefinition
{
Id = "external-app-virtualbox",
Name = "Oracle VirtualBox",
Expand Down