diff --git a/config/applications.json b/config/applications.json index 72706625bd..6be36065c5 100755 --- a/config/applications.json +++ b/config/applications.json @@ -1745,6 +1745,15 @@ "link": "https://xpipe.io/", "description": "X-Pipe is an open-source tool for orchestrating containerized applications. It simplifies the deployment and management of containerized services in a distributed environment." }, + "WPFInstallstremio": { + "winget": "Stremio.Stremio", + "choco": "stremio", + "category": "Multimedia Tools", + "panel": "3", + "content": "Stremio", + "link": "https://www.stremio.com/", + "description": "Stremio is a media center application that allows users to organize and stream their favorite movies, TV shows, and video content." + }, "WPFInstall7zip": { "winget": "7zip.7zip", "choco": "7zip", diff --git a/winutil.ps1 b/winutil.ps1 index 4882f93311..2af6eff2dc 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -7165,6 +7165,15 @@ $sync.configs.applications = '{ "link": "https://xpipe.io/", "description": "X-Pipe is an open-source tool for orchestrating containerized applications. It simplifies the deployment and management of containerized services in a distributed environment." }, + "WPFInstallstremio": { + "winget": "Stremio.Stremio", + "choco": "stremio", + "category": "Multimedia Tools", + "panel": "3", + "content": "Stremio", + "link": "https://www.stremio.com/", + "description": "Stremio is a media center application that allows users to organize and stream their favorite movies, TV shows, and video content." + }, "WPFInstall7zip": { "winget": "7zip.7zip", "choco": "7zip",