diff --git a/Tools/CheckDependencies.ps1 b/Tools/CheckDependencies.ps1 index 88906549672d8..f513dfe0b7ae4 100644 --- a/Tools/CheckDependencies.ps1 +++ b/Tools/CheckDependencies.ps1 @@ -12,7 +12,7 @@ Show this script's help .EXAMPLE PS C:\Projects\winget-pkgs> .\Tools\CheckDependencies.ps1 - Run the script to output non-existant dependencies + Run the script to output non-existent dependencies .NOTES Please file an issue if you run into errors with this script: https://github.com/microsoft/winget-pkgs/issues diff --git a/Tools/ManualValidation/ExitCodes.csv b/Tools/ManualValidation/ExitCodes.csv index 95cbf312fe492..0d9f70707cbaf 100644 --- a/Tools/ManualValidation/ExitCodes.csv +++ b/Tools/ManualValidation/ExitCodes.csv @@ -1620,7 +1620,7 @@ "00001ABD","6845","-4294960451","ERROR_TM_IDENTITY_MISMATCH","The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument." "00001ABE","6846","-4294960450","ERROR_FLOATED_SECTION","I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data." "00001ABF","6847","-4294960449","ERROR_CANNOT_ACCEPT_TRANSACTED_WORK","The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources." -"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down." +"00001AC0","6848","-4294960448","ERROR_CANNOT_ABORT_TRANSACTIONS","The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down." "00001AC1","6849","-4294960447","ERROR_BAD_CLUSTERS","The operation could not be completed due to bad clusters on disk." "00001AC2","6850","-4294960446","ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION","The compression operation could not be completed because a transaction is active on the file." "00001AC3","6851","-4294960445","ERROR_VOLUME_DIRTY","The operation could not be completed because the volume is dirty. Please run chkdsk and try again." @@ -3443,7 +3443,7 @@ "8020003A","-2145386438","2149580858","BG_E_SERVER_PROTOCOL_VIOLATION","The server response was not valid." "8020003B","-2145386437","2149580859","BG_E_TIMEOUT","The operation exceeded the time limit." "8020003C","-2145386436","2149580860","BG_E_TRUST_FAILURE","A server certificate could not be validated." -"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occured." +"8020003D","-2145386435","2149580861","BG_E_UNKNOWN_ERROR","A unknown error occurred." "8020003E","-2145386434","2149580862","BG_E_BLOCKED_BY_POLICY","Group Policy settings prevent background jobs from running at this time." "8020003F","-2145386433","2149580863","BG_E_INVALID_PROXY_INFO","The supplied proxy server or bypass list is invalid." "80200040","-2145386432","2149580864","BG_E_INVALID_CREDENTIALS","The format of the supplied security credentials is invalid." @@ -3602,7 +3602,7 @@ "8024800D","-2145091571","2149875725","WU_E_DS_NOCATEGORIES","The caller attempted to add a non-toplevel category update that contained no parent categories" "8024800E","-2145091570","2149875726","WU_E_DS_ROWEXISTS","The caller attempted to add a row whose primary key matched an existing row" "8024800F","-2145091569","2149875727","WU_E_DS_STOREFILELOCKED","We attempted to initialize the datastore" -"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attepting to register the datastore with COM" +"80248010","-2145091568","2149875728","WU_E_DS_CANNOTREGISTER","The caller is attempting to register the datastore with COM" "80248011","-2145091567","2149875729","SUS_E_DS_UNABLETOSTART","Could not create an out of proc datastore object" "80248012","-2145091566","2149875730","SUS_E_DS_MISSINGFILEFORURL","a file URL was passed in for a file that does not exist in the datastore" "80248013","-2145091565","2149875731","SUS_E_DS_DUPLICATEUPDATEID","the server has passed the same update to the client with two different revision ids" diff --git a/Tools/ManualValidation/ManualValidationPipeline.cs b/Tools/ManualValidation/ManualValidationPipeline.cs index 1c6e821ddb409..0953b0206d4ec 100644 --- a/Tools/ManualValidation/ManualValidationPipeline.cs +++ b/Tools/ManualValidation/ManualValidationPipeline.cs @@ -3093,7 +3093,7 @@ public void ManifestAutomation(int VM = 0, int PR =0, string Arch = "", string } } - public int ManifestFile(int PR = 0, string Arch = "", string OS = "", string Scope = "", int VM = 0, string clip = ""){//Gets next VM, pulls a flie from the clipboard and puts into the VM's manifest folder, then if it's the Version (.yaml) file, start the VM for validation. + public int ManifestFile(int PR = 0, string Arch = "", string OS = "", string Scope = "", int VM = 0, string clip = ""){//Gets next VM, pulls a file from the clipboard and puts into the VM's manifest folder, then if it's the Version (.yaml) file, start the VM for validation. if (VM == 0){ VM = NextFreeVM();//.Replace("vm",""); } diff --git a/Tools/ManualValidation/ManualValidationPipeline.ps1 b/Tools/ManualValidation/ManualValidationPipeline.ps1 index 9d9e09a20409a..ff93d4ff000a2 100644 --- a/Tools/ManualValidation/ManualValidationPipeline.ps1 +++ b/Tools/ManualValidation/ManualValidationPipeline.ps1 @@ -331,7 +331,7 @@ Function Get-PRWatch { $cautionColor = "yellow" Switch ($Chromatic) { - #Color schemes, to accomodate needs and also add variety. + #Color schemes, to accommodate needs and also add variety. "Default" { $validColor = "Green" $invalidColor = "Red" diff --git a/Tools/SandboxTest.ps1 b/Tools/SandboxTest.ps1 index e08c959f73741..912124f4685ab 100644 --- a/Tools/SandboxTest.ps1 +++ b/Tools/SandboxTest.ps1 @@ -759,7 +759,7 @@ try { } catch { throw "Microsoft.Winget.Client was not installed successfully" } finally { - # Check to be sure it acutally installed + # Check to be sure it actually installed if (-not(Get-Module -ListAvailable -Name Microsoft.Winget.Client)) { throw "Microsoft.Winget.Client was not found. Check that the Windows Package Manager PowerShell module was installed correctly." } diff --git a/Tools/YamlCreate.ps1 b/Tools/YamlCreate.ps1 index cf1aab8182e05..506750f4298fc 100644 --- a/Tools/YamlCreate.ps1 +++ b/Tools/YamlCreate.ps1 @@ -135,12 +135,12 @@ if (Get-Command 'git' -ErrorAction SilentlyContinue) { try { winget upgrade --id Git.Git --exact } catch { - throw [UnmetDependencyException]::new('Git could not be upgraded sucessfully', $_) + throw [UnmetDependencyException]::new('Git could not be upgraded successfully', $_) } finally { $gitVersionString = ((git version) | Select-String '([0-9]{1,}\.?){3,}').Matches.Value.Trim(' ', '.') $gitVersion = [System.Version]::Parse($gitVersionString) if ($gitVersion -lt $GitMinimumVersion) { - throw [UnmetDependencyException]::new('Git could not be upgraded sucessfully') + throw [UnmetDependencyException]::new('Git could not be upgraded successfully') } } } @@ -1346,7 +1346,7 @@ Function Read-InstallerEntry { $_Installer = Restore-YamlKeyOrder $_Installer $InstallerEntryProperties -NoComments $script:Installers += $_Installer - # Prompt the user for additional intaller entries + # Prompt the user for additional installer entries $_menu = @{ entries = @( '[Y] Yes' @@ -2441,7 +2441,7 @@ Function Write-LocaleManifest { $LocaleManifest = Restore-YamlKeyOrder $LocaleManifest $LocaleProperties - # Set the appropriate langage server depending on if it is a default locale file or generic locale file + # Set the appropriate language server depending on if it is a default locale file or generic locale file if ($LocaleManifest.ManifestType -eq 'defaultLocale') { $yamlServer = $SchemaUrls.defaultLocale } else { $yamlServer = $SchemaUrls.locale } # Create the folder for the file if it doesn't exist diff --git a/doc/Authoring.md b/doc/Authoring.md index 0bac5ddf8a337..428c079bef83e 100644 --- a/doc/Authoring.md +++ b/doc/Authoring.md @@ -104,7 +104,7 @@ For a more isolated test, use the [SandboxTest.ps1 Script](https://github.com/mi ### AppsAndFeaturesEntries -Most installers write accurate version data to the Windows Registry, but not all. To help with version matching and correllation between the installed application and the manifest in repo, additional `AppsAndFeaturesEntries` metadata can be used. These include the `PackageFamilyName`, `ProductCode`, `UpgradeCode`, and `InstallerType`. Additional information on how `AppsAndFeaturesEntries` affect version matching, package correllation, and sort order can be found below. +Most installers write accurate version data to the Windows Registry, but not all. To help with version matching and correlation between the installed application and the manifest in repo, additional `AppsAndFeaturesEntries` metadata can be used. These include the `PackageFamilyName`, `ProductCode`, `UpgradeCode`, and `InstallerType`. Additional information on how `AppsAndFeaturesEntries` affect version matching, package correlation, and sort order can be found below. #### What is Version Matching & Package Correllation? @@ -138,7 +138,7 @@ For more information on how to specify `AppsAndFeaturesEntries` and what the ava ## Version Sorting in WinGet -Inherently, all versions are strings. Whether a publisher uses a date code, a commit hash, or some other crazy format they are all saved as string values in the Windows Registry. In fact, a sematic version is just a string with a certain format. To convert these strings into versions and sort them, WinGet goes through the following process. +Inherently, all versions are strings. Whether a publisher uses a date code, a commit hash, or some other crazy format they are all saved as string values in the Windows Registry. In fact, a semantic version is just a string with a certain format. To convert these strings into versions and sort them, WinGet goes through the following process. > [!IMPORTANT] > Step 1 of the below process only occurs in WinGet version 1.9.1763-preview or newer diff --git a/doc/tools/PRWatcher.md b/doc/tools/PRWatcher.md index 2010f74e5612c..240d4ccda12ad 100644 --- a/doc/tools/PRWatcher.md +++ b/doc/tools/PRWatcher.md @@ -34,7 +34,7 @@ Location of Auth.csv - defaults to current path location. This might become a bu Location of logging file - defaults to "Log.txt" in current path location. ## -Chromatic -Color schemes, for accessability and variety: +Color schemes, for accessibility and variety: Color | Warning | Caution | OK Default | Red | Yellow | Green diff --git a/manifests/a/Akka/Cli/3.0.49/Akka.Cli.installer.yaml b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.installer.yaml new file mode 100644 index 0000000000000..8a32a2ac8bd5d --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.installer.yaml @@ -0,0 +1,13 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.49 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: akka.exe + PortableCommandAlias: akka +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.akka.io/3.0.49/akka_windows_amd64_3.0.49.zip + InstallerSha256: DA9A674B3880B0D3409BBEB53EA0634C3DEEAA32CBA2692B8F578FE6FC9E47C7 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/a/Akka/Cli/3.0.49/Akka.Cli.locale.en-US.yaml b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.locale.en-US.yaml new file mode 100644 index 0000000000000..5855e40ee11cc --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.locale.en-US.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.49 +PackageLocale: en-US +Publisher: Akka +PublisherUrl: https://akka.io +PackageName: Akka CLI +PackageUrl: https://doc.akka.io/akka-cli/index.html +License: Business Source License 1.1 +ShortDescription: CLI for building and deploying Akka applications +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/a/Akka/Cli/3.0.49/Akka.Cli.yaml b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.yaml new file mode 100644 index 0000000000000..977b8c01269c0 --- /dev/null +++ b/manifests/a/Akka/Cli/3.0.49/Akka.Cli.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: Akka.Cli +PackageVersion: 3.0.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml new file mode 100644 index 0000000000000..518e9fc103556 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.24/pick-v0.1.24-x86_64-pc-windows-gnu.zip + InstallerSha256: 0A002C48E0E86E859254D7F17C27F42D8D27308043F41F6D46F7892B206C8106 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 0000000000000..c868ae16f302f --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.24 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.24 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.yaml new file mode 100644 index 0000000000000..2dfcb80ef5786 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.24/aryanbhosale.pick.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml new file mode 100644 index 0000000000000..ee016d12bb6e0 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.25 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.25/pick-v0.1.25-x86_64-pc-windows-gnu.zip + InstallerSha256: 756B0EDE4660420177BCB73D10816C048352F859B2C161C806574FE58E4404D2 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 0000000000000..9d789cf1229aa --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.25 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.25 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.yaml new file mode 100644 index 0000000000000..55c285e2fce67 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.25/aryanbhosale.pick.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.25 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml new file mode 100644 index 0000000000000..3c22a0dcca1ea --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.26 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: pick.exe + PortableCommandAlias: pick +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/aryanbhosale/pick/releases/download/v0.1.26/pick-v0.1.26-x86_64-pc-windows-gnu.zip + InstallerSha256: 9C66CC69F283293959B4E5B172AEBDD855BD7FC13B468027CCF27FBBDB0E2A02 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml new file mode 100644 index 0000000000000..fb9018dfa574a --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.26 +PackageLocale: en-US +Publisher: Aryan Bhosale +PublisherUrl: https://github.com/aryanbhosale +PublisherSupportUrl: https://github.com/aryanbhosale/pick/issues +PackageName: pick +PackageUrl: https://pick-cli.pages.dev +License: MIT +LicenseUrl: https://github.com/aryanbhosale/pick/blob/main/LICENSE +ShortDescription: Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more +Tags: +- cli +- json +- yaml +- toml +- parser +- extract +ReleaseNotesUrl: https://github.com/aryanbhosale/pick/releases/tag/v0.1.26 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.yaml b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.yaml new file mode 100644 index 0000000000000..eb75ad10e9be2 --- /dev/null +++ b/manifests/a/aryanbhosale/pick/0.1.26/aryanbhosale.pick.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: aryanbhosale.pick +PackageVersion: 0.1.26 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.installer.yaml b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.installer.yaml new file mode 100644 index 0000000000000..025a97d84c6fb --- /dev/null +++ b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.installer.yaml @@ -0,0 +1,26 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: Bahaaio.pomo +PackageVersion: 1.2.0 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-03-10" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: pomo.exe + PortableCommandAlias: pomo + InstallerUrl: https://github.com/Bahaaio/pomo/releases/download/v1.2.0/pomo_Windows_x86_64.zip + InstallerSha256: 0fd47d2d0bacb2ba5d11c58c15167c6c74478f28cf35e1646d24f394b44a75b7 + UpgradeBehavior: uninstallPrevious + - Architecture: arm64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: pomo.exe + PortableCommandAlias: pomo + InstallerUrl: https://github.com/Bahaaio/pomo/releases/download/v1.2.0/pomo_Windows_arm64.zip + InstallerSha256: 7cb813665bdd995e59d48cfd228d01e0e80ffe16537ba91bb5ff33b84eb00a27 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.locale.en-US.yaml b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.locale.en-US.yaml new file mode 100644 index 0000000000000..8557522986271 --- /dev/null +++ b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.locale.en-US.yaml @@ -0,0 +1,13 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: Bahaaio.pomo +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: Bahaaio +PackageName: pomo +PackageUrl: https://github.com/Bahaaio +License: MIT +ShortDescription: A simple Pomodoro timer TUI application written in Go. +Moniker: pomo +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.yaml b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.yaml new file mode 100644 index 0000000000000..260ad8afd7e36 --- /dev/null +++ b/manifests/b/Bahaaio/pomo/1.2.0/Bahaaio.pomo.yaml @@ -0,0 +1,7 @@ +# This file was generated by GoReleaser. DO NOT EDIT. +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: Bahaaio.pomo +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.installer.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.installer.yaml new file mode 100644 index 0000000000000..695a0ffbefebb --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Comtrya.Comtrya +PackageVersion: 0.9.2 +InstallerType: portable +Commands: +- comtrya +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/comtrya/comtrya/releases/download/v0.9.2/comtrya-x86_64-pc-windows-msvc.exe + InstallerSha256: F1ECBB3E8816245845D31633DB6C5A52C3EDC8689CCB9C13ABABA075D58E8202 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.locale.en-US.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.locale.en-US.yaml new file mode 100644 index 0000000000000..78931c689ce46 --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Comtrya.Comtrya +PackageVersion: 0.9.2 +PackageLocale: en-US +Publisher: Comtrya +PackageName: Comtrya +License: MIT License +ShortDescription: Comtrya is a tool to help provision a fresh OS with the packages and configuration (dotfiles) you need to become productive again. +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.yaml b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.yaml new file mode 100644 index 0000000000000..449535851841d --- /dev/null +++ b/manifests/c/Comtrya/Comtrya/0.9.2/Comtrya.Comtrya.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Comtrya.Comtrya +PackageVersion: 0.9.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.installer.yaml b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.installer.yaml new file mode 100644 index 0000000000000..fb4c04f9e35f8 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.0-beta20 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: cos.exe + PortableCommandAlias: cos +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CosineAI/cli2/releases/download/v2.0.0-beta20/cos-windows-amd64.zip + InstallerSha256: 537F1F87400D0065058319952426BCE979DDC7827F1E1758BAEBFCB00B8E0C2E +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.locale.en-US.yaml b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..597369565925d --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.0-beta20 +PackageLocale: en-US +Publisher: Cosine +PublisherUrl: https://cosine.sh +PackageName: CLI +PackageUrl: https://github.com/CosineAI/cli2 +License: Proprietary +ShortDescription: AI-powered coding agent for the terminal +Moniker: cos +ReleaseNotesUrl: https://github.com/CosineAI/cli2/releases/tag/v2.0.0-beta20 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/CosineAI/cli2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.yaml b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.yaml new file mode 100644 index 0000000000000..aea09f2e34ea4 --- /dev/null +++ b/manifests/c/Cosine/CLI/2.0.0-beta20/Cosine.CLI.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: Cosine.CLI +PackageVersion: 2.0.0-beta20 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.installer.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.installer.yaml new file mode 100644 index 0000000000000..b80ced5296ab9 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.5/NoteGen_0.26.5_x64-setup.exe + InstallerSha256: 0082DF64099EDA99B66113B5ABD8B0A0BC290AB426CB5F2A84FD2602527EFEFE + ProductCode: NoteGen +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/codexu/note-gen/releases/download/note-gen-v0.26.5/NoteGen_0.26.5_x64_en-US.msi + InstallerSha256: 01AC96B5ED79D1CC8160B5DF88F7E660AFEBDC65640875FEB9A10E484FDB39DD + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{DDE83F32-2E84-4843-8683-615930DA54C1}' + AppsAndFeaturesEntries: + - UpgradeCode: '{E353DB5D-25D7-5FA9-B7DC-C4BC524A075E}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml new file mode 100644 index 0000000000000..7a65e0a2e8996 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +PackageLocale: en-US +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: A cross-platform AI note-taking application focused on recording and writing. +Description: |- + NoteGen is a cross-platform AI note-taking application focused on recording and writing, developed based on Tauri. + The core philosophy of NoteGen is to combine recording, writing, and AI, with all three complementing each other. The recording function helps users quickly capture and organize fragmented knowledge. The organization function is the bridge connecting recording and writing, which can organize continuously recorded content into a readable note, assisting users in completing the creation process from scratch. If the AI-organized results cannot meet your requirements, you can use the writing function to refine it yourself. + Recording + Recording methods supported: + 1. 🖥️ Screenshot recording, through which users can quickly capture and record fragmented knowledge, especially in situations where text copying is not possible. + 2. 📄 Text recording, which allows copying text or manually inputting brief content as a record. + 3. 🖼️ Illustration recording, which can be automatically inserted into appropriate positions when generating notes. + 4. 📇 File recording, which recognizes content from PDF, md, html, txt, and other files for text recording. + 5. 🔗 Link recording (to be implemented), using web crawlers for page content recognition and recording. + 6. 📷 Photo recording (to be implemented), similar to illustration recording, calling the camera to record, suitable for future mobile use. + Auxiliary recording: + - 🏷️ Custom tags for better categorization and differentiation of different recording scenarios. + - 🤖 AI conversation, by default associated with records under the current tag, and you can also manually associate it with any article in your writing. + - 📋 Clipboard recognition, which automatically recognizes images or text in the clipboard after you copy them. + - 💾 Organization, when you have completed a series of records, you can try to let AI help you organize them into an article. + Writing + - 🗂 File manager, supporting management of files and folders in local and Github repositories, with unlimited directory levels. + - 📝 Support for WYSIWYG, instant rendering, and split-screen preview modes. + - 📅 Version control, if you enable synchronization, you can trace back to historically uploaded records in the history. + - 🤖 AI assistance, supporting Q&A, continuation, optimization, simplification, translation, and other functions, and you can insert records into any position of the article at any time. + - 🏞️ Image hosting, directly copy and paste images into the Markdown editor, which will automatically upload the image to the image hosting service and convert it to a Markdown image link. + - 🛠️ HTML and Markdown conversion, copying content from browsers will automatically convert it to Markdown format. + Auxiliary + - 📦 Large model support, with multiple built-in large model configurations, supporting customization and easy switching. + - 👁️ OCR, which can assist in recognizing text in images. + - 🏗️ Organization templates, which can be customized for AI to organize different types of content. + - 🔎 Global search, for quickly searching and jumping to specified content. + - 🌃 Image hosting management, for convenient management of image hosting repository content. + - 💎 Themes and appearance, supporting dark theme, and appearance settings for Markdown, code, etc. +Tags: +- ai +- bookmark +- clipping +- favorite +- knowledge +- knowledge-base +- large-language-model +- llm +- mark +- notes +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml new file mode 100644 index 0000000000000..21a8d8e2e2a7d --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.locale.zh-CN.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +PackageLocale: zh-CN +Publisher: codexu +PublisherUrl: https://github.com/codexu +PublisherSupportUrl: https://github.com/codexu/note-gen/issues +PackageName: NoteGen +PackageUrl: https://github.com/codexu/note-gen +License: MIT +LicenseUrl: https://github.com/codexu/note-gen/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 codexu +ShortDescription: 一款专注于记录和写作的跨端 AI 笔记应用。 +Description: |- + NoteGen 是一款专注于记录和写作的跨端 AI 笔记应用,基于 Tauri 开发。 + NoteGen 的核心理念是将记录、写作和 AI 结合使用,三者相辅相成。记录功能可以帮助用户快速捕捉和整理碎片化知识。整理功能是连接记录和写作的桥梁,可将持续记录的内容整理成一篇可读的笔记,辅助用户完成从零到一的创作过程,如果 AI 整理的结果无法满足你的要求,那么你可以使用写作功能自行去完善。 + 记录 + 记录方式支持: + 1. 🖥️ 截图记录,通过截图,用户可以快速捕捉和记录碎片化知识,尤其是在遇到无法进行文本复制的情况下。 + 2. 📄 文本记录,可以复制文本或者手动输入一些简短的内容作为一次记录。 + 3. 🖼️ 插图记录,可以在笔记生成时,自动插入到合适的位置。 + 4. 📇 文件记录,识别 PDF、md、html、txt 等文件内容,进行文字记录。 + 5. 🔗 链接记录(待实现),使用爬虫进行页面内容识别与记录。 + 6. 📷 拍照记录(待实现)功能类似于插图记录,调用相机记录,适合未来移动端。 + 辅助记录: + - 🏷️ 自定义标签,更好地归类和区分不同的记录场景。 + - 🤖 AI 对话,默认关联当前标签下的记录,你也可以手动去关联写作内的任何文章。 + - 📋 剪贴板识别,在你进行图片或文本复制后,会自动识别剪贴板中的图片或文本。 + - 💾 整理,当你已经完成了一系列的记录之后,可以尝试让 AI 帮你整理为一篇文章。 + 写作 + - 🗂 文件管理器,支持本地和 Github 仓库的文件和文件夹的管理,支持无限层级目录。 + - 📝 支持所见即所得、即时渲染、分屏预览三种模式。 + - 📅 版本控制,如果你开启了同步功能,可以在历史记录中回溯历史上传过的记录。 + - 🤖 AI 辅助,支持问答、续写、优化、精简、翻译等功能,且可以随时将记录插入到文章任何位置。 + - 🏞️ 图床,直接复制图片粘贴在 Markdown 编辑器中,将自动将此图片上传至图床,并转换为 Markdown 图片链接。 + - 🛠️ HTML、Markdown 转换,复制浏览器的内容,将自动转换为 Markdown 格式。 + 辅助 + - 📦 大模型支持,内置多种大模型配置,支持自定义,随意切换。 + - 👁️ OCR,可以辅助识别图片内的文字。 + - 🏗️ 整理模板,可自定义模板,方便 AI 对不同类型的内容进行定制化整理。 + - 🔎 全局搜索,可以快速搜索并跳转至指定的内容。 + - 🌃 图床管理,可以方便的管理图床仓库的内容。 + - 💎 主题与外观,支持深色主题,支持 Markdown、代码等外观设置。 +Tags: +- 书摘 +- 书签 +- 人工智能 +- 剪藏 +- 大语言模型 +- 收藏 +- 收藏夹 +- 知识 +- 知识库 +- 笔记 +ReleaseNotes: |- + - feat: Markdown 编辑器支持搜索和替换 (#963) + - feat(#968): 本地路径的 md 链接会直接打开文件而不是跳转到浏览器 + - feat: Markdown 编辑器支持本地相对路径图片 (#972) + - pref: 上传图床增加文字提示 + - fix: 修复记录与配置同步问题 (#975) + - fix: 修复 S3、WebDAV 无法文件夹同步的问题 + - fix: 修复子文件夹下的图片未能使用相对路径的问题 + - fix: 修复 bubble-menu 无法使用问题 + - fix(#966): 修复大纲未同步更新和点击跳转问题 + - fix: 修复编辑器高频输入时光标跳动问题 (#971) + - fix(#967): 修复 table 中会默认值   (#970) +ReleaseNotesUrl: https://github.com/codexu/note-gen/releases/tag/note-gen-v0.26.5 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.yaml b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.yaml new file mode 100644 index 0000000000000..254b22f5b5fe3 --- /dev/null +++ b/manifests/c/codexu/NoteGen/0.26.5/codexu.NoteGen.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: codexu.NoteGen +PackageVersion: 0.26.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.installer.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.installer.yaml new file mode 100644 index 0000000000000..97a58075b5602 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.installer.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +InstallerType: nullsoft +AppsAndFeaturesEntries: +- Publisher: Do.swLab + ProductCode: 95c2261c-e088-5746-82be-9168a9a90499 +Installers: +- Architecture: x64 + InstallerUrl: https://storage.googleapis.com/prod-portal-update-center-repo/4.2.5/DaouMessenger%204.0%20Setup%204.2.5.exe + InstallerSha256: 4CA6AF1A49A06D252660E5C5800F5F77534D95E04B680624EC3B64292AB4EF42 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml new file mode 100644 index 0000000000000..77beadb58bb5a --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +PackageLocale: en-US +Publisher: Daou Tech Inc. +PublisherUrl: https://www.daou.co.kr/ +PublisherSupportUrl: https://care.daouoffice.co.kr/ +PrivacyUrl: https://daouoffice.com/privacy.jsp +PackageName: Daou Messenger +PackageUrl: https://daouoffice.com/ +License: Proprietary +Copyright: (c) DAOU Tech INC. All rights reserved. +ShortDescription: Desktop Messenger for Daou Office +Moniker: daou-messenger +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.yaml b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.yaml new file mode 100644 index 0000000000000..83d327070a8a3 --- /dev/null +++ b/manifests/d/DaouTech/DaouMessenger/4.2.5/DaouTech.DaouMessenger.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DaouTech.DaouMessenger +PackageVersion: 4.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml new file mode 100644 index 0000000000000..e78f869e5fc02 --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.installer.yaml @@ -0,0 +1,37 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: DonutWare.Fladder +PackageVersion: 0.10.2 +InstallerLocale: en-US +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}_is1' +ReleaseDate: 2026-03-08 +AppsAndFeaturesEntries: +- ProductCode: '{D573EDD5-117A-47AD-88AC-62C8EBD11DC7}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/DonutWare/Fladder/releases/download/v0.10.2/Fladder-Windows-0.10.2-Setup.exe + InstallerSha256: 9CA54461ACF162BC8B9BEF0C9DBB18EA7B186BFFC57A9D052884FC026F21D8EC + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/DonutWare/Fladder/releases/download/v0.10.2/Fladder-Windows-0.10.2-Setup.exe + InstallerSha256: 9CA54461ACF162BC8B9BEF0C9DBB18EA7B186BFFC57A9D052884FC026F21D8EC + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\Fladder' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml new file mode 100644 index 0000000000000..18b59345fc752 --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: DonutWare.Fladder +PackageVersion: 0.10.2 +PackageLocale: en-US +Publisher: DonutWare +PublisherUrl: https://github.com/DonutWare +PublisherSupportUrl: https://github.com/DonutWare/Fladder/issues +PackageName: Fladder +PackageUrl: https://github.com/DonutWare/Fladder +License: GPL-3.0 +LicenseUrl: https://github.com/DonutWare/Fladder/blob/HEAD/LICENSE +ShortDescription: Fladder - A Simple Jellyfin frontend built on top of Flutter. +Moniker: fladder +Tags: +- flutter +- jellyfin +- jellyfin-client +- video-streaming +ReleaseNotes: |- + What's Changed + Create and share a authentication login QR-Code/link, allowing users to login easier. + Go to Control Panel -> Users -> Right-click or long press on a user to create a auth link. + Implemented library sorting and visibility toggling for the home-screen. + Exciting New Features 🏕 + - feat(MDK): Better HDR support and enabled subtitle customization by @PartyDonut in #807 + - feat: QR/URL login sharing by @PartyDonut in #814 + - feat: Implement Seerr url and header by @PartyDonut in #817 + - feat: Implement library ordering/visibility settings by @PartyDonut in #820 + Bugfixes 🐞 + - fix: libass on android by @frdmmm in #777 + - fix: Multi window error logging by @PartyDonut in #806 + - fix: Native play crashing when a new TV show starts by @PartyDonut in #808 + - fix(sync_provider): handle file access errors during deletion by @Julien9969 in #809 + - fix: Playback speed shortcuts and reset speed on new video by @Julien9969 in #798 + - fix: Use episode rating for details screen by @PartyDonut in #819 + - fix(Android): Application getting stuck on the splashscreen when launching + Other Changes + - chore: Update Categories in desktop entries by @schembriaiden in #780 + - chore: Improve Fladder init steps by @PartyDonut in #805 + - chore: Updated translations from Hosted Weblate by @weblate in #779 + - chore: Updated translations from Hosted Weblate by @weblate in #810 + New Contributors + - @frdmmm made their first contribution in #777 + Full Changelog: v0.10.1...v0.10.2 +ReleaseNotesUrl: https://github.com/DonutWare/Fladder/releases/tag/v0.10.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.yaml b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.yaml new file mode 100644 index 0000000000000..1d7b7f6ff4bb1 --- /dev/null +++ b/manifests/d/DonutWare/Fladder/0.10.2/DonutWare.Fladder.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: DonutWare.Fladder +PackageVersion: 0.10.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.installer.yaml new file mode 100644 index 0000000000000..365545de5e3c5 --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.2.0 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v1.2.0/argy-windows-x64.zip + InstallerSha256: 8477c41e7e7ed7eca85a9aaa26c7a338fa46a7f8ae0bffd601e9702c296cd42d + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 0000000000000..0dd0defe0b3be --- /dev/null +++ b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.2.0 +PackageLocale: en-US +Publisher: demkada +PackageName: Argy Code +License: MIT +ShortDescription: The AI coding agent built for the terminal +PackageUrl: https://github.com/demkada/argy-code +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.yaml similarity index 59% rename from manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml rename to manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.yaml index aa6a7d3c568f9..fc7e406650205 100644 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.yaml +++ b/manifests/d/demkada/ArgyCode/1.2.0/demkada.ArgyCode.yaml @@ -1,8 +1,6 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Testdisk -PackageVersion: 7.3+ -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 1.2.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0 diff --git a/manifests/e/Element/Element/1.12.12/Element.Element.installer.yaml b/manifests/e/Element/Element/1.12.12/Element.Element.installer.yaml new file mode 100644 index 0000000000000..871ff23dd8e91 --- /dev/null +++ b/manifests/e/Element/Element/1.12.12/Element.Element.installer.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.12 +InstallerType: exe +Scope: user +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- element +ProductCode: element-desktop +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://packages.element.io/desktop/install/win32/x64/Element%20Setup%201.12.12.exe + InstallerSha256: B51AB6516D4B14A2C2209E04E37EA7CAFF0DB35BE661C2A21C7BA67F528C0804 +- Architecture: arm64 + InstallerUrl: https://packages.element.io/desktop/install/win32/arm64/Element%20Setup%201.12.12.exe + InstallerSha256: 808962DEF9F8439DDF3DF6DB9FFAE77D89AFB28DFDD5FF6AAB026717560B9FB4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.12/Element.Element.locale.en-US.yaml b/manifests/e/Element/Element/1.12.12/Element.Element.locale.en-US.yaml new file mode 100644 index 0000000000000..f33fcb05217de --- /dev/null +++ b/manifests/e/Element/Element/1.12.12/Element.Element.locale.en-US.yaml @@ -0,0 +1,65 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.12 +PackageLocale: en-US +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only or GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2026 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: Secure collaboration and messaging +Description: Element is a Matrix-based end-to-end encrypted messenger and secure collaboration app. It’s decentralized for digital sovereign self-hosting, or through a hosting service such as Element Matrix Services. Element operates on the open Matrix network to provide interoperability and easy connections. +Moniker: element +Tags: +- chat +- collaborate +- collaboration +- encrypt +- encryption +- im +- instant-messaging +- matrix +- message +- privacy +- riot +- secure +- security +- send +- talk +ReleaseNotes: |- + ✨ Features + - Add stable support for MSC4380 invite blocking (#31966). Contributed by @richvdh. + - Hide the names of banned users behind a spoiler tag (#32424). Contributed by @andybalaam. + - Room list: remove bold effect on selected room (#32593). Contributed by @florianduros. + - Use Compound buttons in auth screens (#32562). Contributed by @t3chguy. + - Track room list sorting algorithm changes (#32556). Contributed by @MidhunSureshR. + - Update sso_redirect_options to work for Native OIDC (#32537). Contributed by @t3chguy. + 🐛 Bug Fixes + - Room list: avoid excessive re-renders on room list store update or filter change (#32663). Contributed by @florianduros. + - Room list: listen to call event to check number of participants (#32677). Contributed by @florianduros. + - Fix invite-specific join errors not being shown (#32621). Contributed by @Half-Shot. + - Prevent logging lots of "Browser unsupported" lines (#32647). Contributed by @Half-Shot. + - Update critical gradient for room status bar (#32575). Contributed by @Half-Shot. + - Room list: avoid header overflowing when too long (#32645). Contributed by @florianduros. + - Room list: center focus outline of room list item (#32637). Contributed by @florianduros. + - Fix misaligned cross in complete security dialog (#32614). Contributed by @dbkr. + - Room list: fix keyboard navigation (#32585). Contributed by @florianduros. + - Don't show empty privacy section (#32582). Contributed by @dbkr. + - Disable room list image dragging (#32590). Contributed by @florianduros. + - Update UserMenu theme toggle to use IconButton (#32591). Contributed by @t3chguy. + - Room list: make room list item scales with large font size (#32523). Contributed by @florianduros. +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.12.12 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://element.io/user-guide +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.12/Element.Element.locale.zh-CN.yaml b/manifests/e/Element/Element/1.12.12/Element.Element.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a0ed74d39bb9e --- /dev/null +++ b/manifests/e/Element/Element/1.12.12/Element.Element.locale.zh-CN.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.12 +PackageLocale: zh-CN +Publisher: Element +PublisherUrl: https://element.io/ +PublisherSupportUrl: https://element.io/help +PrivacyUrl: https://element.io/privacy +Author: New Vector Ltd +PackageName: Element +PackageUrl: https://element.io/download +License: AGPL-3.0-only 或 GPL-3.0-only +LicenseUrl: https://github.com/element-hq/element-desktop/blob/HEAD/LICENSE-GPL-3.0 +Copyright: Copyright © 2026 Element +CopyrightUrl: https://element.io/copyright +ShortDescription: 安全协作和通讯 +Description: Element 是一款基于 Matrix 的端到端加密通讯和安全协作应用。它是去中心化的,可由数字主权机构自行托管,或通过 Element Matrix Services 等托管服务托管。Element 在开放的 Matrix 网络上运行,提供互操作性和便捷的连接。 +Tags: +- matrix +- riot +- 信息 +- 加密 +- 协作 +- 协同 +- 发送 +- 安全 +- 消息 +- 聊天 +- 隐私 +ReleaseNotesUrl: https://github.com/element-hq/element-desktop/releases/tag/v1.12.12 +PurchaseUrl: https://element.io/pricing +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://element.io/user-guide +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/e/Element/Element/1.12.12/Element.Element.yaml b/manifests/e/Element/Element/1.12.12/Element.Element.yaml new file mode 100644 index 0000000000000..ac2ec509a8452 --- /dev/null +++ b/manifests/e/Element/Element/1.12.12/Element.Element.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Element.Element +PackageVersion: 1.12.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml new file mode 100644 index 0000000000000..21ccfdf5a2499 --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Firstversionist.Polypane +PackageVersion: 28.0.2 +InstallerLocale: en-US +InstallerType: nullsoft +UpgradeBehavior: install +ProductCode: 012fe6c4-73f4-51a6-b048-4c0dc64649f7 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Polypane 28.0.2 + ProductCode: 012fe6c4-73f4-51a6-b048-4c0dc64649f7 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/firstversionist/polypane/releases/download/v28.0.2/Polypane-Setup-28.0.2.exe + InstallerSha256: 1069EC99938C940843B6BB7B117CFB89B6658FBA5B6A126E58E2FB4D35494B17 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml new file mode 100644 index 0000000000000..44a6bca78aef4 --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Firstversionist.Polypane +PackageVersion: 28.0.2 +PackageLocale: en-US +Publisher: Firstversionist +PublisherUrl: https://firstversionist.com/ +PublisherSupportUrl: https://polypane.app/support +PrivacyUrl: https://polypane.app/privacy +PackageName: Polypane +PackageUrl: https://polypane.app/ +License: Proprietary +LicenseUrl: https://polypane.app/legal +Copyright: Copyright © 2022 Firstversionist +ShortDescription: The browser for ambitious developers. +Moniker: polyplane +ReleaseNotes: |- + Polypane 28.0.2 + This is a bugfix release. Full 28 Release Notes + Improvements + - Improved Added cmd/ctrl+shift+d shortcut to reload all debug tools (Thanks Florian!) + - Improved Snippet manager UI improvements + - Improved Outline panel: now ignores hidden headings for duplicate content checks + - Improved Outline panel: Improved logic for aside elements in sectioning content (Thanks Eric!) + - Improved More resilient build and update internals + - Improved Elements panel: Improve performance for large DOM trees + - Improved Context menu performance in browse panel + - Improved Peek now shows the currentSrc for videos + - Improved Meta panel: Warn when the og:url is not the same as the canonical or page url + - Improved Breakpoints no longer list negative value widths + - Improved Breakpoint panes adhere to the minimum pane width + - Improved Reduced installer download size by an average of 25% + - Improved Updated list of Google Fonts + - Improved Updated Chromium to 146.0.7680.31 + Fixes + - Fix Prevent Polypane shortcuts overwriting global ones on app launch (Thanks Benoit!) + - Fix Elements panel: issue where autocomplete cleared the typed value when adding attributes or css values + - Fix Color picker not setting correct background color when inspecting from Elements panel + - Fix Snippets: Last save location is now correctly remembered when saving snippets + - Fix Install extensions from suggestion box when you have multiple sessions + - Fix Reinstate sync engine after main window reopen on macOS +ReleaseNotesUrl: https://github.com/firstversionist/polypane/releases/tag/v28.0.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.yaml b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.yaml new file mode 100644 index 0000000000000..41e5a99f40a9b --- /dev/null +++ b/manifests/f/Firstversionist/Polypane/28.0.2/Firstversionist.Polypane.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Firstversionist.Polypane +PackageVersion: 28.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..2e1a6106040cb --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.installer.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2603101120/WorkFlowy-Installer-4.3.2603101120.exe + InstallerSha256: 1A7DF18E267F069B9C6A1CBB280D867B38DB64415AAF34E7B853480B299A65E7 +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2603101120/WorkFlowy-Installer-4.3.2603101120.exe + InstallerSha256: 1A7DF18E267F069B9C6A1CBB280D867B38DB64415AAF34E7B853480B299A65E7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..26eb3efe4bd74 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +PackageLocale: en-US +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: Proprietary +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: Collect your ideas, develop them, share them, and turn them into reality. +Tags: +- agenda +- calendar +- checklist +- gtd +- list +- memo +- memorandum +- notes +- schedule +- task +- to-do +- todo +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2603101120 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: Guides + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: Knowledge Base + DocumentUrl: https://workflowy.com/learn/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..01894a296881d --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.locale.zh-CN.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +PackageLocale: zh-CN +Publisher: WorkFlowy +PublisherUrl: https://workflowy.com/ +PublisherSupportUrl: https://workflowy.zendesk.com/ +PrivacyUrl: https://workflowy.com/privacy-policy/ +Author: FunRoutine Inc. +PackageName: WorkFlowy +PackageUrl: https://workflowy.com/ +License: 专有软件 +Copyright: Copyright © 2026 WorkFlowy +ShortDescription: 收集你的想法,开发、分享它们,并将其变为现实。 +Tags: +- 任务 +- 列表 +- 备忘 +- 备忘录 +- 待办 +- 待办事项 +- 提醒事项 +- 日历 +- 日程 +- 日程管理 +- 时间管理 +- 清单 +- 笔记 +- 议程 +ReleaseNotesUrl: https://github.com/workflowy/desktop/releases/tag/v4.3.2603101120 +PurchaseUrl: https://workflowy.com/pricing/ +Documentations: +- DocumentLabel: 指南 + DocumentUrl: https://workflowy.com/guides/ +- DocumentLabel: 知识库 + DocumentUrl: https://workflowy.com/learn/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..ade24806a5d09 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2603101120/FunRoutine.WorkFlowy.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: FunRoutine.WorkFlowy +PackageVersion: 4.3.2603101120 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.installer.yaml b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.installer.yaml new file mode 100644 index 0000000000000..f80c03a5bfafc --- /dev/null +++ b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: freenginx.nginx +PackageVersion: 1.29.6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: freenginx-1.29.6\nginx.exe +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x86 + InstallerUrl: https://freenginx.org/download/freenginx-1.29.6.zip + InstallerSha256: 30DF1FE183BB02E9B9A27B24C0CC24A69109D05DDE96032ECA13C3ED7201E7B2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.locale.en-US.yaml b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.locale.en-US.yaml new file mode 100644 index 0000000000000..ce139e65b021f --- /dev/null +++ b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.locale.en-US.yaml @@ -0,0 +1,15 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: freenginx.nginx +PackageVersion: 1.29.6 +PackageLocale: en-US +Publisher: freenginx +PublisherUrl: https://freenginx.org/ +PackageName: nginx +PackageUrl: https://freenginx.org/ +License: BSD-2 +LicenseUrl: https://freenginx.org/LICENSE +ShortDescription: freenginx is an effort to preserve free and open development of nginx [engine x], an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.yaml b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.yaml new file mode 100644 index 0000000000000..ad7a6d9f7d2b6 --- /dev/null +++ b/manifests/f/freenginx/nginx/1.29.6/freenginx.nginx.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: freenginx.nginx +PackageVersion: 1.29.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.installer.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.installer.yaml new file mode 100644 index 0000000000000..f68e742fea206 --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.4-0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: copilot.exe +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.PowerShell + MinimumVersion: 7.0.0 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.4-0/copilot-win32-x64.zip + InstallerSha256: 254CA577DD06D7A62F22EFB22149241EED4B527C83BE1401F1F90D2330894612 +- Architecture: arm64 + InstallerUrl: https://github.com/github/copilot-cli/releases/download/v1.0.4-0/copilot-win32-arm64.zip + InstallerSha256: 37DBD2315F53F25DD384438B5AE6E0BE79880450C3EB6E574367C1A500BC8D62 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.locale.en-US.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.locale.en-US.yaml new file mode 100644 index 0000000000000..1478ca147356e --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.4-0 +PackageLocale: en-US +Publisher: GitHub, Inc. +PublisherUrl: https://github.com/home/ +PublisherSupportUrl: https://support.github.com/ +PrivacyUrl: https://docs.github.com/site-policy/privacy-policies/github-privacy-statement +PackageName: Copilot CLI (Preview) +PackageUrl: https://github.com/github/copilot-cli +License: Proprietary +LicenseUrl: https://docs.github.com/en/site-policy/github-terms/github-pre-release-license-terms +Copyright: Copyright (c) GitHub 2025. All rights reserved. +CopyrightUrl: https://github.com/github/copilot-cli?tab=License-1-ov-file +ShortDescription: GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. +Description: GitHub Copilot CLI brings AI-powered coding assistance directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. +Moniker: copilot-prerelease +Tags: +- cli +- copilot +- github +ReleaseNotesUrl: https://github.com/github/copilot-cli/releases/tag/v1.0.4-0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/github/copilot-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.yaml b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.yaml new file mode 100644 index 0000000000000..eb1bb5e77d97d --- /dev/null +++ b/manifests/g/GitHub/Copilot/Prerelease/v1.0.4-0/GitHub.Copilot.Prerelease.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: GitHub.Copilot.Prerelease +PackageVersion: v1.0.4-0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.installer.yaml b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.installer.yaml similarity index 91% rename from manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.installer.yaml rename to manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.installer.yaml index 48bf581209a16..06317710643f8 100644 --- a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.installer.yaml +++ b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.installer.yaml @@ -2,8 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 559.0.0 -InstallerLocale: en-US +PackageVersion: 560.0.0 InstallerType: nullsoft Scope: machine InstallModes: diff --git a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.locale.en-US.yaml b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.locale.en-US.yaml similarity index 95% rename from manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.locale.en-US.yaml rename to manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.locale.en-US.yaml index a8a9ce3a86791..30175f3e87ff9 100644 --- a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.locale.en-US.yaml +++ b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 559.0.0 +PackageVersion: 560.0.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://cloud.google.com/ diff --git a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.yaml b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.yaml similarity index 88% rename from manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.yaml rename to manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.yaml index 293b7e5b90109..a1ec56613e9c2 100644 --- a/manifests/g/Google/CloudSDK/559.0.0/Google.CloudSDK.yaml +++ b/manifests/g/Google/CloudSDK/560.0.0/Google.CloudSDK.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 559.0.0 +PackageVersion: 560.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml new file mode 100644 index 0000000000000..5ee4d57960f61 --- /dev/null +++ b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.57.0 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- granola +ProductCode: cdc80bd8-3b8c-5d86-a628-c46cf9da018d +ReleaseDate: 2026-03-05 +Installers: +- Architecture: x64 + InstallerUrl: https://api.granola.ai/v1/check-for-update/Granola-7.57.0-win-x64.exe + InstallerSha256: 4C34053194EE5B781A03B2E5A5FD033BA97C0223A81ECD38A776CD1F80839546 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml new file mode 100644 index 0000000000000..35197d2baa551 --- /dev/null +++ b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.57.0 +PackageLocale: en-US +Publisher: Granola +PublisherUrl: https://www.granola.ai/ +PublisherSupportUrl: https://help.granola.ai/ +PrivacyUrl: https://help.granola.ai/article/privacy-policy +Author: Granola, Inc. +PackageName: Granola +PackageUrl: https://www.granola.ai/ +License: Proprietary +LicenseUrl: https://www.granola.ai/policies +Copyright: © Granola inc 2026 +CopyrightUrl: https://www.granola.ai/policies +ShortDescription: The AI notepad for people in back-to-back meetings +Description: Granola takes your raw meeting notes and makes them awesome. No awkward meeting bots - just beautiful notes for you and your team, every single time. +Tags: +- audio +- caption +- subtitle +- transcribe +- transcription +- video +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml new file mode 100644 index 0000000000000..172c8d1bb202b --- /dev/null +++ b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.57.0 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 一款专为连轴会议人士打造的 AI 记事本 +Description: Granola 可将您的原始会议记录变得精彩纷呈。无需尴尬的会议机器人——每次都能为您和您的团队带来美观整洁的会议记录。 +Tags: +- 字幕 +- 视频 +- 转写 +- 音频 +PurchaseUrl: https://www.granola.ai/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml new file mode 100644 index 0000000000000..483e1fa59f2ec --- /dev/null +++ b/manifests/g/Granola/Granola/7.57.0/Granola.Granola.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Granola.Granola +PackageVersion: 7.57.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.installer.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.installer.yaml new file mode 100644 index 0000000000000..384e016251f29 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.16.0.7229 +InstallerType: inno +UpgradeBehavior: install +FileExtensions: +- sql +ProductCode: HeidiSQL_is1 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- ProductCode: HeidiSQL_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\HeidiSQL' +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/HeidiSQL/HeidiSQL/releases/download/v12.16/HeidiSQL_12.16.0.7229_Setup.exe + InstallerSha256: D6632C9FB7041AA6CF9B7F72E36B8CF7C5C5B5AAC14265C7D55A39EA32613A91 + InstallerSwitches: + Custom: /CURRENTUSER +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/HeidiSQL/HeidiSQL/releases/download/v12.16/HeidiSQL_12.16.0.7229_Setup.exe + InstallerSha256: D6632C9FB7041AA6CF9B7F72E36B8CF7C5C5B5AAC14265C7D55A39EA32613A91 + InstallerSwitches: + Custom: /ALLUSERS +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.en-US.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.en-US.yaml new file mode 100644 index 0000000000000..bccef07c00c89 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.en-US.yaml @@ -0,0 +1,118 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.16.0.7229 +PackageLocale: en-US +Publisher: Ansgar Becker +PublisherUrl: https://www.anse.de/ +PublisherSupportUrl: https://www.heidisql.com/help.php +PrivacyUrl: https://www.heidisql.com/privacy.php +Author: Ansgar Becker +PackageName: HeidiSQL +PackageUrl: https://www.heidisql.com/ +License: GPL-2.0 +LicenseUrl: https://github.com/HeidiSQL/HeidiSQL/blob/HEAD/LICENSE +Copyright: Copyright (c) 2000-2026 Ansgar Becker +ShortDescription: A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL and SQLite, written in Delphi +Description: HeidiSQL is free software for people who work with databases, and aims to be intuitive to use. "Heidi" lets you connect to a variety of databases, like MariaDB, MySQL, Microsoft SQL, PostgreSQL, SQLite, Interbase and Firebird. Once you are connected, you can edit data and structures in these databases. Invented in 2002 by Ansgar, HeidiSQL is still a popular tool for MariaDB and MySQL, and actively maintained. +Moniker: heidisql +Tags: +- database +- db2 +- develop +- development +- ide +- mssql +- mysql +- postgres +- postgresql +- programming +- sql +- sqlite +ReleaseNotes: |- + 12.16 - 2026-03-10 + ⛰️ Features + - (packaging) Add libqt6pas dependency - (a3e6d0b) + - (packaging) Ship qt6 build in deb package, enhance control file fields - (992b673) + - (ui) Turn all TEdit's with NumbersOnly into TSpinEditEx - (96bb466) + - Select just created table copy - (18e9431) + - Add toolbar button for toggling reverse foreign key listing, so the user has the chance to disable its potentially long during query - (938f303) + - Reverse foreign keys on "Foreign keys" tab in table editor - (ca48343) + - Add menu item Edit > Copy column names - (ce93931) + - Prevent loading an SQL file multiple times into an editor - (153e61d) + - Add sshpass.exe v1.0.6 for Windows, and refactor Windows installer script - (d79d462) + - Inject app name and version into potentially long during SQL queries for the SQL export - (93e1b39) + - Run user startup script in DoAfterConnect call, which includes reconnects - (1b27b1d) + - Add "Display" main menu, move some spread items there, and add two items for toggling log panel and tree filters - (c0fbcff) + - Support BOOLEAN column type in MySQL - (e796ad1) + - Re-enable clickable "Analyze query" label on host > processes - (678c7b8) + - Create SQL export option for wrapping DML commands in a BEGIN/COMMIT transaction - (5560454) + - Display approximate row count of tables in database tab on MS SQL - (146044f) + - Support full table status option in SQLite, showing "Rows" from COUNT(*) for each table - (422935a) + - Add security policy for supported versions and reporting - (7ce4a23) + - Prefer KILL QUERY over KILL on MySQL and MariaDB, when using the "Kill process" menu item in Host > processlist - (b3743d8) + - New attempt to leave the main window invisible behind the session manager - (be5322c) + - Show virtual, stored and hidden columns in SQLite - (0a87a73) + 🚀 Enhancements + - Move color scheme submenu from Tools to Display menu - (f7f90e8) + - Export tables which are hidden through the table filter - (42e5277) + 🐛 Bug Fixes + - Crash on macOS, due to running Connection.ShowWarnings directly in the TQueryThread - (d62807a) + - Less aggressive debug compile mode, made the app unresponsive when trying to close - (8d48099) + - Two more exception causes found in uploaded reports - (e33ea1d) + - Sporadic "no database selected" when updating grid header with row details - (c9eb765) + - Wrong use of Copy(), which is one-based not zero-based, and remove translated appendix to snipped log message which may use critical chars and confuse SynEdit - (e3fc3f5) + - Various crash causes, reported in uploaded bug reports - (6215d19) + - Missing required package LazControls for TSpinEditEx - (519a84a) + - Remove default keystrokes from query editor: 2x ecRedo and 1x ecDeleteLine - (2bc9d78) + - Wrong SQL on MS SQL when renaming table per table editor - (a763fd1) + - Use default brew path to sshpass on macOS - (b7c3d07) + - Status bar text gets written into the panel right besides the current one, on Linux/macOS - (dfb86d5) + - Several crash causes Host subtabs when connection is lost externally - (1029657) + - Non stored global setting for "sort alphabetically" checkbox in column selection - (0ccb1ac) + - High CPU load and unresponsiveness through SynEdit highlighter when starting to edit large text in popup editor - (676fcd7) + - Crash when enabling TShellListView.MultiSelect in OnFormShow, now sets options per setter method, before FormShow - (2acce35) + - Crash on right-click in empty area of query result grid - (6309305) + - Data grid context menu not opening after click in empty area - (10fc117) + - Repaint columns list after move up/down a column - (6a0cbe3) + - Out-of-memory error in call to sqlite3_open() on a non-existent SQLite database file - (e93924f) + - Font bold + italic setting not stored in settings - (cc5b811) + - Potentially crashing typecast in LoadRecentFilter - (da07591) + - Non-themed white area on TTabControl, fix from https://github.com/zamtmn/metadarkstyle/issues/75 - (7554364) + - Forgotten files in c01a439ce5f3bd4b4ec748937175e6045e8d935e - (8098296) + - Initial FK names assigned in TfrmTableEditor.listForeignKeysNewText() were lacking the referencing table's table name in case the referencing table was not created yet (pr from Jochen Neubeck) - (d8cd61c) + - Wrong schema queries in SQLite, always shows columns and indexes of first database file - (7072986) + - BIT values in MS SQL grid queries prefixed with MySQL b'' style - (7456c38) + - Random crash in dodgy typecast TEdit/TEditButton - (37add0f) + - Crash when moving added column to very bottom - (b739799) + - Load any foreign keys, anyway if the user owns them, on PostgreSQL - (dbab4cb) + - Wrong captions on quick filter actions shown in preferences > shortcuts - (3e0bf91) + - Crash in OpenTextFile, for a 0-bytes file - override the encoding to one without BOM - (27e26a6) + - Keep column default value in table editor, when user changes its datatype to one in the same category as before (int ⇒ bigint) - (3c518ad) + - Trim away spaces around name of routine parameter silently - (b681ebf) + - Re-enable dropping sql files on main form - (314db47) + - Missing translations, and rephrase the "themes not supported" text - (7dfad02) + - TDBQuery.TableName always returned an empty string on MS SQL - (520a90c) + - TDBQuery.Col() crashes with "Column not available" on certain locales - (a01acd1) + - Reset DesignTimePPI in all forms from 120 to the default 96, let the IDE scale controls down and move or add some defaults like LCLVersion. - (e635ae5) + - Allow $$ as delimiter again on non-PostgreSQL connections, and ` on non-MySQL connections - (71bb25b) + 🚜 Refactor + - Migration from Array[TSQLSpecifityId] to TSqlProvider - (31ba8bf) + 📚 Documentation + - (ui) Mark VCL styles as deprecated - (1ce80ea) + 🎨 Styling + - (ui) Remove border around reverse foreign key list - (6ed145e) + ⚙️ Miscellaneous Tasks + - Bump version for v12.16 release - (d141124) + - Move OpenSSL license file out of the dll folder - (5772d09) + - Add Wine deprecation note used in the Windows builds - (5e34fa9) + Localize + - Update compiled translation files from Transifex - (a5f1a19) + Ui + - Hint the user in which path we are going to look for sshpass (macOS and Windows) - (86a96bd) + Contributors + - @ansgarbecker +ReleaseNotesUrl: https://github.com/HeidiSQL/HeidiSQL/releases/tag/v12.16 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.zh-CN.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1ce42dfbff6f1 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.16.0.7229 +PackageLocale: zh-CN +ShortDescription: Delphi 编写的轻量级 MariaDB、MySQL、SQL Server、PostgreSQL、SQLite 管理客户端 +Description: HeidiSQL 是专为使用数据库的用户设计的免费软件,力求直观易用。“Heidi”允许您连接到各种数据库,如 MariaDB、MySQL、Microsoft SQL、PostgreSQL、SQLite、Interbase、Firebird。连接后,您就可以编辑这些数据库中的数据和结构。HeidiSQL 由 Ansgar 于 2002 年发明,现在仍是 MariaDB 和 MySQL 的常用工具,并得到积极维护。 +Tags: +- db2 +- mssql +- mysql +- postgres +- postgresql +- sql +- sqlite +- 代码 +- 开发 +- 数据库 +- 编程 +- 集成开发环境 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.yaml b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.yaml new file mode 100644 index 0000000000000..564f8469d6550 --- /dev/null +++ b/manifests/h/HeidiSQL/HeidiSQL/12.16.0.7229/HeidiSQL.HeidiSQL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: HeidiSQL.HeidiSQL +PackageVersion: 12.16.0.7229 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.installer.yaml b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.installer.yaml new file mode 100644 index 0000000000000..6dcee6909c6c1 --- /dev/null +++ b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: JetBrains.QodanaCLI +PackageVersion: 2025.3.3 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: qodana.exe +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JetBrains/qodana-cli/releases/download/v2025.3.3/qodana_windows_x86_64.zip + InstallerSha256: C05CEBE5A13C654CCECD86DD83A083291ADC7902984555EAE5A7FF231BCD50BD +- Architecture: arm64 + InstallerUrl: https://github.com/JetBrains/qodana-cli/releases/download/v2025.3.3/qodana_windows_arm64.zip + InstallerSha256: F038DF713DE4E34676A32A19ED4BA182570CE4692A5757D66745955481558554 +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.locale.en-US.yaml b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..3e93acaea1086 --- /dev/null +++ b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: JetBrains.QodanaCLI +PackageVersion: 2025.3.3 +PackageLocale: en-US +Publisher: JetBrains s.r.o. +PublisherUrl: https://www.jetbrains.com/ +PublisherSupportUrl: https://www.jetbrains.com/help/qodana/getting-started.html +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy +Author: JetBrains s.r.o. +PackageName: Qodana CLI +PackageUrl: https://www.jetbrains.com/qodana +License: Apache-2.0 +LicenseUrl: https://github.com/JetBrains/qodana-cli/blob/HEAD/LICENSE +Copyright: Copyright © JetBrains s.r.o. +ShortDescription: Qodana is a simple cross-platform command-line tool to run Qodana linters anywhere with minimum effort required. +Moniker: qodana +Tags: +- code-quality +- code-scanning +- jetbrains +- qodana +ReleaseNotes: "Changelog\n- :bug: QD-13907 Switch GitHub authorization to use GitHub App instead of PAT for releasing (#870)\nInstall\n💡 The Qodana CLI is distributed and run as a binary. The Qodana linters with inspections are Docker Images or, starting from version 2023.2, your local/downloaded by CLI IDE installations (experimental support).\n- To run Qodana with a container (the default mode in CLI), you must have Docker or Podman installed and running locally to support this: https://www.docker.com/get-started, and, if you are using Linux, you should be able to run Docker from the current (non-root) user (https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user)\n- To run Qodana without a container, you must have the IDE installed locally to provide the IDE installation path to the CLI or specify the product code, and CLI will try to download the IDE automatically (experimental support).\n\nmacOS and Linux\nInstall with Homebrew (recommended)\nbrew install jetbrains/utils/qodana\n\nInstall with our installer\ncurl -fsSL https://jb.gg/qodana-cli/install | bash\n\nAlso, you can install nightly or any other version (e.g. v2023.2.9) the following way:\ncurl -fsSL https://jb.gg/qodana-cli/install | bash -s -- nightly\n\nWindows\nInstall with Windows Package Manager (recommended)\nwinget install -e --id JetBrains.QodanaCLI\n\nInstall with Chocolatey\nchoco install qodana\n\nInstall with Scoop\nscoop bucket add jetbrains \nscoop install qodana\n\nAnywhere else\nAlternatively, you can install the latest binary (or the apt/rpm/deb/archlinux package) from this page.Update\nUpdate to the latest version depends on how you choose to install qodana on your machine.Update with Homebrew\nbrew upgrade qodana\n\nUpdate with Scoop\nscoop update qodana\n\nUpdate with Chocolatey\nchoco upgrade qodana\n\nUpdate on Linux and macOS with the installer script\ncurl -fsSL https://jb.gg/qodana-cli/install | bash\n\nAlternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page." +ReleaseNotesUrl: https://github.com/JetBrains/qodana-cli/releases/tag/v2025.3.3 +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.yaml similarity index 60% rename from manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml rename to manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.yaml index 3011b29892fa2..bdec77802c0b5 100644 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.yaml +++ b/manifests/j/JetBrains/QodanaCLI/2025.3.3/JetBrains.QodanaCLI.yaml @@ -1,8 +1,8 @@ -# Created using wingetcreate 1.9.4.0 +# Created with komac v2.8.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: WsSolInfor.Qemu -PackageVersion: "1.3" +PackageIdentifier: JetBrains.QodanaCLI +PackageVersion: 2025.3.3 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml new file mode 100644 index 0000000000000..da592536195df --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.installer.yaml @@ -0,0 +1,35 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: j178.Prek +PackageVersion: 0.3.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: prek.exe + PortableCommandAlias: prek +InstallModes: +- silent +UpgradeBehavior: install +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-i686-pc-windows-msvc.zip + InstallerSha256: B4EDCE3F363EC4227ABECC30BB7FFC77CC4F18625B2E9049DE0F5AFA3A36BB8C + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x86 +- Architecture: x64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-x86_64-pc-windows-msvc.zip + InstallerSha256: D7F0877D54533376186B31455F3C23F226EAECAA4FF9E8169D5BD1670F594525 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + InstallerUrl: https://github.com/j178/prek/releases/download/v0.3.5/prek-aarch64-pc-windows-msvc.zip + InstallerSha256: D50973DFA1E4416F13F463AA29470BA830977707782BB5ADB3DA10FEC0E66A52 + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml new file mode 100644 index 0000000000000..fdfbef7a5ab8e --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.locale.en-US.yaml @@ -0,0 +1,99 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: j178.Prek +PackageVersion: 0.3.5 +PackageLocale: en-US +Publisher: j178 +PublisherUrl: https://github.com/j178 +PublisherSupportUrl: https://github.com/j178/prek/issues +Author: j178 +PackageName: Prek +PackageUrl: https://github.com/j178/prek +License: MIT +LicenseUrl: https://github.com/j178/prek/blob/HEAD/LICENSE +ShortDescription: ⚡ Better `pre-commit`, re-engineered in Rust +Moniker: prek +Tags: +- git +- git-hooks +- pre-commit +- prek +ReleaseNotes: |- + Release Notes + Released on 2026-03-09. + Enhancements + - Add automatic Ruby download support using rv binaries (#1668) + - Adjust open file limit on process startup (#1705) + - Allow parallel gem retry (#1732) + - Enable system-proxy feature on reqwest (#1738) + - Expose --git-dir to force hook installation target (#1723) + - Pass --quiet, --verbose, and --no-progress through prek install into generated hook scripts (#1753) + - Respect core.sharedRepository for hook permissions (#1755) + - Support legacy mode hook script (#1706) + - rust: support cli: git dependency 4th segment package disambiguation (#1747) + Bug fixes + - Fix Python __main__.py entry (#1741) + - python: strip UV_SYSTEM_PYTHON from uv venv and pip install commands (#1756) + Other changes + - Sync latest identify tags (#1733) + Contributors + - @Dev-iL + - @tennox + - @shaanmajid + - @is-alnilam + - @github-actions + - @j178 + Install prek 0.3.5 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.3.5/prek-installer.ps1 | iex" + Install prebuilt binaries via Homebrew + brew install j178/tap/prek + Install prebuilt binaries into your npm project + npm install @j178/prek@0.3.5 + Download prek 0.3.5 + ───────────────────────────────────────────────┬────────────────────────────┬───────────── + File │Platform │Checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-apple-darwin.tar.gz │Apple Silicon macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-pc-windows-msvc.zip │x86 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-gnu.tar.gz │x86 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-riscv64gc-unknown-linux-gnu.tar.gz │RISCV Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-s390x-unknown-linux-gnu.tar.gz │S390x Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-gnueabihf.tar.gz │ARMv7 Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-i686-unknown-linux-musl.tar.gz │x86 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-arm-unknown-linux-musleabihf.tar.gz │ARMv6 MUSL Linux (Hardfloat)│checksum + ───────────────────────────────────────────────┼────────────────────────────┼───────────── + prek-armv7-unknown-linux-musleabihf.tar.gz │ARMv7 MUSL Linux │checksum + ───────────────────────────────────────────────┴────────────────────────────┴───────────── + Verifying GitHub Artifact Attestations + The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI: + gh attestation verify --repo j178/prek + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle +ReleaseNotesUrl: https://github.com/j178/prek/releases/tag/v0.3.5 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/j178/Prek/0.3.5/j178.Prek.yaml b/manifests/j/j178/Prek/0.3.5/j178.Prek.yaml new file mode 100644 index 0000000000000..e6b4024541379 --- /dev/null +++ b/manifests/j/j178/Prek/0.3.5/j178.Prek.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Releaser using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: j178.Prek +PackageVersion: 0.3.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.installer.yaml b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.installer.yaml new file mode 100644 index 0000000000000..58bc692ace808 --- /dev/null +++ b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: KeePassXCTeam.KeePassXC +PackageVersion: 2.7.12 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALL_ROOT="" +UpgradeBehavior: install +FileExtensions: +- kdb +- kdbx +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{638CBFF8-D709-4E43-8B2B-AB97A8E0F2ED}' +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- UpgradeCode: '{88785A72-3EAE-4F29-89E3-BC6B19BA9A5B}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/keepassxreboot/keepassxc/releases/download/2.7.12/KeePassXC-2.7.12-Win64.msi + InstallerSha256: FEEE096C1D5D0D7BB7B36B18174818F7BAC889BE7668C550FF0E5EF9206EA9A5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.en-US.yaml b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.en-US.yaml new file mode 100644 index 0000000000000..875a79689540f --- /dev/null +++ b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.en-US.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: KeePassXCTeam.KeePassXC +PackageVersion: 2.7.12 +PackageLocale: en-US +Publisher: KeePassXC Team +PublisherUrl: https://keepassxc.org/ +PublisherSupportUrl: https://github.com/keepassxreboot/keepassxc/issues +PrivacyUrl: https://keepassxc.org/privacy/ +Author: KeePassXC Team +PackageName: KeePassXC +PackageUrl: https://keepassxc.org/ +License: GPL-2.0-or-later +LicenseUrl: https://github.com/keepassxreboot/keepassxc/blob/HEAD/COPYING +Copyright: Copyright (C) 2016-2026 KeePassXC Team +ShortDescription: KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”. +Description: KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run KeePassXC on Windows, macOS, and Linux systems. KeePassXC is for people with extremely high demands of secure personal data management. It saves many different types of information, such as usernames, passwords, URLs, attachments, and notes in an offline, encrypted file that can be stored in any location, including private and public cloud solutions. For easy identification and management, user-defined titles and icons can be specified for entries. In addition, entries are sorted into customizable groups. An integrated search function allows you to use advanced patterns to easily find any entry in your database. A customizable, fast, and easy-to-use password generator utility allows you to create passwords with any combination of characters or easy to remember passphrases. +Moniker: keepassxc +Tags: +- credential +- password +- protect +- protection +- security +- vault +ReleaseNotes: |- + Changes + - Passkeys: Set BE and BS flags to true (NOTE: MAY BREAK EXISTING PASSKEYS) [#13042] + - Support TIMEOTP autotype and entry placeholder [#13117] + - Browser: Show URLs in browser access dialog [#12906] + - Bitwarden Import: Add support for nested folders [#13081] + Fixes + - Prevent exploits through OpenSSL configurations [#13118, #13124] + - Auto-Type: Revert change that caused race condition on Linux [#12738] + - Auto-Type: Fix help button enablement [#12937] + - Browser: Fix showing correct checkbox value in entry Browser Integration settings [#12980] + - Browser: Fix setting browser related values to customData [#13026] + - Passkeys: Add publicKey to register response [#12757] + - Fix main entry URL validation when using placeholders [#12964] + - Fix minor font and theme issues [#12814] + - Fix 'Remove' button in Plugin Data being enabled when no row is selected [#12916] + - Sanitize attachment file names before saving [#13114] +ReleaseNotesUrl: https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.12 +Documentations: +- DocumentLabel: Documentation and FAQ + DocumentUrl: https://keepassxc.org/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.zh-CN.yaml b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41b59b20b3f9b --- /dev/null +++ b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.locale.zh-CN.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: KeePassXCTeam.KeePassXC +PackageVersion: 2.7.12 +PackageLocale: zh-CN +ShortDescription: KeePassXC 是 Windows 应用程序“Keepass Password Safe”的社区驱动跨平台移植版。 +Description: KeePassXC 是一款现代、安全、开源的密码管理器,可存储和管理您最敏感的信息。您可以在 Windows、macOS 和 Linux 系统上运行 KeePassXC。KeePassXC 适用于对个人数据安全管理有极高要求的用户,可将用户名、密码、URL、附件和备注等多种不同类型的信息保存在离线加密文件中,存储至包括私有云和公共云解决方案在内的任何位置。为便于识别和管理,您可以为条目设置标题和图标,并根据自定义分组对条目进行排序。同时,您还可以在集成的搜索功能中使用高级模式轻松查找数据库中的任何条目,并通过可定制、快速、易用的密码生成器工具使用任意字符组合或易于记忆的口令创建密码。 +Tags: +- 保护 +- 凭据 +- 安全 +- 密码 +Documentations: +- DocumentLabel: 文档和常见问题 + DocumentUrl: https://keepassxc.org/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.yaml b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.yaml new file mode 100644 index 0000000000000..51188ac56b5de --- /dev/null +++ b/manifests/k/KeePassXCTeam/KeePassXC/2.7.12/KeePassXCTeam.KeePassXC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: KeePassXCTeam.KeePassXC +PackageVersion: 2.7.12 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 0000000000000..1ff15e57ea5c0 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.3.4/claude-primer-windows-x86_64.exe + InstallerSha256: 3404B166B11C9DC29A03CC2F6FAAA296765649DE1D74678EEB48F1C60FBF57AE + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 0000000000000..dde6317b99f92 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml new file mode 100644 index 0000000000000..3e823cc4deaff --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.3.4/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 0000000000000..8ec13f8ccdfd4 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.4.0/claude-primer-windows-x86_64.exe + InstallerSha256: 6E28122408B3E108E2AE95735EE5169086189C6D6AC1C8038A05B225959DBC08 + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 0000000000000..81539f652b03d --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml new file mode 100644 index 0000000000000..0ee9b767a1de4 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.4.0/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.4.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml new file mode 100644 index 0000000000000..c5d3e343b9d88 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.installer.yaml @@ -0,0 +1,11 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/limaronaldo/claude-primer/releases/download/v1.5.0/claude-primer-windows-x86_64.exe + InstallerSha256: 8FECCA54CA0E0F0CDDE132AA9935A6615B24A246DD96CA27DF8859E507616EDC + InstallerType: portable + Commands: + - claude-primer +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml new file mode 100644 index 0000000000000..982fd31d3f703 --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.locale.en-US.yaml @@ -0,0 +1,19 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: Ronaldo Lima +PackageName: Claude Primer +License: MIT +ShortDescription: Prime your repo for Claude Code +Description: >- + Scans your project DNA and generates context-aware knowledge architecture + (CLAUDE.md, STANDARDS.md, QUICKSTART.md, ERRORS_AND_LESSONS.md) for Claude Code. +Tags: + - claude-code + - developer-tools + - documentation + - ai +PackageUrl: https://github.com/limaronaldo/claude-primer +LicenseUrl: https://github.com/limaronaldo/claude-primer/blob/main/LICENSE +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml new file mode 100644 index 0000000000000..25dcc4c4d274e --- /dev/null +++ b/manifests/l/limaronaldo/claude-primer/1.5.0/limaronaldo.claude-primer.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: limaronaldo.claude-primer +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.installer.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.installer.yaml new file mode 100644 index 0000000000000..6c8c3b5cbede2 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.installer.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.14 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: axonhub.exe +Commands: +- axonhub +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.14/axonhub_0.9.14_windows_amd64.zip + InstallerSha256: 3C004182C14EF58B7BBC75BA7612F1F449D2FF66C49576E40ED3678FE8408498 +- Architecture: arm64 + InstallerUrl: https://github.com/looplj/axonhub/releases/download/v0.9.14/axonhub_0.9.14_windows_arm64.zip + InstallerSha256: 408C75BC17914B4307B826D40BC6250E89667B7FCF280902A4B07B34C23F7A7A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.en-US.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.en-US.yaml new file mode 100644 index 0000000000000..4c7bea08f8944 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.en-US.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.14 +PackageLocale: en-US +Publisher: Loop +PublisherUrl: https://github.com/looplj +PublisherSupportUrl: https://github.com/looplj/axonhub/issues +PackageName: AxonHub +PackageUrl: https://github.com/looplj/axonhub +License: MIT +LicenseUrl: https://github.com/looplj/axonhub/blob/HEAD/LICENSE +Copyright: Copyright for portions of AxonHub are held by Sat Naing, 2026 as part of project [Shadcn Admin](https://github.com/satnaing/shadcn-admin). All other copyright for project AxonHub are held by looplj, 2026. +ShortDescription: A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API +Description: |- + AxonHub is an all-in-one AI development platform that provides unified API gateway, project management, and comprehensive development tools. It offers OpenAI, Anthropic, and AI SDK compatible API layers, transforming requests to various AI providers through a transformer pipeline architecture. The platform features comprehensive tracing capabilities, project-based organization, and integrated playground for rapid prototyping, helping developers and enterprises better manage AI development workflows. + Core Features: + 1. Unified API: OpenAI- and Anthropic-compatible interface with automatic API translation lets you use one API format to access any supported model provider. + 2. Tracing / Threads: Thread-aware tracing captures full request timelines for deep observability and faster debugging. + 3. Fine-grained Permission: RBAC-based policies help teams govern access, usage, and data segregation precisely. + 4. Adaptive Load Balancing: Intelligent multi-strategy load balancing automatically selects optimal AI channels based on health, performance, and session consistency. +Tags: +- ai +- chatbot +- large-language-model +- llm +- proxy +ReleaseNotes: |- + What's Changed + - feat: allow type editing for third-party codex/claudecode channels and make channel name clickable by @raikyou in https://github.com/looplj/axonhub/pull/992 + - fix(gemini): response json schema compatible, close #991 by @looplj in https://github.com/looplj/axonhub/pull/1000 + - feat(system): add manual log cleanup trigger UI by @cikichen in https://github.com/looplj/axonhub/pull/1001 + - opt: auto reorder channels, close #822 by @looplj in https://github.com/looplj/axonhub/pull/1005 + - feat: add gpt-5.4 to codex, close #999 by @looplj in https://github.com/looplj/axonhub/pull/1006 + - feat: filter requests by model id, close #994 by @looplj in https://github.com/looplj/axonhub/pull/1007 + New Contributors + - @cikichen made their first contribution in https://github.com/looplj/axonhub/pull/1001 + Full Changelog: https://github.com/looplj/axonhub/compare/v0.9.13...v0.9.14 +ReleaseNotesUrl: https://github.com/looplj/axonhub/releases/tag/v0.9.14 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.zh-CN.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7a70066864a71 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.14 +PackageLocale: zh-CN +ShortDescription: 一个现代化的 AI 网关系统,提供统一的 OpenAI(聊天补全、响应)、Anthropic、Gemini 和 AI SDK 兼容的 API +Description: |- + AxonHub 是一个 All-in-one AI 开发平台,提供统一的 API 网关、项目管理和全面的开发工具。平台提供 OpenAI、Anthropic 和 AI SDK 兼容的 API 层,通过转换器管道架构将请求转换到各种 AI 提供商。系统具备完整的追踪能力、基于项目的组织结构以及集成的 Playground 快速原型开发,帮助开发者和企业更好地管理 AI 开发工作流。 + 核心特性: + 1. 统一 API Unified API:兼容 OpenAI 与 Anthropic 的接口,配合转换管线实现模型互换与映射,无需改动现有代码。 + 2. 追踪 / 线程 Tracing / Threads:线程级追踪实时记录完整调用链路,提升可观测性与问题定位效率。 + 3. 细粒度权限 Fine-grained Permission:基于 RBAC 的权限策略,帮助团队精细管理访问控制、配额与数据隔离。 + 4. 自适应负载均衡 Adaptive Load Balancing: 智能多策略负载均衡,自动选择最优 AI 渠道,确保高可用性和最佳性能。 +Tags: +- 人工智能 +- 代理 +- 大语言模型 +- 聊天机器人 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.yaml b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.yaml new file mode 100644 index 0000000000000..7876be890f5c5 --- /dev/null +++ b/manifests/l/looplj/AxonHub/0.9.14/looplj.AxonHub.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: looplj.AxonHub +PackageVersion: 0.9.14 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.installer.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.installer.yaml new file mode 100644 index 0000000000000..ea0b103fb9746 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.installer.yaml @@ -0,0 +1,25 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.2.26159.112 +MinimumOSVersion: 6.1.7601 +InstallerSwitches: + Silent: /quiet + SilentWithProgress: /passive + Log: ' ' + Custom: /norestart +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/11.0.0-preview.2.26159.112/dotnet-hosting-11.0.0-preview.2.26159.112-win.exe + InstallerSha256: 32AEA3B64ADE223DC96F0E8BA927AB5648E19DFC0A64CF111C95C81553D68067 + ProductCode: '{176A5AA0-DCA3-4D6D-A309-210793D5AE7A}' + AppsAndFeaturesEntries: + - DisplayName: Microsoft .NET 11.0.0 Preview 2 Build preview.2.26159.112 - Windows Server Hosting + Publisher: Microsoft Corporation + DisplayVersion: 11.0.0.26159 + ProductCode: '{176A5AA0-DCA3-4D6D-A309-210793D5AE7A}' +ManifestType: installer +ManifestVersion: 1.9.0 + diff --git a/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml new file mode 100644 index 0000000000000..78f566e693791 --- /dev/null +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.locale.en-US.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.0.4.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.2.26159.112 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft ASP.NET Core Hosting Bundle 11.0 Preview +PackageUrl: https://dotnet.microsoft.com +License: MIT +ShortDescription: .NET is a free, cross-platform, open-source developer platform for building many different types of applications. +Moniker: dotnet-hosting-preview +Tags: +- .NET +- .NET Core +- dotnet +- net +- C# +- csharp +- F# +- fsharp +- VB +- Visual Basic +- ASP.NET Core +- ASP.NET +- web +- hosting +- hosting bundle +- IIS +ManifestType: defaultLocale +ManifestVersion: 1.9.0 + diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.yaml similarity index 51% rename from manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml rename to manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.yaml index 84f294c10dfbb..f5baf1e7e50fa 100644 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.yaml +++ b/manifests/m/Microsoft/DotNet/HostingBundle/Preview/11.0.0-preview.2.26159.112/Microsoft.DotNet.HostingBundle.Preview.yaml @@ -1,8 +1,9 @@ -# Created using wingetcreate 1.9.4.0 +# Created using wingetcreate 1.0.4.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json -PackageIdentifier: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 +PackageIdentifier: Microsoft.DotNet.HostingBundle.Preview +PackageVersion: 11.0.0-preview.2.26159.112 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.9.0 + diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.installer.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.installer.yaml new file mode 100644 index 0000000000000..59c84ad88c122 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.installer.yaml @@ -0,0 +1,20 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.11.4 +InstallerType: nullsoft +Scope: user +ProductCode: Modrinth App +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- Publisher: ModrinthApp + ProductCode: Modrinth App +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Modrinth App' +Installers: +- Architecture: x64 + InstallerUrl: https://launcher-files.modrinth.com/versions/0.11.4/windows/Modrinth%20App_0.11.4_x64-setup.exe + InstallerSha256: 46F02806E728824C1B801D44C26B0BACADAE7E99F4512DA117CE97486A26619E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.locale.en-US.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.locale.en-US.yaml new file mode 100644 index 0000000000000..1e9908327c62c --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.locale.en-US.yaml @@ -0,0 +1,30 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.11.4 +PackageLocale: en-US +Publisher: Modrinth +PublisherUrl: https://modrinth.com/ +PublisherSupportUrl: https://support.modrinth.com/en/ +PrivacyUrl: https://modrinth.com/legal/privacy +Author: Modrinth +PackageName: Modrinth App +PackageUrl: https://modrinth.com/app +License: GPL-3.0 +LicenseUrl: https://github.com/modrinth/code/blob/main/apps/app/LICENSE +ShortDescription: The Modrinth App is a unique, open source Minecraft launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package. +Tags: +- minecraft +- minecraft-launcher +- modrinth +ReleaseNotes: |- + - Fix PostHog analytics + - Improve language selector + - Improve server play analytics tracking +ReleaseNotesUrl: https://github.com/modrinth/code/releases/tag/v0.11.4 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://support.modrinth.com/en/collections/7804910-modrinth-app +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.yaml b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.yaml new file mode 100644 index 0000000000000..2b4c77fa81c90 --- /dev/null +++ b/manifests/m/Modrinth/ModrinthApp/0.11.4/Modrinth.ModrinthApp.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Modrinth.ModrinthApp +PackageVersion: 0.11.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.installer.yaml b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.installer.yaml new file mode 100644 index 0000000000000..22b311761693c --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.19.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: kimi.exe +Commands: +- kimi +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/1.19.0/kimi-1.19.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 5673E525116F507E4CB5689E6CABD760F8628706DBAFA1885032960C612CB073 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.en-US.yaml b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..f7ea3a2598a8e --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.19.0 +PackageLocale: en-US +Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd. +PublisherUrl: https://www.moonshot.ai/ +PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues +PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2 +Author: Beijing Yuezhi Dark Face Technology Co., Ltd. +PackageName: Kimi CLI +PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html +License: Apache-2.0 +LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE +ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations. +Moniker: kimi-cli +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- kimi +- large-language-model +- llm +- programming +ReleaseNotes: |- + What's Changed + - fix(web): prevent WebSocket reconnection storm in session stream by @YoungY620 in https://github.com/MoonshotAI/kimi-cli/pull/1386 + - feat(vis): add session tracing visualization system by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1391 + - feat: add plan mode by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1392 + - chore: bump kimi-cli to 1.19.0, kimi-code to 1.19.0 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/1394 + Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/1.18.0...1.19.0 +ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/1.19.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f383f94a2bd0c --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.locale.zh-CN.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.19.0 +PackageLocale: zh-CN +Publisher: 北京月之暗面科技有限公司 +PublisherUrl: https://www.moonshot.cn/ +Author: 北京月之暗面科技有限公司 +PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html +ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。 +Tags: +- kimi +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.yaml b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.yaml new file mode 100644 index 0000000000000..050dc73bcdf4c --- /dev/null +++ b/manifests/m/MoonshotAI/KimiCLI/1.19.0/MoonshotAI.KimiCLI.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: MoonshotAI.KimiCLI +PackageVersion: 1.19.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.installer.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.installer.yaml new file mode 100644 index 0000000000000..08cf4d17f3421 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/en-US/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7F902FD955B81E558EA0E370DCBA4D3BAD58E4EB771CBBCA9ACE9FF6707EC6C4 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/en-US/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CD037C70015AAF17AE65D09734FBE295E1B8419164B076F1702BA9B8399DDBD8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/en-US/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 8604C960199A5914EE7D8E6E53719DF0B81D954238240381BBDD29FF5BB10CC8 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..10f86fc01e91e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.da-DK.yaml new file mode 100644 index 0000000000000..4ba624e2357fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.de-DE.yaml new file mode 100644 index 0000000000000..eeea64f3c3874 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.el-GR.yaml new file mode 100644 index 0000000000000..e1cb2843a1016 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-GB.yaml new file mode 100644 index 0000000000000..1cbc8c2c6290f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-US.yaml new file mode 100644 index 0000000000000..1e15cf1ee7b85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (en-US) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.es-MX.yaml new file mode 100644 index 0000000000000..7dcf953322c34 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.fr-FR.yaml new file mode 100644 index 0000000000000..4ef4145677440 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1bef997fa11c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ja-JP.yaml new file mode 100644 index 0000000000000..2a128ccd2a1db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.nb-NO.yaml new file mode 100644 index 0000000000000..29aadd9f88fd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ru-RU.yaml new file mode 100644 index 0000000000000..1a08d6a17549e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ea3ccfab068eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..369db873e5d4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.yaml b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.yaml new file mode 100644 index 0000000000000..b2565c1791d89 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/148.0.2/Mozilla.Firefox.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 0000000000000..a308729d58c81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ach/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 40F5461404C79A8B33B54AEB32F5F4AFB434313162E19D69FB83D9661D495130 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ach/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 3C0A96C3C05FBBA1440733A4804275117A7B15F7C5098E7A5F4DC29C086F6071 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ach/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 242BF43F5BF62F07012E9D2E54A667CB149394D78DFD21EE5D1486BA41D79B6B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3d8dedb32e77b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 0000000000000..c7be8189f849f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 0000000000000..b42f6beac029e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 0000000000000..32a1f12be47a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 0000000000000..2d61a26658af0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 0000000000000..f5fa8d1790749 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ach) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 0000000000000..9c3832b492605 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9406e50a52914 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 0000000000000..be5f497384509 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 0000000000000..183eb80e3fea2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7c178cffb7136 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 0000000000000..07d62630ff81c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ddc8671e04d64 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 0000000000000..893f7e5511af5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.yaml new file mode 100644 index 0000000000000..c631c73624acb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/148.0.2/Mozilla.Firefox.ach.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ach +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.installer.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.installer.yaml new file mode 100644 index 0000000000000..ffa17a6f6f17a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/af/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B095844BAA520D673514D2C2C827E2EB1E70C8C1600081915F65B8DC684D2206 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/af/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 8C0445E1D37BA7D477B30B38FF8FFDDB192F49CC6771D2C9A3B0778B98EC355E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/af/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1F5FA2F5AF1F264E7BDAB969DB7AD462A7FE3A127049CFF59054848DD1EEB732 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..bf77b6ea5ffd8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.da-DK.yaml new file mode 100644 index 0000000000000..82e829ac70e1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.de-DE.yaml new file mode 100644 index 0000000000000..71a32cabfd62e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.el-GR.yaml new file mode 100644 index 0000000000000..ad1008ceecb3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-GB.yaml new file mode 100644 index 0000000000000..9b609e9c6036b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-US.yaml new file mode 100644 index 0000000000000..5fee683124f68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (af) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.es-MX.yaml new file mode 100644 index 0000000000000..bf8e5da341079 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.fr-FR.yaml new file mode 100644 index 0000000000000..37336204efb95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ea32ad46c1789 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ja-JP.yaml new file mode 100644 index 0000000000000..30855a70c9079 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9a8740c5a738c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ru-RU.yaml new file mode 100644 index 0000000000000..a3ad2a9b3a268 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6a53717ae64b9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b782edeb5c16c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.yaml b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.yaml new file mode 100644 index 0000000000000..8937773ec67f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/148.0.2/Mozilla.Firefox.af.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.af +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.installer.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.installer.yaml new file mode 100644 index 0000000000000..86b834c3678b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/an/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 0A615A792F909EFE170311B6B64BBC66E36361BC11AE4A9B0C8FB92FA724F674 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/an/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 4D20230CF52388135E989B77DA8D8C632133528F0CADD88922B15501C990661E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/an/Firefox%20Setup%20148.0.2.exe + InstallerSha256: DACAB43F492DFB6F927B72089F96C83BC92F81F3A97F5F03CA8BFC33B0C4373A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..79516b5273bb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.da-DK.yaml new file mode 100644 index 0000000000000..97c43b76c5b4b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.de-DE.yaml new file mode 100644 index 0000000000000..7644a81b9c0f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.el-GR.yaml new file mode 100644 index 0000000000000..348204d0e8b42 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-GB.yaml new file mode 100644 index 0000000000000..6ce9aaef773d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-US.yaml new file mode 100644 index 0000000000000..e57bf0f8945ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (an) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.es-MX.yaml new file mode 100644 index 0000000000000..0325cdaa6a612 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.fr-FR.yaml new file mode 100644 index 0000000000000..fd35e54e1dfc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e7bd47a5b14bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ja-JP.yaml new file mode 100644 index 0000000000000..cd4ca2ca61675 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d5117a6de3fd0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ru-RU.yaml new file mode 100644 index 0000000000000..fbc9528f3cc30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ta-IN.yaml new file mode 100644 index 0000000000000..4768ade7656f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.zh-CN.yaml new file mode 100644 index 0000000000000..da0221038a94c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.yaml b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.yaml new file mode 100644 index 0000000000000..fd0a2e4fb6412 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/148.0.2/Mozilla.Firefox.an.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.an +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.installer.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.installer.yaml new file mode 100644 index 0000000000000..6fc190c5868d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ar/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 3B0BF877DEA5C2A4BCF99C36F33EC9FFAD6E2BCA1BE8CD1CE353CFE86AC3060F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ar/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 89D83ECC57BD5B95A7F1B971CFFF71873BBBD4DAACABF9C006DE5BBBEB52A8B1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ar/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 86D6536CAFE202E7881A9B6F3A53577134DB40B6653B1480D8A04C9600541AA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..fb561109abaf8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.da-DK.yaml new file mode 100644 index 0000000000000..f22b3cfe29407 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.de-DE.yaml new file mode 100644 index 0000000000000..7844ac8ce64ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.el-GR.yaml new file mode 100644 index 0000000000000..f1abbec7e46af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-GB.yaml new file mode 100644 index 0000000000000..fc1240357edb3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-US.yaml new file mode 100644 index 0000000000000..91708db32d072 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ar) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.es-MX.yaml new file mode 100644 index 0000000000000..942097b386809 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7cf2e565aa8c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.hu-HU.yaml new file mode 100644 index 0000000000000..491b29ea720de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a3e6160f8f185 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.nb-NO.yaml new file mode 100644 index 0000000000000..acae074bd928b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ru-RU.yaml new file mode 100644 index 0000000000000..92025deb3f4b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a754fe4b295ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..06d10d73aa823 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.yaml b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.yaml new file mode 100644 index 0000000000000..3835a04f065db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/148.0.2/Mozilla.Firefox.ar.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ar +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.installer.yaml new file mode 100644 index 0000000000000..88346a02f86ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ast/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B414B5EE9F601398CA5F397B611AC7E5F93E47F658E0A9091C4A970896E9DDA1 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ast/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7DECE275CB657917CA02A1605EC9DC29A0ED4D605CCFEC03639D7BF6EA5F04AB +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ast/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CC477609D7F453D304B5F23CFF42727BE4B42BF15750EBCAA5BFA52129AE081B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3ea068f3b87bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.da-DK.yaml new file mode 100644 index 0000000000000..591776df43873 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.de-DE.yaml new file mode 100644 index 0000000000000..96952997d4dc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.el-GR.yaml new file mode 100644 index 0000000000000..26cca43bae668 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-GB.yaml new file mode 100644 index 0000000000000..a64c456603c52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-US.yaml new file mode 100644 index 0000000000000..85aff762bfa28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ast) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.es-MX.yaml new file mode 100644 index 0000000000000..ce797a23a4e45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.fr-FR.yaml new file mode 100644 index 0000000000000..38b1dc41cf549 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1d2acdf9a66c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e49e9be92ca5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f3a68dcfc1fbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ru-RU.yaml new file mode 100644 index 0000000000000..bb140f44b3b23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ta-IN.yaml new file mode 100644 index 0000000000000..5e2e2e3f2baa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8ee1a366d4557 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.yaml b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.yaml new file mode 100644 index 0000000000000..c7c36033f3084 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/148.0.2/Mozilla.Firefox.ast.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ast +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.installer.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.installer.yaml new file mode 100644 index 0000000000000..bbd550e33f5c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/az/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 6397C921A6B189FD84EE273B7C5DA2F769F96AC94EA5F57B19AD0D4F100186A2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/az/Firefox%20Setup%20148.0.2.exe + InstallerSha256: F23861C6D14741F5E768DCF9AF11FEC629E415183118C3FEDC4E2EC46357B4CF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/az/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1780ACCC0FB8355D8F8E14E2AF587CED23DB60A558C40C2545BD96F7317186F4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..7bc5297faef1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.da-DK.yaml new file mode 100644 index 0000000000000..e106121f39140 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.de-DE.yaml new file mode 100644 index 0000000000000..c80f8b43fcc94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.el-GR.yaml new file mode 100644 index 0000000000000..1f8f7e9a920e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-GB.yaml new file mode 100644 index 0000000000000..9a85d3783aafb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-US.yaml new file mode 100644 index 0000000000000..21daa5886c849 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (az) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.es-MX.yaml new file mode 100644 index 0000000000000..5affc9cbe259d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.fr-FR.yaml new file mode 100644 index 0000000000000..6ea348e2e82ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e518d8c493b95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d65be1de75367 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ae2e22781e880 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ru-RU.yaml new file mode 100644 index 0000000000000..89655d6ca5ffa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ta-IN.yaml new file mode 100644 index 0000000000000..3dbca378cb2b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.zh-CN.yaml new file mode 100644 index 0000000000000..27e6a01743c32 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.yaml b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.yaml new file mode 100644 index 0000000000000..9f5ec73860090 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/148.0.2/Mozilla.Firefox.az.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.az +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.installer.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.installer.yaml new file mode 100644 index 0000000000000..eb6a9a3a12b23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/be/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 39D2850AC321B54A1C2AC33004194970A9BE9D337DA5B2838361EBAE36297239 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/be/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B6152912C4578F70C2F2AF424DFD93023651762B9DD8D9DDBEF38975AB2527C6 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/be/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B76D85C86C07C4153B4C211CBE832700FBED4865E809F4CA2766B74DA2965958 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..d917120312539 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.da-DK.yaml new file mode 100644 index 0000000000000..918d13ae659d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.de-DE.yaml new file mode 100644 index 0000000000000..d7fcd77b28607 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.el-GR.yaml new file mode 100644 index 0000000000000..2a230da282dde --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-GB.yaml new file mode 100644 index 0000000000000..a6ff7d52a095e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-US.yaml new file mode 100644 index 0000000000000..efb38d541741c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (be) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.es-MX.yaml new file mode 100644 index 0000000000000..ba59ad108562b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a24094e4cecf8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f175bfe2d9e96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3a3a9947a65f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.nb-NO.yaml new file mode 100644 index 0000000000000..36ef0a23ba98b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ru-RU.yaml new file mode 100644 index 0000000000000..44efa1d566793 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ta-IN.yaml new file mode 100644 index 0000000000000..0f0deaa267049 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.zh-CN.yaml new file mode 100644 index 0000000000000..caa57a2d48385 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.yaml b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.yaml new file mode 100644 index 0000000000000..bd5daca293a03 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/148.0.2/Mozilla.Firefox.be.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.be +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 0000000000000..b63b9b179a4ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/bg/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E89513FB8BE478A5C6CC66847648636B45535092F7C56D3B290B2A257DBA0E25 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/bg/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 6EB2B918033EACDAA0F55175E475E27A088FABA3ABD57517F7D396FA30399D28 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/bg/Firefox%20Setup%20148.0.2.exe + InstallerSha256: EECB9DF23731146C471C70A23CE7590EC39E4B1A78DE7E3BEE734507799E6271 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..5439e945ee372 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 0000000000000..c37c8adab5bb0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 0000000000000..3c2454fe8f659 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 0000000000000..4f198888a4679 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 0000000000000..c6d448fb705b1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 0000000000000..79ae7dcea7c7e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (bg) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 0000000000000..63d55ea9383a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2cc6bda900404 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 0000000000000..d344b72ba4c1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 0000000000000..796b38592b7d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ac43ee74c738e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 0000000000000..690d4bd821d14 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a4f40fe007b11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0cf9f645d715c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.yaml new file mode 100644 index 0000000000000..fc46d552ff7f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/148.0.2/Mozilla.Firefox.bg.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bg +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.installer.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.installer.yaml new file mode 100644 index 0000000000000..7cb9ed4f52940 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/bn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A189ADB2304710456AB3D97544588BD996A1F7E25815E27C6551DF66BC3CC7EC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/bn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7CE3BBBDC1E8E2493F522F3162794E4E6E61CFFE55051426E34715E5A171038E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/bn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: D86010D8A8E98A0F07BB590AB888A78E8EE8CCAEE421EB4E470415B2BB70D538 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..39cbf3580796e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.da-DK.yaml new file mode 100644 index 0000000000000..89a844263aeb8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.de-DE.yaml new file mode 100644 index 0000000000000..79f9928c93094 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.el-GR.yaml new file mode 100644 index 0000000000000..e581c935f9c2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-GB.yaml new file mode 100644 index 0000000000000..3ccb1c0918577 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-US.yaml new file mode 100644 index 0000000000000..c34cfbef60c00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (bn) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.es-MX.yaml new file mode 100644 index 0000000000000..5106cf5e3da8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..ddd21728060c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..be80731d75267 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..899a2a2478868 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..6ffca01a3b465 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..35d257ec33b60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ce23add50964b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2761577d473fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.yaml b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.yaml new file mode 100644 index 0000000000000..cee46bc517856 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/148.0.2/Mozilla.Firefox.bn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bn +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.installer.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.installer.yaml new file mode 100644 index 0000000000000..e7a14cc4569d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/br/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E31B29802FDD0BCCFC3A23680FCF36EDA37781C1A2E4CACF993824D816540A21 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/br/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 15D3F8E51882AF635E31A23AD99DCAA4589BC03D42D18EF84347B28197C1916B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/br/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 91306B315FA21A6EF49C06C8AC06489868E11F5C099AA077FC02C4862439B72B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..b4322cd6b8ffa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.da-DK.yaml new file mode 100644 index 0000000000000..a5c7efb706439 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.de-DE.yaml new file mode 100644 index 0000000000000..da6f25111f24a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.el-GR.yaml new file mode 100644 index 0000000000000..38168eacc3338 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-GB.yaml new file mode 100644 index 0000000000000..ba48ec7c05068 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-US.yaml new file mode 100644 index 0000000000000..66181a932a3d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (br) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.es-MX.yaml new file mode 100644 index 0000000000000..ed552ef4d4cae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.fr-FR.yaml new file mode 100644 index 0000000000000..27d4962e7ffe0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.hu-HU.yaml new file mode 100644 index 0000000000000..bc82b9ecc9a2e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ja-JP.yaml new file mode 100644 index 0000000000000..aa8e4c9a3e495 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e404008d8858d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ru-RU.yaml new file mode 100644 index 0000000000000..fb5d9f4c395ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ta-IN.yaml new file mode 100644 index 0000000000000..d65dfa0b89948 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3c544058da6c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.yaml b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.yaml new file mode 100644 index 0000000000000..4b0a90819ad15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/148.0.2/Mozilla.Firefox.br.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.br +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.installer.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.installer.yaml new file mode 100644 index 0000000000000..38142c8aae2d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ca/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 2C49FB44C07C0DF0DD6B77DF6214D1D27B870293D76B5AFE04ED9CEE025D1889 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ca/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CA34185C143851F8407DA9BA51FE88065F77C722D76BFE320C08DABF007DCF16 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ca/Firefox%20Setup%20148.0.2.exe + InstallerSha256: C0DABC7A339BF8C4C1F1198F76E3CF07112E9A84490E806A224B1B995EAFE109 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..b74b4cec0d5d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.da-DK.yaml new file mode 100644 index 0000000000000..32ba56ed2e10c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.de-DE.yaml new file mode 100644 index 0000000000000..d1f2479bf7475 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.el-GR.yaml new file mode 100644 index 0000000000000..642f4b2a0c2b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-GB.yaml new file mode 100644 index 0000000000000..8338cf2acf65a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-US.yaml new file mode 100644 index 0000000000000..88593f2c63532 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ca) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.es-MX.yaml new file mode 100644 index 0000000000000..73d24b0894378 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.fr-FR.yaml new file mode 100644 index 0000000000000..4c80a9424b19f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.hu-HU.yaml new file mode 100644 index 0000000000000..71b2c9e435ac9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ec2ea829a82dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.nb-NO.yaml new file mode 100644 index 0000000000000..445e95e1c327d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ade5e9322dbb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ta-IN.yaml new file mode 100644 index 0000000000000..1022067422dab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..422dec51bb68f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.yaml b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.yaml new file mode 100644 index 0000000000000..37062576f5e66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/148.0.2/Mozilla.Firefox.ca.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ca +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.installer.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.installer.yaml new file mode 100644 index 0000000000000..df09dc53abbda --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/cak/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 0772DFFB7A638A858F9DBF30EB543FD7539705194A524EEFC16C9F6567607D19 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/cak/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1974EBD87E852CD524644E7401F18D19B092A350308763919163E87732E54D8A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/cak/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B0F49C211FCA2D4D1F966E1EAC944FF997BB11BC9FB07665001C8AD8E8F7C8EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..140effcacae42 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.da-DK.yaml new file mode 100644 index 0000000000000..99cfe1783f563 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.de-DE.yaml new file mode 100644 index 0000000000000..619ad8aca7770 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.el-GR.yaml new file mode 100644 index 0000000000000..bed02a46a5753 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-GB.yaml new file mode 100644 index 0000000000000..d15dd695d4682 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-US.yaml new file mode 100644 index 0000000000000..1f25da1aa2510 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (cak) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.es-MX.yaml new file mode 100644 index 0000000000000..f8bafa2895d40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e082f9a2aae44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e82d00b8603ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1a42a7c6da09f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c3e9c89aef5a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c989e4d95f221 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ta-IN.yaml new file mode 100644 index 0000000000000..c4ad563bb236f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c7143f330c05d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.yaml b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.yaml new file mode 100644 index 0000000000000..4dbe9552551ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cak/148.0.2/Mozilla.Firefox.cak.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cak +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.installer.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.installer.yaml new file mode 100644 index 0000000000000..d6266683becad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/cs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E8DD0676760A5B7DD041938CD1CD5B9916E9F92EDDCB94BCF7C4DBE025177547 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/cs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B7F01913F866799A5FF7D90F123F09B2A02D263D2F080CB10C84DDBBA55D8CA3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/cs/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 19EE817BEDF1C3FEFE97270DB1B07E2D528FEA462A5C4D4ABB966B3E22C4B3EB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e1cccd78cd296 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.da-DK.yaml new file mode 100644 index 0000000000000..4d1a92fd68792 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.de-DE.yaml new file mode 100644 index 0000000000000..c537cb5902cf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.el-GR.yaml new file mode 100644 index 0000000000000..e9c7d29d5c0ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-GB.yaml new file mode 100644 index 0000000000000..fa7f43f8e0e70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-US.yaml new file mode 100644 index 0000000000000..c77084d84e112 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (cs) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.es-MX.yaml new file mode 100644 index 0000000000000..82685332ed995 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.fr-FR.yaml new file mode 100644 index 0000000000000..6bc06da57bad3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1782af3132a8f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ja-JP.yaml new file mode 100644 index 0000000000000..71cccdc75cff2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fb3023be41a89 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ru-RU.yaml new file mode 100644 index 0000000000000..94973ff164940 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ta-IN.yaml new file mode 100644 index 0000000000000..77ac9251a310d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d77de79127b74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.yaml b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.yaml new file mode 100644 index 0000000000000..07dd0c96f2db6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/148.0.2/Mozilla.Firefox.cs.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cs +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.installer.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.installer.yaml new file mode 100644 index 0000000000000..2ab10f88e47ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/da/Firefox%20Setup%20148.0.2.exe + InstallerSha256: ABB4FACB2108C4112E72CAF17F2D33E48741F83E2CEDE71978D0988E3F18FF1B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/da/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 70C1C083524ABD1F2AF9D02F8B6D1A5397BA570D66C2E15C8013EDCBB0F3D0D4 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/da/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 84D0B0C129721CB079E52977A119305D0A2A0DE7926C0779AD9E5C24FDA7AD9B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..1a582d8253f8d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.da-DK.yaml new file mode 100644 index 0000000000000..7afaabda4395c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.de-DE.yaml new file mode 100644 index 0000000000000..a5537b371d3ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.el-GR.yaml new file mode 100644 index 0000000000000..bc0d7ecc2190b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-GB.yaml new file mode 100644 index 0000000000000..590e3b4319e66 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-US.yaml new file mode 100644 index 0000000000000..b25c0af0ce231 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (da) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.es-MX.yaml new file mode 100644 index 0000000000000..ae4c57c6fe9a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.fr-FR.yaml new file mode 100644 index 0000000000000..f9ba7758d04c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ab2a856ddacc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f8898f9dfd7ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.nb-NO.yaml new file mode 100644 index 0000000000000..08511ee4a6823 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ru-RU.yaml new file mode 100644 index 0000000000000..b0a3217ec6e43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ta-IN.yaml new file mode 100644 index 0000000000000..f3f3b20ed2ab7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dd7b26bcf4d9e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.yaml b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.yaml new file mode 100644 index 0000000000000..b325191a01793 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/148.0.2/Mozilla.Firefox.da.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.da +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.installer.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.installer.yaml new file mode 100644 index 0000000000000..1956f052a9e1b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/de/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 62EB43B8E71AEA9518F51141AD3D9E9F23A43AF7A1154C0ACB82A5FE663EB6BA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/de/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 2E907C4B04C479B11835EEEDADDC6087F9E25536723A4E134E8E06ED6ACAFA46 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/de/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 42519718A10D3F9D6414C430CD55C166EED97AC331FE7662A77EEA588801902C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..fbfbc7ae7ac50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.da-DK.yaml new file mode 100644 index 0000000000000..ece750c221503 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.de-DE.yaml new file mode 100644 index 0000000000000..fad20f08825f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.el-GR.yaml new file mode 100644 index 0000000000000..f481c5c25ff35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-GB.yaml new file mode 100644 index 0000000000000..534eaa2185f55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-US.yaml new file mode 100644 index 0000000000000..a7daec24ba7bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (de) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.es-MX.yaml new file mode 100644 index 0000000000000..c197a6e9a18ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e7df2e57a0523 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.hu-HU.yaml new file mode 100644 index 0000000000000..82b7a979caa0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1e6eee1cc1278 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a02e0731c091d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ru-RU.yaml new file mode 100644 index 0000000000000..6b21d47a91658 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ta-IN.yaml new file mode 100644 index 0000000000000..78de7a66817b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8206890305dea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.yaml b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.yaml new file mode 100644 index 0000000000000..ee9d0730d263a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/148.0.2/Mozilla.Firefox.de.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.de +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.installer.yaml new file mode 100644 index 0000000000000..14a522f752d24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/dsb/Firefox%20Setup%20148.0.2.exe + InstallerSha256: FD23FD07A77AB492A1804F8C0266A60C8A4AFE72173D8F28A956DD885800ABFB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/dsb/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 4FCFA18470A00A88E81EFCD89588AA0FB5751C0E0905D8357AD5FC37377E21F1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/dsb/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 8BEC3CA9AE928EBE1E9554FA7D4953FBE6F300DA2C75BD9CF0434DA3AD9DB165 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..68b999a6860ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.da-DK.yaml new file mode 100644 index 0000000000000..4a391e93eb99c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.de-DE.yaml new file mode 100644 index 0000000000000..f8f15a82a7a55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.el-GR.yaml new file mode 100644 index 0000000000000..b799b4aef7d91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-GB.yaml new file mode 100644 index 0000000000000..433892cc40082 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-US.yaml new file mode 100644 index 0000000000000..0895ce3923cbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (dsb) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.es-MX.yaml new file mode 100644 index 0000000000000..ba00a27b2dea5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.fr-FR.yaml new file mode 100644 index 0000000000000..93543c426e38b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.hu-HU.yaml new file mode 100644 index 0000000000000..5b58fd2d44e2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ja-JP.yaml new file mode 100644 index 0000000000000..082f056a56d92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e98ac4c5046fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ru-RU.yaml new file mode 100644 index 0000000000000..2ba929b2093cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ta-IN.yaml new file mode 100644 index 0000000000000..63c456a90bbc0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.zh-CN.yaml new file mode 100644 index 0000000000000..72dfa4162a12c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.yaml b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.yaml new file mode 100644 index 0000000000000..dfcbf56e00f58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/148.0.2/Mozilla.Firefox.dsb.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.dsb +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.installer.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.installer.yaml new file mode 100644 index 0000000000000..59176c7e524dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/el/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 27DEEDF59AAD7249B2C152B263385FE0C2F60EC880ADD1981657EF8B7CB3AF0C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/el/Firefox%20Setup%20148.0.2.exe + InstallerSha256: C038106020439726D993BC5C86B676C3451A84E6C1A2EBB3CB1B8011649969C9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/el/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 375A2B0E3663EFEE1EE58B805F9D9282964A65E450D859A5D0D634D6C5560844 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..81e57375bee45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.da-DK.yaml new file mode 100644 index 0000000000000..603e36c4d05e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.de-DE.yaml new file mode 100644 index 0000000000000..e257cdaeb9c35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.el-GR.yaml new file mode 100644 index 0000000000000..de2f6c36b8c83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-GB.yaml new file mode 100644 index 0000000000000..3bd83ba963891 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-US.yaml new file mode 100644 index 0000000000000..83dbd57844a96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (el) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.es-MX.yaml new file mode 100644 index 0000000000000..1f4d9b9cb0de4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.fr-FR.yaml new file mode 100644 index 0000000000000..b02b2086fd77c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.hu-HU.yaml new file mode 100644 index 0000000000000..588a3ee067eab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ja-JP.yaml new file mode 100644 index 0000000000000..dcd09544edc86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.nb-NO.yaml new file mode 100644 index 0000000000000..757fe88fe50bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ru-RU.yaml new file mode 100644 index 0000000000000..4d1156c76b070 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ta-IN.yaml new file mode 100644 index 0000000000000..efe8477a934e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c152ab125b825 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.yaml b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.yaml new file mode 100644 index 0000000000000..451be410433fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/148.0.2/Mozilla.Firefox.el.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.el +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.installer.yaml new file mode 100644 index 0000000000000..0e8c08ac0180c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/en-CA/Firefox%20Setup%20148.0.2.exe + InstallerSha256: F38BBBC4089D0C458A44518A153ECC9A43326CA918CF0798C06492AD175912FA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/en-CA/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E4556F45349F244CA291824ACEA16B3B7F6FAC16BB2460AFE5AF45E86B66AF5B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/en-CA/Firefox%20Setup%20148.0.2.exe + InstallerSha256: BF5DFA12A081C7DF6D37D8C9A565306F5156226193B3FD80B7BA7EC0480BCA78 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3f2fe16e0b25e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.da-DK.yaml new file mode 100644 index 0000000000000..bbd83517b4266 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.de-DE.yaml new file mode 100644 index 0000000000000..12356a42192f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.el-GR.yaml new file mode 100644 index 0000000000000..7da8d2ac9c3cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-GB.yaml new file mode 100644 index 0000000000000..1cd8c414298bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-US.yaml new file mode 100644 index 0000000000000..c4e2d1e8cd230 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (en-CA) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.es-MX.yaml new file mode 100644 index 0000000000000..ca00f75d2d0aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2d5b869509153 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4457f1b51540c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ja-JP.yaml new file mode 100644 index 0000000000000..976a59cb94551 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.nb-NO.yaml new file mode 100644 index 0000000000000..89afa4b1e8a8d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ru-RU.yaml new file mode 100644 index 0000000000000..d5fae1cd47119 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e9c544b4871d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7f2ab69342b01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.yaml b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.yaml new file mode 100644 index 0000000000000..f881f2e868f60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/148.0.2/Mozilla.Firefox.en-CA.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.en-CA +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.installer.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.installer.yaml new file mode 100644 index 0000000000000..03041fd917023 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/eo/Firefox%20Setup%20148.0.2.exe + InstallerSha256: AF62CD5D2A335DEF81BB684204F22C04B13F1D8E50FF524C4D50A9E0BD0ACAC0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/eo/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 8EFF81CFD3B07369DC670DE4425FB6C67DE3FE8E7E57AC5550BF0E10A33EE192 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/eo/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 4D4A98171587F34B5F85424A7F1FD585A9AD265DBAFAC11B737D5E45C8A8B549 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..76316ed90b4d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.da-DK.yaml new file mode 100644 index 0000000000000..c103e64dd8a8e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.de-DE.yaml new file mode 100644 index 0000000000000..4ad7cc4e3677d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.el-GR.yaml new file mode 100644 index 0000000000000..f629a4a70d760 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-GB.yaml new file mode 100644 index 0000000000000..15d748393aa00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-US.yaml new file mode 100644 index 0000000000000..21f2adb058228 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (eo) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.es-MX.yaml new file mode 100644 index 0000000000000..d0a3398ecb7e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.fr-FR.yaml new file mode 100644 index 0000000000000..aa37dad476235 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.hu-HU.yaml new file mode 100644 index 0000000000000..8214b5a872142 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ja-JP.yaml new file mode 100644 index 0000000000000..fce5d179cc3a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4a0fa952ee6a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ru-RU.yaml new file mode 100644 index 0000000000000..18f3c069a8452 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ta-IN.yaml new file mode 100644 index 0000000000000..0867304b9623f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f84c64c8f8cf1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.yaml b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.yaml new file mode 100644 index 0000000000000..52c0e9d1de8c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eo/148.0.2/Mozilla.Firefox.eo.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eo +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.installer.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.installer.yaml new file mode 100644 index 0000000000000..6e737c24d96b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/es-AR/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 279FB28E0E827B478B172B15DC5FA540F9DA415B256F6618CCC4A50920938BD7 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/es-AR/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7D1ABCDB4438B3BC96DF5FC5897FE8EDC38ADDEAB1ED21ADBABE27A696A387EE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/es-AR/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 568070ECF6E57AF9474767526C84ABB28266EA56E60D1EFAF0B08C2B45A4FC6A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..245ab6ea6a47e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.da-DK.yaml new file mode 100644 index 0000000000000..b220b47888140 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.de-DE.yaml new file mode 100644 index 0000000000000..2b9294867bf07 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.el-GR.yaml new file mode 100644 index 0000000000000..287aa2c3ced13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-GB.yaml new file mode 100644 index 0000000000000..814b337b26bdf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-US.yaml new file mode 100644 index 0000000000000..544538a8aa6dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (es-AR) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.es-MX.yaml new file mode 100644 index 0000000000000..fed0617bdc2ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c649af3c5215c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e5f8cbf3b8499 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ja-JP.yaml new file mode 100644 index 0000000000000..da0dee840c9f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.nb-NO.yaml new file mode 100644 index 0000000000000..6a252be7e10d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ru-RU.yaml new file mode 100644 index 0000000000000..13fefe756c470 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ta-IN.yaml new file mode 100644 index 0000000000000..f3685e67e217e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b2d2145bcab53 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.yaml b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.yaml new file mode 100644 index 0000000000000..5ff0f47739d97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-AR/148.0.2/Mozilla.Firefox.es-AR.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-AR +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.installer.yaml new file mode 100644 index 0000000000000..186bead7e42d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/es-MX/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CB449DE1799F60FFD937C546F3588382BD0CAE83E403083CDAB10FF58C18A2C3 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/es-MX/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 9333353A4A87A9F2BC956A43D6AFD815D01AB7630CDC5FB4EF31D0BDA1930CBD +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/es-MX/Firefox%20Setup%20148.0.2.exe + InstallerSha256: DCEE96B289365DDB7FB21BF21BE61017D1C79CFEBCC7C42B0CFD70754D86E65C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..6cad68392930f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.da-DK.yaml new file mode 100644 index 0000000000000..341b3b9a5cc0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.de-DE.yaml new file mode 100644 index 0000000000000..f0ad2b688e021 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.el-GR.yaml new file mode 100644 index 0000000000000..1b750351e9d6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-GB.yaml new file mode 100644 index 0000000000000..f7daf9348c4a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-US.yaml new file mode 100644 index 0000000000000..6d3e7adc82c6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (es-MX) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.es-MX.yaml new file mode 100644 index 0000000000000..4cf0cb4925198 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.fr-FR.yaml new file mode 100644 index 0000000000000..73834be101d88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.hu-HU.yaml new file mode 100644 index 0000000000000..8826a0d0b0fdf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ja-JP.yaml new file mode 100644 index 0000000000000..668802d5d90d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a9b79f0417b06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f45abc7f35e7c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ta-IN.yaml new file mode 100644 index 0000000000000..75d5a4301ee96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ece2704847f0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.yaml new file mode 100644 index 0000000000000..e42f711ab777e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/148.0.2/Mozilla.Firefox.es-MX.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.es-MX +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.installer.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.installer.yaml new file mode 100644 index 0000000000000..b28a524ae0714 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/eu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 4E68CB7951F5EC11BF916EE6331EE0DF5A9358CAE5615334F3EBF7105374EA87 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/eu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: AC0D71ACDA1EC1169EA1865DED57014A37EC8AA7A86EA9E47F71FE6C3178A999 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/eu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 694EF7250C45F59B600DE13A52ECC51C9BABD34DD639C68B987A6C780E17CDC1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..4d2bd94af5b93 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.da-DK.yaml new file mode 100644 index 0000000000000..db175f1184b13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.de-DE.yaml new file mode 100644 index 0000000000000..f8202ee5067c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.el-GR.yaml new file mode 100644 index 0000000000000..dc18c0513e94e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-GB.yaml new file mode 100644 index 0000000000000..bf58d02d44113 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-US.yaml new file mode 100644 index 0000000000000..f233383193641 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (eu) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.es-MX.yaml new file mode 100644 index 0000000000000..56f73276a4bf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.fr-FR.yaml new file mode 100644 index 0000000000000..484371bf8f245 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.hu-HU.yaml new file mode 100644 index 0000000000000..172a7c220089c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ja-JP.yaml new file mode 100644 index 0000000000000..c240f06ac35e3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3c1b0b2a82f55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ru-RU.yaml new file mode 100644 index 0000000000000..a24e27f6d021f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e8005072d62fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..305c469c47469 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.yaml b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.yaml new file mode 100644 index 0000000000000..d274b0c52e3c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/148.0.2/Mozilla.Firefox.eu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.eu +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.installer.yaml new file mode 100644 index 0000000000000..7f10d307bbd8d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ff/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A9EDC613E011E82DF19D66D5D67C9E76A99AD3EE103D4F6B15282418FB14F2DA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ff/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A2045325F853DA4B1D4AC155A01E6079D42CEE18256DFE01B0B0456E1FBEC6B8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ff/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 43B42F6E318897792A84C687484BCF5E5B5AE9F997E8CCBE45BD58928C8EF4A3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..8c1b001d9f859 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.da-DK.yaml new file mode 100644 index 0000000000000..92da7f92fe672 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.de-DE.yaml new file mode 100644 index 0000000000000..0c6801e589eb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.el-GR.yaml new file mode 100644 index 0000000000000..0ce02d7b43e7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-GB.yaml new file mode 100644 index 0000000000000..36aab12988cf7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-US.yaml new file mode 100644 index 0000000000000..771bb073bf030 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ff) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.es-MX.yaml new file mode 100644 index 0000000000000..ee4c80e24ab4d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2e9d5b4590fe4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.hu-HU.yaml new file mode 100644 index 0000000000000..d8989134e2e8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ja-JP.yaml new file mode 100644 index 0000000000000..c2b38ce92cc3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.nb-NO.yaml new file mode 100644 index 0000000000000..9b78f830d3246 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ru-RU.yaml new file mode 100644 index 0000000000000..82e4f0a4e086b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ta-IN.yaml new file mode 100644 index 0000000000000..96eb6a23e28fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.zh-CN.yaml new file mode 100644 index 0000000000000..bb982a423a6e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.yaml b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.yaml new file mode 100644 index 0000000000000..77ee260ecbe16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/148.0.2/Mozilla.Firefox.ff.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ff +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.installer.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.installer.yaml new file mode 100644 index 0000000000000..9da043018c7aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/fr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 56943E32E05B885372EBE7760E5AE1C800065AFE0D9E0EC373442B030FCC1604 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/fr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 189FF5F66E9EFBD2EEA11E83DD0A56C508CEFE04050177874F044E57851FF8ED +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/fr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 5BE934BFF98461053B6B10D9417C2ACED5D538F18EFBCABC30D378BE23399294 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..de9ffeeb9f629 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.da-DK.yaml new file mode 100644 index 0000000000000..a9d8e857413cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.de-DE.yaml new file mode 100644 index 0000000000000..47caaacf67b6a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.el-GR.yaml new file mode 100644 index 0000000000000..7e13fc89edfcd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-GB.yaml new file mode 100644 index 0000000000000..828903039c5a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-US.yaml new file mode 100644 index 0000000000000..8447c66dc29ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (fr) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.es-MX.yaml new file mode 100644 index 0000000000000..9b805ef7b2062 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.fr-FR.yaml new file mode 100644 index 0000000000000..10f7b04df38ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.hu-HU.yaml new file mode 100644 index 0000000000000..5350e01b2ba37 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ja-JP.yaml new file mode 100644 index 0000000000000..6ba06f153719c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3a63acd2d1345 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ru-RU.yaml new file mode 100644 index 0000000000000..c68eea04e6f08 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ec2c719bfcc84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0d80389058259 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.yaml b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.yaml new file mode 100644 index 0000000000000..1acff1b653d9c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fr/148.0.2/Mozilla.Firefox.fr.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fr +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.installer.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.installer.yaml new file mode 100644 index 0000000000000..6712cf8cad537 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/fur/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 99460E39FD780E535B2A6014FD7D65E8F7CC9A5DDC6CE578C58AA4F9743262C5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/fur/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7C605A928FB3E7279DBA2422CCF1DA95311E7862A1F4A78704CDF6B8BBC73384 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/fur/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E6BF0464E59A8CD3C8B0671C4FDBC5BEEF1A607904A36A0D6874B43647AAAF07 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..d4786ca233bc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.da-DK.yaml new file mode 100644 index 0000000000000..fc17145bd4dc3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.de-DE.yaml new file mode 100644 index 0000000000000..1c5f6732e7d97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.el-GR.yaml new file mode 100644 index 0000000000000..24fb5829297c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-GB.yaml new file mode 100644 index 0000000000000..cf5be3074c264 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-US.yaml new file mode 100644 index 0000000000000..69fd414f7ad83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (fur) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.es-MX.yaml new file mode 100644 index 0000000000000..1b41f94c04c68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.fr-FR.yaml new file mode 100644 index 0000000000000..b325ff77a6bce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4ac3e25beb852 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e8271ddf108cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a002d97869ab8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ru-RU.yaml new file mode 100644 index 0000000000000..921baa388d90e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ta-IN.yaml new file mode 100644 index 0000000000000..4f896fa74e6c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab7805f9fbf99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.yaml b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.yaml new file mode 100644 index 0000000000000..ef0c39865f0e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/148.0.2/Mozilla.Firefox.fur.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fur +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.installer.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.installer.yaml new file mode 100644 index 0000000000000..836e2bc9019f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/fy-NL/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 75AFDC5EDA541DFC1F46448BBF9D609C55215C4EE36131219EF14F38C41D0A06 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/fy-NL/Firefox%20Setup%20148.0.2.exe + InstallerSha256: D41AD8D972215433AAECEBD9219F5BB34A56B9E0DF2AA5531E928C8C5715337E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/fy-NL/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A5877F8AB67B568810E3E3723B1838EF1141A4C706D2C7DB4598363D67F04EF0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..30f209910a14d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.da-DK.yaml new file mode 100644 index 0000000000000..ff67e4750ef5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.de-DE.yaml new file mode 100644 index 0000000000000..e0cde30fd8d5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.el-GR.yaml new file mode 100644 index 0000000000000..4e925a297b3a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-GB.yaml new file mode 100644 index 0000000000000..d1ce3e26ac0dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-US.yaml new file mode 100644 index 0000000000000..cf09d3f828b8c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (fy-NL) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.es-MX.yaml new file mode 100644 index 0000000000000..c6ae4bece0917 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7eb1227ab743e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.hu-HU.yaml new file mode 100644 index 0000000000000..69945ff60179e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0bd56b2c5f5fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.nb-NO.yaml new file mode 100644 index 0000000000000..552c1d750e6a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ru-RU.yaml new file mode 100644 index 0000000000000..65588f9e68eca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ta-IN.yaml new file mode 100644 index 0000000000000..37105dbe0c204 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ea11267a6ffa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.yaml b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.yaml new file mode 100644 index 0000000000000..0f15c6e87d195 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/148.0.2/Mozilla.Firefox.fy-NL.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fy-NL +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.installer.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.installer.yaml new file mode 100644 index 0000000000000..526764bc94aae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ga-IE/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A08EA96E84AD104BD0BE6E52002AC27A083923DF57B053EBF8F8D680D5F70F65 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ga-IE/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CEDDA28E884F3BAC39D0B9F90744E5F235DFDA2E3BA4DC00D4C5BC112844355F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ga-IE/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 6EF92A124EA1249D2507C299C893CC96CEF7AF68669FDC6D48589BA96B7AA298 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..7a3fcdf9690d9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.da-DK.yaml new file mode 100644 index 0000000000000..ac9817a532ffb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.de-DE.yaml new file mode 100644 index 0000000000000..755cc14f8817d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.el-GR.yaml new file mode 100644 index 0000000000000..df004c2027b2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-GB.yaml new file mode 100644 index 0000000000000..2c669e5fb0f87 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-US.yaml new file mode 100644 index 0000000000000..c3012247fa6c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ga-IE) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.es-MX.yaml new file mode 100644 index 0000000000000..44629a8522c15 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.fr-FR.yaml new file mode 100644 index 0000000000000..205bfdd6ba963 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1d140abe8a659 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ef5f7c3851429 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d30f918e23d54 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ru-RU.yaml new file mode 100644 index 0000000000000..97d243feb94dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ta-IN.yaml new file mode 100644 index 0000000000000..44f27cf25138e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..aba5bd7215547 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.yaml b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.yaml new file mode 100644 index 0000000000000..7b82d84799516 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ga-IE/148.0.2/Mozilla.Firefox.ga-IE.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ga-IE +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.installer.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.installer.yaml new file mode 100644 index 0000000000000..a7a939cc969b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/gd/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 25F3252FC05BA1E6D67F395D50E2729DFC13856DF9EDBCBCFAFBDE936BFBA9EC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/gd/Firefox%20Setup%20148.0.2.exe + InstallerSha256: CB322753F333107EBD3A6DB97F281388FD92A78A2536435B908E3763BA6654D2 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/gd/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E56B572CD66A4BE601B8D94A5F8654CA6AEB10774D1C7FCB73318D3120115ABB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..844e36415496d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.da-DK.yaml new file mode 100644 index 0000000000000..8b1a70902b370 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.de-DE.yaml new file mode 100644 index 0000000000000..f13e08aada959 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.el-GR.yaml new file mode 100644 index 0000000000000..f58697906cd5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-GB.yaml new file mode 100644 index 0000000000000..1888259bc5b6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-US.yaml new file mode 100644 index 0000000000000..c2dffedf60edd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (gd) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.es-MX.yaml new file mode 100644 index 0000000000000..5edc02fe70add --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e44f365135e8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.hu-HU.yaml new file mode 100644 index 0000000000000..78950d1fd1326 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1313f69603635 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.nb-NO.yaml new file mode 100644 index 0000000000000..bd5cf76bf1039 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ru-RU.yaml new file mode 100644 index 0000000000000..dc86a727978ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ta-IN.yaml new file mode 100644 index 0000000000000..c56836c12579f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e6ce488886720 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.yaml b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.yaml new file mode 100644 index 0000000000000..034527b300b06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/148.0.2/Mozilla.Firefox.gd.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gd +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.installer.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.installer.yaml new file mode 100644 index 0000000000000..2aabd7f73cf20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/gl/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 59F10E803BCD3AD4D1EE8A30C74D621831D01156C85A77B676FDA4A702CC0850 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/gl/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 383B160C6F830510A2A32928FCC8C0BFF2267510C4C32D9D4A220F974BBBA482 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/gl/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 099E4E77C4518A688657418A60A02D636D5F2B7ABA486EA89E2A77F1CB20968F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..a52dcf30c4ae5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.da-DK.yaml new file mode 100644 index 0000000000000..0733f5bced0ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.de-DE.yaml new file mode 100644 index 0000000000000..b39f7e89b6a78 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.el-GR.yaml new file mode 100644 index 0000000000000..333a0ff734ed6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-GB.yaml new file mode 100644 index 0000000000000..06546db65ba97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-US.yaml new file mode 100644 index 0000000000000..e111c6e4db136 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (gl) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.es-MX.yaml new file mode 100644 index 0000000000000..5c4bc17e2fa75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.fr-FR.yaml new file mode 100644 index 0000000000000..fb5eb97b8d53b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.hu-HU.yaml new file mode 100644 index 0000000000000..6e0a8fbceeb47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ja-JP.yaml new file mode 100644 index 0000000000000..220fe341da4f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d5365642957e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f7252d45d2c58 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ta-IN.yaml new file mode 100644 index 0000000000000..2481dcc225bba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1a0c06b94d337 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.yaml b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.yaml new file mode 100644 index 0000000000000..673aec397ace2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/148.0.2/Mozilla.Firefox.gl.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gl +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.installer.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.installer.yaml new file mode 100644 index 0000000000000..9498c94789811 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/he/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 6E92C6727E170A0117C6C6065241BF0471D8AB282BC2A0E57CE60CAAE939B42E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/he/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 647F0A67E852396C5A9C76E6A58D8A608DC3FB506CB23463A02A992A6DFA4EB9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/he/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 83F4BEF121BC97FE7ECCB8F1F3EEDB416A99697452604CB41D9F64BDA21885F6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e663d1c1d0a80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.da-DK.yaml new file mode 100644 index 0000000000000..676d99df47ca3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.de-DE.yaml new file mode 100644 index 0000000000000..62712e82be054 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.el-GR.yaml new file mode 100644 index 0000000000000..32e0eb1866fd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-GB.yaml new file mode 100644 index 0000000000000..60374debb52b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-US.yaml new file mode 100644 index 0000000000000..f21af813c9fdb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (he) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.es-MX.yaml new file mode 100644 index 0000000000000..8130e4886ca4a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c77eb367b2435 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ba0beb318a0c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8960d76f9b01a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.nb-NO.yaml new file mode 100644 index 0000000000000..33a92d0393a91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ru-RU.yaml new file mode 100644 index 0000000000000..73d35ecd83225 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ta-IN.yaml new file mode 100644 index 0000000000000..2bb0a4b49a9f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e12952d2ee735 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.yaml b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.yaml new file mode 100644 index 0000000000000..c02f6c9693eb3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/148.0.2/Mozilla.Firefox.he.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.he +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.installer.yaml new file mode 100644 index 0000000000000..79772a43a5973 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/hi-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: D3612149A0ABE42B93FB78B850CB8FBB99815DDF4D226B49F1F586EB7D6836A5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/hi-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 118888D78ED13457B5B27320C0E861DAD51E7B27E8A9B9D9B35691FBBDD5D14F +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/hi-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 9EC46DBC79D85746220B95E9FA1B492F3F471825DB4B2CFAA7BCE03F96B9DDF4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..416584eb4e7ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.da-DK.yaml new file mode 100644 index 0000000000000..259b672d83137 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.de-DE.yaml new file mode 100644 index 0000000000000..b0391e57c68f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.el-GR.yaml new file mode 100644 index 0000000000000..0d78638f757ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-GB.yaml new file mode 100644 index 0000000000000..03f072cb4a839 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-US.yaml new file mode 100644 index 0000000000000..6e5c1030fa5ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hi-IN) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.es-MX.yaml new file mode 100644 index 0000000000000..49b550d6639c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e82b3ee997f50 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml new file mode 100644 index 0000000000000..14f58a92fa382 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b6ca2dd6afc69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0198adf2e17fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml new file mode 100644 index 0000000000000..9eb91d7754ea4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml new file mode 100644 index 0000000000000..84b9f200ec745 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..115715d73bc38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.yaml new file mode 100644 index 0000000000000..bed19af614d59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/148.0.2/Mozilla.Firefox.hi-IN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hi-IN +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.installer.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.installer.yaml new file mode 100644 index 0000000000000..4d010ce954f3b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/hr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: ACAAA8369170FCEB7BF8DC2363A31940664C9F92C4FDD626F22C60A09C9FA165 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/hr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 24B1ECB35616EBB3E06BE971B5F9082CD02BCD162394330066CDD916A56A6743 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/hr/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A0E421E3CCD7D2B051E96EB406A1296FD7BA9B3DB7C984852D27BFD46EF9E4B4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..953002464f7c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.da-DK.yaml new file mode 100644 index 0000000000000..f6f943dcbb020 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.de-DE.yaml new file mode 100644 index 0000000000000..3fb6d687e456a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.el-GR.yaml new file mode 100644 index 0000000000000..dd770d3c7acd0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-GB.yaml new file mode 100644 index 0000000000000..bcf62a871dba9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-US.yaml new file mode 100644 index 0000000000000..41b41ad1c3a20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hr) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.es-MX.yaml new file mode 100644 index 0000000000000..6f0bf75b0f8b4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.fr-FR.yaml new file mode 100644 index 0000000000000..238d44ff9c734 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e5d2164ce71a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a0bd83b01161d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.nb-NO.yaml new file mode 100644 index 0000000000000..bd0ebd04db07f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ru-RU.yaml new file mode 100644 index 0000000000000..86bf056b9715d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ta-IN.yaml new file mode 100644 index 0000000000000..c1f6e281b54d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..07542b0dce995 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.yaml b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.yaml new file mode 100644 index 0000000000000..f8f788db6659a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/148.0.2/Mozilla.Firefox.hr.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hr +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.installer.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.installer.yaml new file mode 100644 index 0000000000000..261d1ffbf8139 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/hu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 669281FBFA4B5C6F49D71E3F52C4CB0400A7D9B017F2F3128E384DE6199A529C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/hu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7939798C99874E3BAC43F47D1EBAE67B7D7BA2EDE9B07F30203D890FA3FF62E2 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/hu/Firefox%20Setup%20148.0.2.exe + InstallerSha256: D46BFD1A5D865444261074E8AC2703561EB17D65F925B6A51238B6764B94C557 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..2f1a4552214a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.da-DK.yaml new file mode 100644 index 0000000000000..838bf993f6746 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.de-DE.yaml new file mode 100644 index 0000000000000..5a649fcf8991e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.el-GR.yaml new file mode 100644 index 0000000000000..a291305d93a1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-GB.yaml new file mode 100644 index 0000000000000..ac843d5888af0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-US.yaml new file mode 100644 index 0000000000000..0d62f912c3932 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hu) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.es-MX.yaml new file mode 100644 index 0000000000000..2629c3a3b5931 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.fr-FR.yaml new file mode 100644 index 0000000000000..d7e42c1579e28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.hu-HU.yaml new file mode 100644 index 0000000000000..2850a31500251 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b1df7252c6ae5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e950134976ff1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ru-RU.yaml new file mode 100644 index 0000000000000..7d224afd6cd20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a9cb480184b75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0407892ce4d71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.yaml b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.yaml new file mode 100644 index 0000000000000..989419e09f2a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/148.0.2/Mozilla.Firefox.hu.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hu +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.installer.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.installer.yaml new file mode 100644 index 0000000000000..57da2b3aff5c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/hy-AM/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 14F4015E3E4A4CC04353D311DD8872957F0C275F0A829C4ABD301E2EBC16349A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/hy-AM/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A67277AF37B85E770C71508FAD891E510C5B089E239BEC146B3F63F7208E6CDF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/hy-AM/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 04A8030F0C06088321506B6325540D4249DF4319912DA3433562C073F3A507E1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..a81bda614a0fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.da-DK.yaml new file mode 100644 index 0000000000000..60c76d785ebbc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.de-DE.yaml new file mode 100644 index 0000000000000..1c0d06a24b6f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.el-GR.yaml new file mode 100644 index 0000000000000..f886729adb01f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-GB.yaml new file mode 100644 index 0000000000000..ab49b5161bd61 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-US.yaml new file mode 100644 index 0000000000000..614bf582cfc02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (hy-AM) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.es-MX.yaml new file mode 100644 index 0000000000000..4e82904c4877b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml new file mode 100644 index 0000000000000..6e7084ecd09a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.hu-HU.yaml new file mode 100644 index 0000000000000..edbba07c7f4ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ja-JP.yaml new file mode 100644 index 0000000000000..7663cf691cf68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fa351948b1919 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml new file mode 100644 index 0000000000000..73431f7e33ce8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml new file mode 100644 index 0000000000000..1a6326d405a77 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f88c1773e73ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.yaml b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.yaml new file mode 100644 index 0000000000000..68be876035b74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hy-AM/148.0.2/Mozilla.Firefox.hy-AM.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hy-AM +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.installer.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.installer.yaml new file mode 100644 index 0000000000000..114a15d256f01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/id/Firefox%20Setup%20148.0.2.exe + InstallerSha256: C1146CF29DE7E098BC6509131BBB4B952043EED128728A99D952646194A4EB1C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/id/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 652BF8DB3ABC73D47D56ABAD0AF4C0EAA2F9FD2BD6B7D146A6C227CA4510B3F2 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/id/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 4D31F6E52BE734F01BA84F97AF3EF86778A03CC5CA66297AC0BB5ACB57B53578 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..4d009f4ec7256 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.da-DK.yaml new file mode 100644 index 0000000000000..2a876d18c0003 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.de-DE.yaml new file mode 100644 index 0000000000000..b33fc07392e02 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.el-GR.yaml new file mode 100644 index 0000000000000..9a916eb27d565 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-GB.yaml new file mode 100644 index 0000000000000..f563df72989fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-US.yaml new file mode 100644 index 0000000000000..3c8e170f7c40b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (id) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.es-MX.yaml new file mode 100644 index 0000000000000..15e71c6c6f7ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2f763f1def767 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f1fdcbf784035 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e0c9bf6f17f49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ece9d34e9b75b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ru-RU.yaml new file mode 100644 index 0000000000000..496ef8be7d5d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ta-IN.yaml new file mode 100644 index 0000000000000..87e1d9c58e913 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c0acfb3e27f72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.yaml b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.yaml new file mode 100644 index 0000000000000..e5e76fe2d759c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/id/148.0.2/Mozilla.Firefox.id.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.id +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.installer.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.installer.yaml new file mode 100644 index 0000000000000..23f13d5a52df6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/is/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7965FEFB50D2EC07307BE620D130B7BEB6AF3A2897693FF00BDE289068AD7357 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/is/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E06B249E0F077BA54AFA123886A49E0D4C4A115AE1EF66B137E7A4B9E98FB3D8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/is/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E169DF6C1055AFF54E4D7BDECA4AD683596A6618D8BBEFD1EF7CFD109982EA4B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0dab3edcf24bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.da-DK.yaml new file mode 100644 index 0000000000000..aa0e8d36264eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.de-DE.yaml new file mode 100644 index 0000000000000..23dac1b6ae4ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.el-GR.yaml new file mode 100644 index 0000000000000..1e0841da2f4d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-GB.yaml new file mode 100644 index 0000000000000..d0aa6284a0ee2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-US.yaml new file mode 100644 index 0000000000000..8198205726cb2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (is) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.es-MX.yaml new file mode 100644 index 0000000000000..a61572717ec91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.fr-FR.yaml new file mode 100644 index 0000000000000..491ef5d70bbc9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ca4df51b62781 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ja-JP.yaml new file mode 100644 index 0000000000000..2826278b88d4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1d68bfe7a0f1d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ru-RU.yaml new file mode 100644 index 0000000000000..fdd93ea5fbb72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ta-IN.yaml new file mode 100644 index 0000000000000..bbbbbfe0c8a99 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b87af81f8eadb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.yaml b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.yaml new file mode 100644 index 0000000000000..71b74a6e5ca84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/148.0.2/Mozilla.Firefox.is.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.is +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.installer.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.installer.yaml new file mode 100644 index 0000000000000..6f23503e4ae21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ja/Firefox%20Setup%20148.0.2.exe + InstallerSha256: F4A5BED2F1E6D73CCCD8FE938BA683296CBEE81F5A76B070CE2A9ED3E0B4E164 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ja/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1094E3AEE8C3F71B68329CC149D20B565CDE8184A2C12137B1B5324DEDBEC64E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ja/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1C3A0BD779E15C06A9386D09D135BB018FAAC977EC9F21F154C30E951E5DC027 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..92d341d2f7c2a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.da-DK.yaml new file mode 100644 index 0000000000000..8a7707e57a476 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.de-DE.yaml new file mode 100644 index 0000000000000..73a2e9796d8b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.el-GR.yaml new file mode 100644 index 0000000000000..65a6c7553002e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-GB.yaml new file mode 100644 index 0000000000000..5febda2ae701a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-US.yaml new file mode 100644 index 0000000000000..3126f4d42b1cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ja) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.es-MX.yaml new file mode 100644 index 0000000000000..41143ab2c49c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.fr-FR.yaml new file mode 100644 index 0000000000000..d68b40b315bc0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.hu-HU.yaml new file mode 100644 index 0000000000000..fd9f7711a2609 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8e17bf5c15b46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.nb-NO.yaml new file mode 100644 index 0000000000000..95d5ab3fc4182 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ru-RU.yaml new file mode 100644 index 0000000000000..10d337440261b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ta-IN.yaml new file mode 100644 index 0000000000000..dbcc024924bae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.zh-CN.yaml new file mode 100644 index 0000000000000..abe2ec3c16a86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.yaml b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.yaml new file mode 100644 index 0000000000000..f8471846e9b77 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ja/148.0.2/Mozilla.Firefox.ja.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ja +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.installer.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.installer.yaml new file mode 100644 index 0000000000000..84826554d1171 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/km/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 9C5F44D36B765D77FA2CA52FB907C24523A1BD18A2F162533313C9DC7B703543 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/km/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E695AA7BD9A272839D5925CC7AEDF4CAC3C45DA0AA6D4E9AE5BAD23516EF655B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/km/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 1664DA16DAE8E52F347DA74378781F58FB420BD1CF6099CB3A56C9727C38C845 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3abd1b0104b49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.da-DK.yaml new file mode 100644 index 0000000000000..436ec98b9aaac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.de-DE.yaml new file mode 100644 index 0000000000000..d21b5a28671a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.el-GR.yaml new file mode 100644 index 0000000000000..12520e95577b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-GB.yaml new file mode 100644 index 0000000000000..d817600d857f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-US.yaml new file mode 100644 index 0000000000000..eb5975e9289cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (km) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.es-MX.yaml new file mode 100644 index 0000000000000..aa5e87764cb30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.fr-FR.yaml new file mode 100644 index 0000000000000..0859ec2cbdfd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.hu-HU.yaml new file mode 100644 index 0000000000000..24c0da50109cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ja-JP.yaml new file mode 100644 index 0000000000000..bff72baa16007 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ce3ddc436eb67 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ru-RU.yaml new file mode 100644 index 0000000000000..36f70f45846e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ta-IN.yaml new file mode 100644 index 0000000000000..68963f88d32dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1224c942f958b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.yaml b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.yaml new file mode 100644 index 0000000000000..ffed4b49a74de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/km/148.0.2/Mozilla.Firefox.km.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.km +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.installer.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.installer.yaml new file mode 100644 index 0000000000000..c41106751f628 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/kn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A2C86DCDAF8A512732F6D1F4357C8EF3ADAB9D8DBC4CE8899107BAA52C3F558A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/kn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 27B791D0DADF2A03E50BE09A8F5D3F6142309C53CD02E9E2C6E48F9CB26825CA +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/kn/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 5351E4CB5FDB7B1A08E75946F8843E1F5830966CF4955BA1CB119B8C4B7566C6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..4674620542d9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.da-DK.yaml new file mode 100644 index 0000000000000..7b1a8a87f06e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.de-DE.yaml new file mode 100644 index 0000000000000..c7ffe2c945ff5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.el-GR.yaml new file mode 100644 index 0000000000000..08f8ebc2fd1fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-GB.yaml new file mode 100644 index 0000000000000..a507000c708da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-US.yaml new file mode 100644 index 0000000000000..a9f0456ebc632 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (kn) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.es-MX.yaml new file mode 100644 index 0000000000000..b6ad8559fdbf2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c768c1dd75bbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..7ce0581c1827f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e492a3efc1340 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..772c719d5196c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..1a112f57aeb75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..5bfd4d5401862 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fae6445921f91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.yaml b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.yaml new file mode 100644 index 0000000000000..acfd75c21e9a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/148.0.2/Mozilla.Firefox.kn.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.kn +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.installer.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.installer.yaml new file mode 100644 index 0000000000000..b6e64de93738a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ko/Firefox%20Setup%20148.0.2.exe + InstallerSha256: AD871231D81D18A451A200ADEB11A0860ABED618870E9B3667416ECC66D1666A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ko/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 9EAFADA776B7B63D80C0B5C10ED46EFE931BEAC3E366528760F9C0B79B29D96C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ko/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 55776BD234859E2BD621FE309FEE9B42B925A5E1E5BC04EE0DF2F421AA013BA6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..6477ac1d40dfc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.da-DK.yaml new file mode 100644 index 0000000000000..cbf95fb6ebcc5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.de-DE.yaml new file mode 100644 index 0000000000000..30592a71973e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.el-GR.yaml new file mode 100644 index 0000000000000..ab831d90514a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-GB.yaml new file mode 100644 index 0000000000000..138b090473cf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-US.yaml new file mode 100644 index 0000000000000..1074484c76e91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ko) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.es-MX.yaml new file mode 100644 index 0000000000000..771ddc2facbc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.fr-FR.yaml new file mode 100644 index 0000000000000..956613f1ca9d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f39ac0a25edb6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0ab76b36f982d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fadc8c32266b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ef8aeb257a4a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ta-IN.yaml new file mode 100644 index 0000000000000..f17d3078acbfe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.zh-CN.yaml new file mode 100644 index 0000000000000..56c2af07f77ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.yaml b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.yaml new file mode 100644 index 0000000000000..8aee699444361 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/148.0.2/Mozilla.Firefox.ko.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ko +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.installer.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.installer.yaml new file mode 100644 index 0000000000000..4d755324b5a8a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/lij/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 10E0D00815B3DFD20BB7C1B177E8FBC365B9E23E749E20E4318A9A3D33A32EE6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/lij/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 370D0E4B2AD01DC548FF90625384FFE2D859CE37C5ED67E5ECE06A0D8F58C5D1 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/lij/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B872522DE5C06933D172E4E11AA9490D039545BD57CF26395D2540CAF563EF77 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..d4faa460fcabf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.da-DK.yaml new file mode 100644 index 0000000000000..dfbb4eb0e21f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.de-DE.yaml new file mode 100644 index 0000000000000..9f7a8fe8a8501 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.el-GR.yaml new file mode 100644 index 0000000000000..7a0a376dce727 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-GB.yaml new file mode 100644 index 0000000000000..4a87cdb3fbf5e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-US.yaml new file mode 100644 index 0000000000000..f50c306e89634 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (lij) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.es-MX.yaml new file mode 100644 index 0000000000000..e52067baf5e27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.fr-FR.yaml new file mode 100644 index 0000000000000..519372082732c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.hu-HU.yaml new file mode 100644 index 0000000000000..06fb0d32a650e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ja-JP.yaml new file mode 100644 index 0000000000000..278ff1496ad8e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.nb-NO.yaml new file mode 100644 index 0000000000000..556b013f40e72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ru-RU.yaml new file mode 100644 index 0000000000000..57c7e00b8de07 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ta-IN.yaml new file mode 100644 index 0000000000000..0dea1b4234d7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0efa1d01b4ffe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.yaml b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.yaml new file mode 100644 index 0000000000000..a85f510dc01aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lij/148.0.2/Mozilla.Firefox.lij.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lij +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.installer.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.installer.yaml new file mode 100644 index 0000000000000..8eb2c2974d579 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/lt/Firefox%20Setup%20148.0.2.exe + InstallerSha256: E7CE8AFA9DA5447D84DA19B2A6AE72457A52AE589AFBD17FD30994300CCC6E2A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/lt/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 62DBB7892284A0DEBE9200CC5A3DEE7FAC817305033E5C245E3FEBB1A3E1D69D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/lt/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 9FB9474DD17677AE5915D592534A766F9BB521493EC582CBF1EAEBEA3EC15430 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..91f0966878499 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.da-DK.yaml new file mode 100644 index 0000000000000..86a22bdb3b796 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.de-DE.yaml new file mode 100644 index 0000000000000..7ef35a0fb9fec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.el-GR.yaml new file mode 100644 index 0000000000000..6b7d700e82ba2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-GB.yaml new file mode 100644 index 0000000000000..8db0ca9a5cb63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-US.yaml new file mode 100644 index 0000000000000..ea78132343c11 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (lt) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.es-MX.yaml new file mode 100644 index 0000000000000..a97c432ac87a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.fr-FR.yaml new file mode 100644 index 0000000000000..bd78cb9902239 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.hu-HU.yaml new file mode 100644 index 0000000000000..a8dde6c563b71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3726c14bbbdf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.nb-NO.yaml new file mode 100644 index 0000000000000..f4d28999f9821 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ru-RU.yaml new file mode 100644 index 0000000000000..2e2a0ef9c8077 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ta-IN.yaml new file mode 100644 index 0000000000000..fb605712bd08b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.zh-CN.yaml new file mode 100644 index 0000000000000..77ada50d909c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.yaml b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.yaml new file mode 100644 index 0000000000000..be5a5a5512ad6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/lt/148.0.2/Mozilla.Firefox.lt.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.lt +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.installer.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.installer.yaml new file mode 100644 index 0000000000000..def0c4c137d2b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/my/Firefox%20Setup%20148.0.2.exe + InstallerSha256: B347BB722BAD31772D0B1C920D4E89BA71C07F55407C7DD34AE1973211B89701 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/my/Firefox%20Setup%20148.0.2.exe + InstallerSha256: D19F411F01F575684CC48F4D74AF960DE7E5E7F983FA52F340962C28A995FFB7 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/my/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 7D569A00C88B2F19F8DD1C5E3572C571AFA9F8ED9813EFF861B4F1ABA0FA7602 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..b23f7c963fcb2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.da-DK.yaml new file mode 100644 index 0000000000000..aab3983c1560e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.de-DE.yaml new file mode 100644 index 0000000000000..ce301167a0e86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.el-GR.yaml new file mode 100644 index 0000000000000..4ca87c21977e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-GB.yaml new file mode 100644 index 0000000000000..6fb5258cc30b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-US.yaml new file mode 100644 index 0000000000000..c41cc29fd3b06 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (my) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.es-MX.yaml new file mode 100644 index 0000000000000..e39dc5ef5f7a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.fr-FR.yaml new file mode 100644 index 0000000000000..1b718c406d782 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.hu-HU.yaml new file mode 100644 index 0000000000000..8e98553cd8f0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d64370e232809 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.nb-NO.yaml new file mode 100644 index 0000000000000..250e5661857c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ru-RU.yaml new file mode 100644 index 0000000000000..bba4ef66fbe71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ta-IN.yaml new file mode 100644 index 0000000000000..3c9a1d478606a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3e42ffdf52594 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.yaml b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.yaml new file mode 100644 index 0000000000000..60db2227a0147 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/my/148.0.2/Mozilla.Firefox.my.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.my +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.installer.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.installer.yaml new file mode 100644 index 0000000000000..96346a775ee40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/pa-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 62F3D0CE62E4309F3023AE2DDCF32162EE7E1D3D8FA978A4CFCBD4E75F8D2D83 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/pa-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 09902329E267B4F6ACCA0C16B513C7D40077C0528FFFFF7BAE8FF0BFC8DCA2DF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/pa-IN/Firefox%20Setup%20148.0.2.exe + InstallerSha256: C36426924FC7EC4273A5477699794B6D7639FC154DA212D8CAB523D2DA155A65 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..7775286664111 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.da-DK.yaml new file mode 100644 index 0000000000000..0e0e195c0e35c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.de-DE.yaml new file mode 100644 index 0000000000000..e20d257e6e21c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.el-GR.yaml new file mode 100644 index 0000000000000..d7d934d10c3d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-GB.yaml new file mode 100644 index 0000000000000..adefbedd8e1d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-US.yaml new file mode 100644 index 0000000000000..3758fdd70fe69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (pa-IN) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.es-MX.yaml new file mode 100644 index 0000000000000..880cdd0da994b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a81f3adb965dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml new file mode 100644 index 0000000000000..258798ab9edae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e4ca807474da7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4af2b27fcb5cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8e4b673c905ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml new file mode 100644 index 0000000000000..4bd7769e555e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f0f2fa5c081f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.yaml b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.yaml new file mode 100644 index 0000000000000..0eb0045dec9a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/pa-IN/148.0.2/Mozilla.Firefox.pa-IN.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.pa-IN +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.installer.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.installer.yaml new file mode 100644 index 0000000000000..6cbeaf97bb5ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/ro/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 865A06754BB3507356D4F9056E303914C84A6BA00B418848005619D1DE95C805 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/ro/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 307B43311806486A5150BCB2D8653ADBD1C36790A5E29269FFE17737C315A1F8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/ro/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 06F02749176C0A9D9DB166C57EDB3E57522B7AD62BB5909E2580B8CE57CE5F1D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..126bc53297c19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.da-DK.yaml new file mode 100644 index 0000000000000..787eefe04a4fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.de-DE.yaml new file mode 100644 index 0000000000000..d8c04fbc78c0e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.el-GR.yaml new file mode 100644 index 0000000000000..e267824e4657e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-GB.yaml new file mode 100644 index 0000000000000..c1d70a4399318 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-US.yaml new file mode 100644 index 0000000000000..352a0dedf57c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (ro) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.es-MX.yaml new file mode 100644 index 0000000000000..fd6c74063007a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.fr-FR.yaml new file mode 100644 index 0000000000000..250837d4cf8b0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.hu-HU.yaml new file mode 100644 index 0000000000000..8b11b286cf05b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0087dac696c8e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a40e9ffeb4d74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ru-RU.yaml new file mode 100644 index 0000000000000..6a987d9873246 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e3c431b3f3111 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.zh-CN.yaml new file mode 100644 index 0000000000000..107808b785621 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.yaml b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.yaml new file mode 100644 index 0000000000000..cb6f612315df1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ro/148.0.2/Mozilla.Firefox.ro.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ro +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.installer.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.installer.yaml new file mode 100644 index 0000000000000..be054098a3085 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/uk/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A9932AE2B995658CB31E433FD76DD40A62DF5BF9CF4FDFE6326A9D02DAC36C68 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/uk/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 0D084D0315EA54E7CB5AAA73FA921632F3616601DF015C49A70AB5DBA8E32CA6 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/uk/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 38573468FC37A3C2D8A7555A58006B192FF3762D8A40E27E02DF6D3039EE888C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0a5824163f765 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.da-DK.yaml new file mode 100644 index 0000000000000..0b2a12ccf3e1f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.de-DE.yaml new file mode 100644 index 0000000000000..af58ffeace9e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.el-GR.yaml new file mode 100644 index 0000000000000..03c3c7aab5edd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-GB.yaml new file mode 100644 index 0000000000000..26be44226e1ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-US.yaml new file mode 100644 index 0000000000000..7d38d89f5a52f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (uk) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.es-MX.yaml new file mode 100644 index 0000000000000..f3c18064afcb0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9adf0560b975e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f0501208198ba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ja-JP.yaml new file mode 100644 index 0000000000000..02a0398d3c2a3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5d46a4e1ad8ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ru-RU.yaml new file mode 100644 index 0000000000000..6e963c900a45f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ta-IN.yaml new file mode 100644 index 0000000000000..2d79196609633 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5580b183234ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.yaml b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.yaml new file mode 100644 index 0000000000000..24ecb244483cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/uk/148.0.2/Mozilla.Firefox.uk.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.uk +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.installer.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.installer.yaml new file mode 100644 index 0000000000000..77cefe77f0250 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.installer.yaml @@ -0,0 +1,40 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +InstallerType: nullsoft +Scope: machine +InstallerSwitches: + Silent: /S /PreventRebootRequired=true + SilentWithProgress: /S /PreventRebootRequired=true + InstallLocation: /InstallDirectoryPath="" +UpgradeBehavior: install +Protocols: +- http +- https +- mailto +FileExtensions: +- avif +- htm +- html +- pdf +- shtml +- svg +- webp +- xht +- xhtml +ProductCode: Mozilla Firefox +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win32/vi/Firefox%20Setup%20148.0.2.exe + InstallerSha256: A8F8EA888D045D5E48A0721DC3CB4921003F59F25F8BB26DB488103056F21B54 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64/vi/Firefox%20Setup%20148.0.2.exe + InstallerSha256: F9466A35BB6E51199E4B12A5087317EC61DEB52E796C633C1C0C153E1126FD48 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/148.0.2/win64-aarch64/vi/Firefox%20Setup%20148.0.2.exe + InstallerSha256: 2C3BD99A190F992B79C52386ADA60A38BE9D018764434903899B5532890043D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..bba598fea9263 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.cs-CZ.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: cs-CZ +PublisherUrl: https://www.mozilla.org/cs/ +PublisherSupportUrl: https://support.mozilla.org/cs/ +PrivacyUrl: https://www.mozilla.org/cs/privacy/firefox/ +PackageUrl: https://www.mozilla.org/cs/firefox/ +ShortDescription: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. +Description: Mozilla Firefox je svobodný multiplatformní webový prohlížeč, který vyvíjí ve spolupráci se stovkami dobrovolníků Mozilla Corporation, dceřiná společnost nadace Mozilla Foundation. První finální verze 1.0 byla vydána i v češtině 9. listopadu 2004 za velkého zájmu uživatelů i médií a stala se jedním z nejpoužívanějších programů s otevřeným kódem. Kromě oficiálně podporovaných platforem, kterými jsou Microsoft Windows, Android, Linux a macOS, je Firefox dostupný i pro FreeBSD, OS/2, RISC OS, SkyOS či BeOS. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.da-DK.yaml new file mode 100644 index 0000000000000..2cf15ceee9944 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.da-DK.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: da-DK +PublisherUrl: https://www.mozilla.org/da/ +PublisherSupportUrl: https://support.mozilla.org/da/ +PrivacyUrl: https://www.mozilla.org/en-US/privacy/firefox/ +PackageUrl: https://www.mozilla.org/da/firefox/ +ShortDescription: Mozilla Firefox er gratis og åben kildekode-software, udviklet af et fællesskab på tusinder fra hele verden. +Description: Firefox Browser, også kendt som Mozilla Firefox eller bare Firefox, er en gratis og open-source webbrowser udviklet af Mozilla Foundation og dens datterselskab, Mozilla Corporation. Firefox bruger Gecko-layoutmotoren til at gengive websider, som implementerer aktuelle og forventede webstandarder. I 2017 begyndte Firefox at inkorporere ny teknologi under kodeordet Quantum for at fremme parallelitet og et mere intuitivt brugergrænseflade. Firefox er officielt tilgængelig til Windows 7 eller nyere, macOS og Linux. Dens uofficielle porte er tilgængelige til forskellige Unix og Unix-lignende operativsystemer, herunder FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.de-DE.yaml new file mode 100644 index 0000000000000..a8db3c90be126 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.de-DE.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: de-DE +PublisherUrl: https://www.mozilla.org/de/ +PublisherSupportUrl: https://support.mozilla.org/de/ +PrivacyUrl: https://www.mozilla.org/de/privacy/firefox/ +PackageUrl: https://www.mozilla.org/de/firefox/ +ShortDescription: Mozilla Firefox ist ein freier und quelloffener Webbrowser. +Description: Mozilla Firefox, kurz Firefox genannt, ist ein freier Webbrowser des Mozilla-Projektes. Er wurde im September 2002 veröffentlicht. Firefox verwendet die Gecko-Layout-Engine zum Rendern von Webseiten, die aktuelle und erwartete Webstandards implementiert. Im Jahr 2017 begann Firefox mit der Einführung neuer Technologien unter dem Codenamen Quantum, um Parallelität und eine intuitivere Benutzeroberfläche zu fördern. Seine inoffiziellen Ports sind für verschiedene Unix- und Unix-ähnliche Betriebssysteme verfügbar, darunter FreeBSD, OpenBSD, NetBSD, illumos und Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.el-GR.yaml new file mode 100644 index 0000000000000..87b3f84e764d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.el-GR.yaml @@ -0,0 +1,13 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: el-GR +PublisherUrl: https://www.mozilla.org/el/ +PublisherSupportUrl: https://support.mozilla.org/el/ +PrivacyUrl: https://www.mozilla.org/el/privacy/firefox/ +PackageUrl: https://www.mozilla.org/el/firefox/ +ShortDescription: Firefox, ένα δωρεάν πρόγραμμα περιήγησης από τη Mozilla, μια μη κερδοσκοπική οργάνωση αφιερωμένη στην υγεία και το απόρρητο του διαδικτύου. +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-GB.yaml new file mode 100644 index 0000000000000..1414ef613bf6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-GB.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: en-GB +PublisherUrl: https://www.mozilla.org/en-GB/ +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-US.yaml new file mode 100644 index 0000000000000..90ec31b13ad9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: en-US +Publisher: Mozilla +PublisherUrl: https://www.mozilla.org/ +PublisherSupportUrl: https://support.mozilla.org/ +PrivacyUrl: https://www.mozilla.org/privacy/firefox/ +Author: Mozilla Foundation +PackageName: Mozilla Firefox (vi) +PackageUrl: https://www.mozilla.org/firefox/ +License: MPL-2.0 +LicenseUrl: https://www.mozilla.org/MPL/2.0 +Copyright: © Firefox and Mozilla Developers; available under the MPL 2 license. +CopyrightUrl: https://www.mozilla.org/foundation/trademarks/policy +ShortDescription: Mozilla Firefox is free and open source software, built by a community of thousands from all over the world. +Description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards. In 2017, Firefox began incorporating new technology under the code name Quantum to promote parallelism and a more intuitive user interface. Firefox is officially available for Windows 7 or newer, macOS, and Linux. Its unofficial ports are available for various Unix and Unix-like operating systems including FreeBSD, OpenBSD, NetBSD, illumos, and Solaris Unix. +Moniker: firefox +Tags: +- browser +- gecko +- internet +- quantum +- spidermonkey +- web +- web-browser +- webpage +ReleaseNotes: |- + Version 148.0.2, first offered to Release channel users on March 10, 2026 + + Fixed + - Fixed an issue where searches entered in the Firefox Home search field were incorrectly redirected to the address bar for some users who had disabled search handoff behavior via advanced settings. (Bug 2017049) + - Fixed an issue where some web-based rich text editors stopped applying formatting, such as bold or italic. (Bug 2020927) + - Fixed an issue where videos could autoplay unexpectedly on YouTube despite autoplay being blocked, particularly impacting screen reader users. (Bug 2020233) + - Fixed an issue that caused some absolutely positioned elements meant to be centered, for example, using margin: auto with inset: 0, to appear left-aligned on initial load. (Bug 2017440) + - Fixed an issue where the “Switch to Tab” suggestion in the address bar appeared blank for pages without a title. (Bug 2020341) + - Fixed an issue that could reduce video quality on Windows systems using NVIDIA GPUs with Video Super Resolution enabled. (Bug 2019515) + - Various security fixes. + - Reference link to 148.0 release notes. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/148.0.2/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.es-MX.yaml new file mode 100644 index 0000000000000..e5f9bd73bdcdc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.es-MX.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: es-MX +PublisherUrl: https://www.mozilla.org/es-MX/ +PublisherSupportUrl: https://support.mozilla.org/es/ +PrivacyUrl: https://www.mozilla.org/es/privacy/firefox/ +PackageUrl: https://www.mozilla.org/es-MX/firefox/ +ShortDescription: Mozilla Firefox es un software gratuito y de código abierto, creado por una comunidad de miles de personas de todo el mundo. +Description: Firefox Browser, también conocido como Mozilla Firefox o simplemente Firefox, es un navegador web gratuito y de código abierto desarrollado por Mozilla Foundation y su subsidiaria, Mozilla Corporation. Firefox utiliza el motor de diseño Gecko para representar páginas web, que implementa estándares web actuales y anticipados. En 2017, Firefox comenzó a incorporar nueva tecnología con el nombre en código Quantum para promover el paralelismo y una interfaz de usuario más intuitiva. Firefox está disponible oficialmente para Windows 7 o más reciente, macOS y Linux. Sus puertos no oficiales están disponibles para varios sistemas operativos Unix y similares a Unix, incluidos FreeBSD, OpenBSD, NetBSD, illumos y Solaris Unix. +Tags: +- navegador +- navegador-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.fr-FR.yaml new file mode 100644 index 0000000000000..59e5754cc4603 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.fr-FR.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: fr-FR +PublisherUrl: https://www.mozilla.org/fr/ +PublisherSupportUrl: https://support.mozilla.org/fr/ +PrivacyUrl: https://www.mozilla.org/fr/privacy/firefox/ +PackageUrl: https://www.mozilla.org/fr/firefox/ +ShortDescription: Mozilla Firefox est un logiciel libre et ouvert, réalisé par une communauté de milliers de contributeurs dans le monde. +Tags: +- navigateur +- navigateur-web +- web +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e46268ae9d020 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.hu-HU.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: hu-HU +PublisherUrl: https://www.mozilla.org/hu/ +PublisherSupportUrl: https://support.mozilla.org/hu/ +PrivacyUrl: https://www.mozilla.org/hu/privacy/firefox/ +PackageUrl: https://www.mozilla.org/hu/firefox/ +ShortDescription: A Mozilla Firefox egy ingyenes és nyílt forráskódú webböngésző. +Description: A Firefox böngésző, más néven Mozilla Firefox vagy egyszerűen Firefox, egy ingyenes és nyílt forráskódú webböngésző amelyet a Mozilla Foundation és leányvállalata, a Mozilla Corporation fejlesztett ki. A Firefox a Gecko elrendezési motor használja a weboldalak megjelenítéséhez, a jelenlegi és a várható webes szabványok szerint. 2017-ben a Firefox Quantum kódnéven új technológiát kezdett beépíteni a párhuzamos végrehajtást és a intuitívabb felhasználói felületet célozva meg. A Firefox hivatalosan elérhető Windows 7 vagy újabb, macOS és Linux rendszerekhez. Nem hivatalos portjai különféle Unix és Unix-szerű operációs rendszerekhez érhetők el, beleértve a FreeBSD-t, OpenBSD, NetBSD, illumos és Solaris Unix. +Tags: +- webbrowser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f319f6273848d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ja-JP.yaml @@ -0,0 +1,14 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: ja-JP +PublisherUrl: https://www.mozilla.org/ja/ +PublisherSupportUrl: https://support.mozilla.org/ja/ +PrivacyUrl: https://www.mozilla.org/ja/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ja/firefox/ +ShortDescription: 高速で軽量、プライバシー重視のブラウザー +Description: Mozilla Firefox は無料のオープンソースソフトウェアであり、世界中の多数のコミュニティによって開発されています。 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.nb-NO.yaml new file mode 100644 index 0000000000000..11ff6bfbcbf98 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.nb-NO.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: nb-NO +PublisherUrl: https://www.mozilla.org/nb-NO/ +PublisherSupportUrl: https://support.mozilla.org/nb-NO/ +PrivacyUrl: https://www.mozilla.org/nb-NO/privacy/firefox/ +PackageUrl: https://www.mozilla.org/nb-NO/firefox/ +ShortDescription: Mozilla Firefox er gratis programvare med åpen kildekode, bygget av et samfunn på tusenvis fra hele verden. +Description: Firefox Browser, også kjent som Mozilla Firefox eller bare Firefox, er en gratis nettleser med åpen kildekode utviklet av Mozilla Foundation og dets datterselskap, Mozilla Corporation. Firefox bruker Gecko-layoutmotoren til å gjengi nettsider, som implementerer gjeldende og forventede webstandarder. I 2017 begynte Firefox å innlemme ny teknologi under kodenavnet Quantum for å fremme parallellitet og et mer intuitivt brukergrensesnitt. Firefox er offisielt tilgjengelig for Windows 7 eller nyere, macOS og Linux. Dens uoffisielle porter er tilgjengelige for forskjellige Unix og Unix-lignende operativsystemer, inkludert FreeBSD, OpenBSD, NetBSD, illumos og Solaris Unix. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ru-RU.yaml new file mode 100644 index 0000000000000..da90cb4fe0adf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ru-RU.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: ru-RU +PublisherUrl: https://www.mozilla.org/ru/ +PublisherSupportUrl: https://support.mozilla.org/ru/ +PrivacyUrl: https://www.mozilla.org/ru/privacy/firefox/ +PackageUrl: https://www.mozilla.org/ru/firefox/ +ShortDescription: Mozilla Firefox это бесплатное программное обеспечение с открытым исходным кодом, созданное сообществом тысяч людей со всего мира. +Description: Браузер Firefox, также известный как Mozilla Firefox или просто Firefox, - это бесплатный веб-браузер с открытым исходным кодом, разработанный Mozilla Foundation и его дочерней компанией Mozilla Corporation. Firefox использует механизм компоновки Gecko для отображения веб-страниц, который реализует текущие и ожидаемые веб-стандарты. В 2017 году Firefox начал включать новую технологию под кодовым названием Quantum, чтобы способствовать параллелизму и более интуитивному пользовательскому интерфейсу. Firefox официально доступен для Windows 7 или новее, macOS и Linux. Его неофициальные порты доступны для различных Unix и Unix-подобных операционных систем, включая FreeBSD, OpenBSD, NetBSD, illumos и Solaris Unix. +Tags: +- браузер +- веб-браузер +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ta-IN.yaml new file mode 100644 index 0000000000000..69f204374258a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.ta-IN.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: ta-IN +PublisherUrl: https://www.mozilla.org/ta/ +PublisherSupportUrl: https://support.mozilla.org/ta/ +Author: மொஸில்லா அறக்கட்டளை +ShortDescription: மொஸில்லா பயர்பாக்ஸ் என்பது இலவச மற்றும் திறந்த மூல மென்பொருளாகும், இது உலகம் முழுவதிலுமிருந்து ஆயிரக்கணக்கான சமூகத்தால் உருவாக்கப்பட்டது. +Description: பயர்பாக்ஸ் உலாவி, மொஸில்லா பயர்பாக்ஸ் அல்லது வெறுமனே பயர்பாக்ஸ் என்றும் அழைக்கப்படுகிறது, இது மொஸில்லா அறக்கட்டளை மற்றும் அதன் துணை நிறுவனமான மொஸில்லா கார்ப்பரேஷனால் உருவாக்கப்பட்ட ஒரு இலவச மற்றும் திறந்த மூல இணைய உலாவியாகும். பயர்பாக்ஸ் இணையப் பக்கங்களை வழங்குவதற்கு கெக்கோ தளவமைப்பு இயந்திரத்தைப் பயன்படுத்துகிறது, இது தற்போதைய மற்றும் எதிர்பார்க்கப்பட்ட இணையத் தரங்களைச் செயல்படுத்துகிறது. 2017 ஆம் ஆண்டில், இணையான மற்றும் மிகவும் உள்ளுணர்வு பயனர் இடைமுகத்தை மேம்படுத்துவதற்காக குவாண்டம் என்ற குறியீட்டு பெயரில் புதிய தொழில்நுட்பத்தை பயர்பாக்ஸ் இணைக்கத் தொடங்கியது. Firefox Windows 7 அல்லது புதிய, macOS மற்றும் Linux க்கு அதிகாரப்பூர்வமாக கிடைக்கிறது. அதன் அதிகாரப்பூர்வமற்ற போர்ட்கள் FreeBSD, OpenBSD, NetBSD, illumos மற்றும் Solaris Unix உள்ளிட்ட பல்வேறு Unix மற்றும் Unix போன்ற இயங்குதளங்களுக்கு கிடைக்கின்றன. +Tags: +- இணைய-உலாவி +- உலாவி +- குவாண்டம் +- குறுக்கு-தளம் +- கெக்கோ +- சிலந்தி-குரங்கு +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6e3406719fe0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.locale.zh-CN.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +PackageLocale: zh-CN +PublisherUrl: https://www.mozilla.org/zh-CN/ +PublisherSupportUrl: https://support.mozilla.org/zh-CN/ +PrivacyUrl: https://www.mozilla.org/zh-CN/privacy/firefox/ +Author: Mozilla 基金会 +PackageUrl: https://www.mozilla.org/zh-CN/firefox/ +ShortDescription: 开放安全的开源浏览器 +Description: Firefox 浏览器是唯一一款由非营利组织支持,不会将您的个人数据买给广告商,还能保护您个人信息的主流浏览器。 +Tags: +- gecko +- quantum +- spidermonkey +- 浏览器 +- 火狐 +- 火狐浏览器 +- 网页 +- 网页浏览器 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.yaml b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.yaml new file mode 100644 index 0000000000000..6a8d9de5a9551 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/vi/148.0.2/Mozilla.Firefox.vi.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.vi +PackageVersion: 148.0.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml new file mode 100644 index 0000000000000..e7efd58b60041 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.installer.yaml @@ -0,0 +1,20 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard +PackageVersion: 5.0.3 +InstallerLocale: en-US +InstallerType: nullsoft +ProductCode: RSS Guard 5 +ReleaseDate: 2026-03-06 +AppsAndFeaturesEntries: +- ProductCode: RSS Guard 5 +InstallationMetadata: + DefaultInstallLocation: C:\RSS Guard 5 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/martinrotter/rssguard/releases/download/5.0.3/rssguard-5.0.3-qt6-win10.exe + InstallerSha256: C118383D24368045B1056A6909875CE0A44A4969C46CB1F1D8EF95020B717B34 +ManifestType: installer +ManifestVersion: 1.12.0 + diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml new file mode 100644 index 0000000000000..2f0513fba68b9 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard +PackageVersion: 5.0.3 +PackageLocale: en-US +Publisher: martinrotter +PublisherUrl: https://github.com/martinrotter +PublisherSupportUrl: https://github.com/martinrotter/rssguard/issues +PackageName: RSS Guard +PackageUrl: https://github.com/martinrotter/rssguard +License: GPL-3.0 +LicenseUrl: https://github.com/martinrotter/rssguard/blob/HEAD/LICENSE.md +ShortDescription: Feed reader which supports RSS/ATOM/JSON and many web-based feed services. +Tags: +- aggregator +- atom +- bazqux +- c-plus-plus +- feedly +- freshrss +- gmail +- inoreader +- nextcloud +- qt +- rdf +- rss +- rss-guard +- rss-reader +- theoldreader +- tiny-tiny-rss +ReleaseNotes: |- + If you have 5.0.0 or 5.0.1 installed via official installer (.exe) then MAKE SURE TO BACKUP your data5 folder manually BEFORE you perform the upgrade. These 5.0.0/5.0.1 installers have the bug and they delete your user data folder by mistake! The bug is fixed in 5.0.2+ installers. + I am again really sorry for the bug which deleted your data when transitioning from 5.0.0 to 5.0.1. Again, sorry for that. It was just a programming error. + Here is the FAQ I compiled from the latest survey, check it out to see my answers to your questions asked in that survey. + https://gist.github.com/martinrotter/5bc7d71177aa4fb937d15e85277b5aca + Here is yet another (important) survey, fill it too please, it is about bringing back QtWebEngine. + https://forms.gle/PZ9uLv8GcwkJekVTA + Added: + - Configurable duration of toast notifications. (#2085) + - Restructured built-in icon themes, so now more upscaled icons are used, also some duplicate icons are now differentiated. (#2076) + - Article counts now can be aligned. (#2086) + - Skin minimal-dark now does NOT enforce Fusion style. This has some UI-related implications. Everyone who gets "bad" skin look, make sure to double check the settings and set proper skin, style and icon theme. (#2089) + Fixed: + - Window title bar is now properly dark if dark skin is selected. (#2081) + - Images now should be properly decoded on more websites. (#2080) + - Feed list items expanding/collapsing algorithm was updated to have more consistency when filtering feed list with search phrase. (#2091) + - Fetch full article now should replace (and save) new full article contents if it was downloaded without errors. Also, internal scraper for this feature was enhanced and now should be able to scrape even more websites. Note that if some website is behind login or heavy cookies, then the feature will likely fail. Also, some websites return "error" websites while also reporting HTTP/200 code - this is problem for internal scraper because it cannot then know that the website was in fact not properly fetched. (#2079) +ReleaseNotesUrl: https://github.com/martinrotter/rssguard/releases/tag/5.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.yaml b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.yaml new file mode 100644 index 0000000000000..07394fba7b877 --- /dev/null +++ b/manifests/m/martinrotter/RSSGuard/5.0.3/martinrotter.RSSGuard.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: martinrotter.RSSGuard +PackageVersion: 5.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.installer.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.installer.yaml new file mode 100644 index 0000000000000..90adc1375f332 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.installer.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: INSTALLDIR="" +UpgradeBehavior: uninstallPrevious +FileExtensions: +- qgs +- qgz +- qlr +- qml +- qpt +ProductCode: '{2984C77B-C1A1-1014-BA3D-825D8E7CD8DA}' +ReleaseDate: 2026-03-06 +AppsAndFeaturesEntries: +- DisplayName: QGIS 3.44.8 'Solothurn' + ProductCode: '{2984C77B-C1A1-1014-BA3D-825D8E7CD8DA}' + UpgradeCode: '{29853EA8-C1A1-1014-BA3D-825D8E7CD8DA}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\QGIS 3.40.11' +Installers: +- Architecture: x64 + InstallerUrl: https://qgis.org/downloads/QGIS-OSGeo4W-3.44.8-1.msi + InstallerSha256: 1749117CA3757340CAA7665E5586E80E560385CE41BD3A820FFF0E3910B60D2A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml new file mode 100644 index 0000000000000..682fa142a0a00 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.en-US.yaml @@ -0,0 +1,22 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +PackageLocale: en-US +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/en/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/en/site/getinvolved/governance/trademark/ +ShortDescription: A Free and Open Source Geographic Information System (GIS) +Description: QGIS is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, Windows and Android and supports numerous vector, raster, and database formats and functionalities. +Moniker: qgis-ltr +Tags: +- gis +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.zh-CN.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.zh-CN.yaml new file mode 100644 index 0000000000000..997a68a127881 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.locale.zh-CN.yaml @@ -0,0 +1,21 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +PackageLocale: zh-CN +Publisher: QGIS.org +PublisherUrl: https://www.osgeo.org/ +PublisherSupportUrl: https://www.qgis.org/zh-Hans/site/forusers/support.html +Author: The Open Source Geospatial Foundation +PackageName: QGIS (LTR) +PackageUrl: https://www.qgis.org/ +License: GPL-2.0 +LicenseUrl: https://github.com/qgis/QGIS/blob/HEAD/COPYING +CopyrightUrl: https://www.qgis.org/zh-Hans/site/getinvolved/governance/trademark/ +ShortDescription: 免费开源的地理信息系统(GIS) +Description: QGIS 是一个用户友好的开源地理信息系统(GIS),采用 GNU 通用公共许可证授权。QGIS 是开源地理空间基金会(The Open Source Geospatial Foundation,OSGeo)的官方项目,可在 Linux、Unix、Mac OSX、Windows 和 Android 上运行,并支持多种矢量、光栅和数据库格式及功能。 +Tags: +- 地理信息系统 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.yaml b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.yaml new file mode 100644 index 0000000000000..2a06e91546a79 --- /dev/null +++ b/manifests/o/OSGeo/QGIS_LTR/3.44.8/OSGeo.QGIS_LTR.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: OSGeo.QGIS_LTR +PackageVersion: 3.44.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml new file mode 100644 index 0000000000000..b4a8bf1cc4c6b --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: ocm.exe +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.37.0/ocm-0.37.0-windows-amd64.zip + InstallerSha256: 05D1AAC7DA926C41962BCFC5978AEED3C665819E43AC5104CE20F9DF9DF69D4D +- Architecture: arm64 + InstallerUrl: https://github.com/open-component-model/ocm/releases/download/v0.37.0/ocm-0.37.0-windows-arm64.zip + InstallerSha256: 7ABA9A76F90105842E62B48F586B2F1EB710E5E9EF42DD0C8AB1AE030C6B5775 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..307195ab8eb7c --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +PackageLocale: en-US +Publisher: SAP SE +PublisherUrl: https://github.com/open-component-model +PublisherSupportUrl: https://github.com/open-component-model/ocm/issues +PackageName: ocm-cli +PackageUrl: https://github.com/open-component-model/ocm +License: Apache-2.0 +LicenseUrl: https://github.com/open-component-model/ocm/blob/HEAD/LICENSE +ShortDescription: Open Component Model Command Line Interface (ocm-cli) +Tags: +- ocm +- open-component-model +ReleaseNotes: |- + What's Changed + 🚀 Features + - feat: add registry client timeout attribute by @piotrjanik in #1823 + 🐛 Bug Fixes + - fix: the version comment on codeql is incorrect by @Skarlso in #1828 + - fix: revert feat: add registry client timeout attribute (#1823) by @piotrjanik in #1835 + - fix: increase token scope to create PRs or sent events in other repositories by @frewilhelm in #1834 + ⬆️ Dependencies + 8 changes + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 by @dependabot[bot] in #1788 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 by @dependabot[bot] in #1798 + - chore(deps): bump the go group with 11 updates by @dependabot[bot] in #1804 + - chore: update Go version to 1.25.7 by @morri-son in #1811 + - chore(deps): bump the go group across 1 directory with 6 updates by @Skarlso in #1817 + - chore(deps): bump the go group with 10 updates by @dependabot[bot] in #1825 + - chore: update mongodb for security compliance fixes by @Skarlso in #1827 + - chore(deps): bump the go group with 7 updates by @dependabot[bot] in #1831 + 🧰 Maintenance + - chore: bump VERSION to 0.37.0-dev by @ocmbot[bot] in #1796 + - chore: correct brew and readme by @morri-son in #1815 + - chore: bump VERSION to 0.38.0-dev by @ocmbot[bot] in #1819 + - chore: update to use create-github-app-token action instead of deprecated tibdex by @Skarlso in #1829 + - chore: Revert "chore: bump VERSION to 0.38.0-dev (#1819)" by @frewilhelm in #1836 + Full Changelog: v0.36...v0.37.0 +ReleaseNotesUrl: https://github.com/open-component-model/ocm/releases/tag/v0.37.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.yaml b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.yaml new file mode 100644 index 0000000000000..defb0145b0dd1 --- /dev/null +++ b/manifests/o/Open-Component-Model/ocm-cli/0.37.0/Open-Component-Model.ocm-cli.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Open-Component-Model.ocm-cli +PackageVersion: 0.37.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.installer.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.installer.yaml new file mode 100644 index 0000000000000..60bfaa15b5af7 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.66 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operastable +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup.exe + InstallerSha256: 157F0698AE0A21EB5C7AF10462F2F7CFAE9D01F76920ECAE93399BF6A4F7809C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup.exe + InstallerSha256: 157F0698AE0A21EB5C7AF10462F2F7CFAE9D01F76920ECAE93399BF6A4F7809C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_x64.exe + InstallerSha256: 66A25A71F1A0203688338B7FD86EE09063B60684076E60D513762E21F9EBE73C + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_x64.exe + InstallerSha256: 66A25A71F1A0203688338B7FD86EE09063B60684076E60D513762E21F9EBE73C + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_arm64.exe + InstallerSha256: 0884FA3DD4C77C1BE083E2E581E4A5CCA10A21355284CF98CAD194250982FDF7 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera/desktop/128.0.5807.66/win/Opera_128.0.5807.66_Setup_arm64.exe + InstallerSha256: 0884FA3DD4C77C1BE083E2E581E4A5CCA10A21355284CF98CAD194250982FDF7 + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.en-US.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.en-US.yaml new file mode 100644 index 0000000000000..567478556b88d --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.66 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera +Tags: +- browser +- chromium +- internet +- manifestv2 +- mv2 +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.nb-NO.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a954f3b17c766 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.nb-NO.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.66 +PackageLocale: nb-NO +Publisher: Opera Software +PublisherUrl: https://www.opera.com/no +PublisherSupportUrl: https://www.opera.com/no/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Software +PackageName: Opera Stable +PackageUrl: https://www.opera.com/no/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. Med enerett. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera nettleseren inneholder alt du trenger for privat, trygg og effektiv surfing, sammen med en rekke unike funksjoner for å forbedre mulighetene dine online. +Description: Opera er en nettleser med flere plattformer utviklet av Opera Software. Opera er en krombasert nettleser. Den skiller seg fra andre nettlesere gjennom brukergrensesnittet, funksjonaliteten og andre funksjoner. +Tags: +- nettleser +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.zh-CN.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7f495220c19c4 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.66 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera Stable +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.yaml b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.yaml new file mode 100644 index 0000000000000..77a06bb4190a6 --- /dev/null +++ b/manifests/o/Opera/Opera/128.0.5807.66/Opera.Opera.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera +PackageVersion: 128.0.5807.66 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.installer.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.installer.yaml new file mode 100644 index 0000000000000..5f9833e36e433 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.installer.yaml @@ -0,0 +1,68 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5832.0 +InstallerType: exe +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /silent + SilentWithProgress: /runimmediately +UpgradeBehavior: install +Protocols: +- ftp +- http +- https +- mailto +- operadeveloper +FileExtensions: +- crx +- htm +- html +- opdownload +- pdf +- shtml +- xht +- xhtml +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup.exe + InstallerSha256: 3301AAC1D101596ED38B20E7A5F92A8774FEA02D47EB3CEFF62641ED5CD3D51E + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x86 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup.exe + InstallerSha256: 3301AAC1D101596ED38B20E7A5F92A8774FEA02D47EB3CEFF62641ED5CD3D51E + InstallerSwitches: + Custom: /allusers=1 +- Architecture: x64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_x64.exe + InstallerSha256: CE54D27E09AE8049A51008E53E35089880F67DA6972A15E68D3B1FF2B1EE8034 + InstallerSwitches: + Custom: /allusers=0 +- Architecture: x64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_x64.exe + InstallerSha256: CE54D27E09AE8049A51008E53E35089880F67DA6972A15E68D3B1FF2B1EE8034 + InstallerSwitches: + Custom: /allusers=1 +- Architecture: arm64 + Scope: user + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_arm64.exe + InstallerSha256: 0E3C2DB56A0CF99B94B69EB3765FF246C75EB5300B338BDF388B67AC3DB65DBD + InstallerSwitches: + Custom: /allusers=0 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://get.geo.opera.com/pub/opera-developer/130.0.5832.0/win/Opera_Developer_130.0.5832.0_Setup_arm64.exe + InstallerSha256: 0E3C2DB56A0CF99B94B69EB3765FF246C75EB5300B338BDF388B67AC3DB65DBD + InstallerSwitches: + Custom: /allusers=1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.en-US.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..8e5d486630acd --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.en-US.yaml @@ -0,0 +1,33 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5832.0 +PackageLocale: en-US +Publisher: Opera Software +PublisherUrl: https://www.opera.com/ +PublisherSupportUrl: https://www.opera.com/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera developer +PackageUrl: https://www.opera.com/browsers/opera +License: Freeware +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: Copyright © 1995-2026 Opera Software AS. All rights reserved. +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: The Opera browser includes everything you need for private, safe, and efficient browsing, along with a variety of unique features to enhance your capabilities online. +Description: Opera is a multi-platform web browser developed by Opera Software. Opera is a Chromium-based browser. It distinguishes itself from other browsers through its user interface, functionality, and other features. +Moniker: opera-dev +Tags: +- browser +- chromium +- internet +- web +- webpage +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: FAQ + DocumentUrl: https://help.opera.com/faq/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.zh-CN.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8e4001f1d793 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.locale.zh-CN.yaml @@ -0,0 +1,31 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5832.0 +PackageLocale: zh-CN +Publisher: Opera Software +PublisherUrl: https://www.opera.com/zh-cn +PublisherSupportUrl: https://www.opera.com/zh-cn/help +PrivacyUrl: https://legal.opera.com/privacy/ +Author: Opera Norway AS +PackageName: Opera developer +PackageUrl: https://www.opera.com/zh-cn/browsers/opera +License: 免费软件 +LicenseUrl: https://legal.opera.com/eula/computers/ +Copyright: 版权所有 © 1995-2026 Opera Software AS。保留所有权利。 +CopyrightUrl: https://legal.opera.com/terms/ +ShortDescription: Opera 浏览器让您可以私密、安全和高效地浏览,还有各种独特功能提高您的上网冲浪能力。 +Description: Opera 是 Opera 软件公司开发的多平台网络浏览器。Opera 是一款基于 Chromium 的浏览器,在用户界面、功能和其它特性上与其它浏览器有所不同。 +Tags: +- chromium +- 互联网 +- 浏览器 +- 网页 +Documentations: +- DocumentLabel: 教程 + DocumentUrl: https://www.opera.com/tutorials +- DocumentLabel: 常见问题 + DocumentUrl: https://help.opera.com/faq/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.yaml b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.yaml new file mode 100644 index 0000000000000..7e76b6cb3d278 --- /dev/null +++ b/manifests/o/Opera/Opera/Dev/130.0.5832.0/Opera.Opera.Dev.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Opera.Opera.Dev +PackageVersion: 130.0.5832.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.installer.yaml b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.installer.yaml new file mode 100644 index 0000000000000..f8a91cb7936dc --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC +PackageVersion: 17.00.0008 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008/psqlodbc-setup.exe + InstallerSha256: 8BC8CC3159C79F22555B8DEB37E0BEB8E005F96A8A9D57132A2D4B1B66E23615 + ProductCode: '{33e62179-a303-441f-8be7-20ff9722b539}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008/psqlodbc-setup.exe + InstallerSha256: 8BC8CC3159C79F22555B8DEB37E0BEB8E005F96A8A9D57132A2D4B1B66E23615 + ProductCode: '{33e62179-a303-441f-8be7-20ff9722b539}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008/psqlodbc_x86.msi + InstallerSha256: F0FFB71B522AD14EC205D35BD0DB275D351127051F61E85C08591DAFA4169806 + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{DC0FB83A-F581-4265-960E-AEF2027AB86F}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008/psqlodbc_x64.msi + InstallerSha256: C28B5604605DF41250533418A5C92716CC8781A0104EDDC675C00B99F23D8431 + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{5E2F7CAF-1A6C-4729-9628-2ADF5FAF49B8}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.en-US.yaml b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.en-US.yaml new file mode 100644 index 0000000000000..426ece094be08 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC +PackageVersion: 17.00.0008 +PackageLocale: en-US +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright © 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: The official PostgreSQL ODBC Driver +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.zh-CN.yaml b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c57c622b03253 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC +PackageVersion: 17.00.0008 +PackageLocale: zh-CN +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright © 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: 官方 PostgreSQL ODBC 驱动 +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.yaml b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.yaml new file mode 100644 index 0000000000000..dcc22aa1b0283 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/17.00.0008/PostgreSQL.psqlODBC.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC +PackageVersion: 17.00.0008 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.installer.yaml b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.installer.yaml new file mode 100644 index 0000000000000..a9fe48e5bf5eb --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.installer.yaml @@ -0,0 +1,35 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC.mimalloc +PackageVersion: 17.00.0008 +Scope: machine +UpgradeBehavior: install +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x86 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008-mimalloc/psqlodbc-setup.exe + InstallerSha256: 95AD56E02C34E2CA1AA9D12A3E71C200BC99989EB6479C32ADE5FA13C670DA02 + ProductCode: '{2ed05919-eda3-44f5-9b3d-0058c6c4a84b}' +- Architecture: x64 + InstallerType: burn + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008-mimalloc/psqlodbc-setup.exe + InstallerSha256: 95AD56E02C34E2CA1AA9D12A3E71C200BC99989EB6479C32ADE5FA13C670DA02 + ProductCode: '{2ed05919-eda3-44f5-9b3d-0058c6c4a84b}' +- Architecture: x86 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008-mimalloc/psqlodbc_x86.msi + InstallerSha256: F86B6A6E65F0145F87AD584D4339C4D3468C11B7C632BCEC69D4723C87A2273E + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{AA60D172-6B68-4650-A493-DDDB504ED29C}' +- Architecture: x64 + InstallerType: wix + InstallerUrl: https://github.com/postgresql-interfaces/psqlodbc/releases/download/REL-17_00_0008-mimalloc/psqlodbc_x64.msi + InstallerSha256: F0095EC2A000E10C977E09098437F193F0CD814F8763ECA7D0F774740AB36E01 + InstallerSwitches: + InstallLocation: BASEDIR="" + ProductCode: '{E97FF33B-B0A3-4ACA-AFAB-49AEEFE6566F}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.en-US.yaml b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.en-US.yaml new file mode 100644 index 0000000000000..f1b2b065f3002 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC.mimalloc +PackageVersion: 17.00.0008 +PackageLocale: en-US +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc (mimalloc version) +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright © 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: The official PostgreSQL ODBC Driver. Use the mimalloc allocator for improved performance. +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.zh-CN.yaml b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dab7c121bfdd9 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.locale.zh-CN.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC.mimalloc +PackageVersion: 17.00.0008 +PackageLocale: zh-CN +Publisher: PostgreSQL Global Development Group +PublisherUrl: https://www.postgresql.org/ +PublisherSupportUrl: https://github.com/postgresql-interfaces/psqlodbc/issues +PrivacyUrl: https://www.postgresql.org/about/policies/privacy/ +PackageName: psqlodbc (mimalloc 版) +PackageUrl: https://odbc.postgresql.org/ +License: LGPL-2.0 +LicenseUrl: https://github.com/postgresql-interfaces/psqlodbc/blob/HEAD/license.txt +Copyright: Copyright © 1996-2026 The PostgreSQL Global Development Group +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ +ShortDescription: 官方 PostgreSQL ODBC 驱动。使用 mimalloc allocator 以提高性能。 +Tags: +- odbc +- postgresql +ReleaseNotesUrl: https://odbc.postgresql.org/docs/release.html +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://odbc.postgresql.org/faq.html +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.yaml b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.yaml new file mode 100644 index 0000000000000..0c9c6787eb513 --- /dev/null +++ b/manifests/p/PostgreSQL/psqlODBC/mimalloc/17.00.0008/PostgreSQL.psqlODBC.mimalloc.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: PostgreSQL.psqlODBC.mimalloc +PackageVersion: 17.00.0008 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml similarity index 68% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml index 094bcc61569ed..8d73f26dfd12d 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.installer.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.installer.yaml @@ -1,24 +1,24 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 InstallerType: exe InstallModes: - interactive - silent UpgradeBehavior: install ProductCode: Procore Technologies.Procore Drive -ReleaseDate: 2025-12-24 +ReleaseDate: 2026-03-10 Installers: - Architecture: x64 Scope: user InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 + InstallerSha256: 6B290F2DC1C9D685CE610367B655D077EE0130CEA19B47AC80AB0399504E48B3 - Architecture: x64 Scope: machine InstallerUrl: https://procore-drive.s3.amazonaws.com/ProcoreDriveSetup.exe - InstallerSha256: B2A3EFACA83C469645A12D4F6082E7CA373DC3CA12F90AACCCC2B84A90E2BA28 + InstallerSha256: 6B290F2DC1C9D685CE610367B655D077EE0130CEA19B47AC80AB0399504E48B3 ElevationRequirement: elevationRequired ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml similarity index 92% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml index ad72e43e77d4d..b908284399d9b 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.en-US.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.en-US.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 PackageLocale: en-US Publisher: Procore Technologies PublisherUrl: https://www.procore.com/ @@ -13,7 +13,7 @@ PackageName: Procore Drive PackageUrl: https://support.procore.com/products/procore-drive License: Proprietary LicenseUrl: https://www.procore.com/legal/terms-of-service -Copyright: © 2025 Procore Technologies, Inc. +Copyright: © 2026 Procore Technologies, Inc. CopyrightUrl: https://www.procore.com/legal/terms-of-service ShortDescription: Upload and download large sets of documents, emails, photos, and schedules to Procore. Description: |- @@ -35,4 +35,4 @@ Tags: - upload ReleaseNotesUrl: https://support.procore.com/products/procore-drive/release-notes ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml similarity index 94% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml index 62a2b27870199..64131b5cf7144 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.locale.zh-CN.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.locale.zh-CN.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 PackageLocale: zh-CN PublisherSupportUrl: https://zh-sg.support.procore.com/ PackageUrl: https://zh-sg.support.procore.com/products/procore-drive @@ -27,4 +27,4 @@ Tags: - 网盘 ReleaseNotesUrl: https://zh-sg.support.procore.com/products/procore-drive/release-notes ManifestType: locale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml similarity index 72% rename from manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml rename to manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml index 6759745cc185c..d9adacdd7623a 100644 --- a/manifests/p/Procore/ProcoreDrive/3.0.6/Procore.ProcoreDrive.yaml +++ b/manifests/p/Procore/ProcoreDrive/3.0.7/Procore.ProcoreDrive.yaml @@ -1,8 +1,8 @@ # Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Procore.ProcoreDrive -PackageVersion: 3.0.6 +PackageVersion: 3.0.7 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..41a24d6e25000 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.23/opencode-windows-x64.zip + InstallerSha256: 45E6C5AA78391FEC27653F5D11E473917CAE216AC2D876CBCA6875D8C6F51223 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..933ef02cf7920 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.en-US.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Disable fallback to free nano for small model requests + TUI + - Pass missing auth headers in run --attach (@ericclemmons) + Desktop + - Remove oc-1 theme from app + - Fix sidebar workspace container sizing to prevent content overflow + - Don't animate review panel in/out + - Revert "Stupid Sexy Timeline" feature + - Sanitize workspace store filenames on Windows + - Generate color palettes in app + Thank you to 3 community contributors: + - @ariane-emory: + - docs: add session_child_first keybinding to documentation (#16631) + - @ericclemmons: + - fix(opencode): pass missing auth headers in run --attach (#16097) + - @yihuikhuu: + - fix(app): fix issue with scroll jumping when pressing escape in comment text area (#15374) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.23 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d3a5df4ab04c9 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.23/SST.opencode.yaml b/manifests/s/SST/opencode/1.2.23/SST.opencode.yaml new file mode 100644 index 0000000000000..1b6a64eaec659 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.23/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.23 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.installer.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.installer.yaml new file mode 100644 index 0000000000000..e6f1e6d6db4d6 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: opencode.exe +Commands: +- opencode +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/anomalyco/opencode/releases/download/v1.2.24/opencode-windows-x64.zip + InstallerSha256: 654BE595BAED57B6ED7747CC8813F505D55DAAD84458FE1F744D592D937FA0D3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml new file mode 100644 index 0000000000000..0bf40c5438c2c --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +PackageLocale: en-US +Publisher: SST +PublisherUrl: https://sst.dev/ +PublisherSupportUrl: https://github.com/sst/opencode/issues +PackageName: opencode +PackageUrl: https://opencode.ai/ +License: MIT +LicenseUrl: https://github.com/sst/opencode/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 opencode +ShortDescription: The AI coding agent built for the terminal. +Description: |- + opencode is an AI coding agent built for the terminal. It features: + - A responsive, native, themeable terminal UI. + - Automatically loads the right LSPs, so the LLMs make fewer mistakes. + - Have multiple agents working in parallel on the same project. + - Create shareable links to any session for reference or to debug. + - Log in with Anthropic to use your Claude Pro or Claude Max account. + - Supports 75+ LLM providers through Models.dev, including local models. +Tags: +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Core + - Add initial support for workspaces into the TUI + - Send context-1m-2025-08-07 beta header to GitLab to enable 1M context window (@Krule) + - Add Copilot GPT-5.4 xhigh support + Desktop + - Fix scroll jitter and loop issues in app + - Session title turn spinner now displays correctly + - Dismiss toast notifications when questions or permissions are resolved (@neriousy) + Thank you to 3 community contributors: + - @Krule: + - feat(gitlab): send context-1m-2025-08-07 beta header to enable 1M context window (#16153) + - @ShriKaranHanda: + - fix(storybook): add ci build workflow (#16760) + - @neriousy: + - fix(app): dismiss toast notifications when questions or permissions a… (#16758) +ReleaseNotesUrl: https://github.com/anomalyco/opencode/releases/tag/v1.2.24 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://opencode.ai/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2751814706b2c --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.locale.zh-CN.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +PackageLocale: zh-CN +ShortDescription: 专为终端打造的 AI 编程助手 +Description: |- + opencode 是一款专为终端打造的 AI 编程助手,具备以下特性: + - 响应式、原生、可主题定制的终端界面 + - 自动加载正确的 LSP,减少 LLM 的错误率 + - 支持多个智能体并行处理同一项目 + - 可为任何会话生成可分享链接,便于参考或调试 + - 支持通过 Anthropic 登录使用 Claude Pro 或 Claude Max 账户 + - 通过 Models.dev 集成 75+ 个 LLM 服务提供商,包括本地模型 +Tags: +- ai +- 代码 +- 开发 +- 编程 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://opencode.ai/docs/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SST/opencode/1.2.24/SST.opencode.yaml b/manifests/s/SST/opencode/1.2.24/SST.opencode.yaml new file mode 100644 index 0000000000000..44d858475fe87 --- /dev/null +++ b/manifests/s/SST/opencode/1.2.24/SST.opencode.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SST.opencode +PackageVersion: 1.2.24 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml new file mode 100644 index 0000000000000..c3f0c79ede605 --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.installer.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +InstallerType: msi +UpgradeBehavior: install +InstallModes: + - silent + - silentWithProgress +InstallerSwitches: + Custom: SECONDLOOP_LAUNCH_AFTER_INSTALL=0 +ProductCode: '{0C2F8B8F-6A84-43D3-8488-C498DDC2B5CF}' +AppsAndFeaturesEntries: + - DisplayName: SecondLoop + Publisher: SecondLoop + ProductCode: '{0C2F8B8F-6A84-43D3-8488-C498DDC2B5CF}' + UpgradeCode: '{8B5A0942-79D3-4B5A-A4E5-3FB906DA63A1}' + InstallerType: msi +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dale0525/SecondLoop/releases/download/v1.23.0/SecondLoop-win.msi + InstallerSha256: CC99B0CBE2DE6761240830896427EC8B5D191B17184B410A67951C4C2ED729B6 + InstallerLocale: en-US +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml new file mode 100644 index 0000000000000..3fd441bd88638 --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.locale.en-US.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +PackageLocale: en-US +Publisher: SecondLoop +PublisherUrl: https://secondloop.app +PublisherSupportUrl: https://github.com/dale0525/SecondLoop/issues +Author: SecondLoop +PackageName: SecondLoop +PackageUrl: https://secondloop.app +License: Apache-2.0 +LicenseUrl: https://github.com/dale0525/SecondLoop/blob/main/LICENSE +ShortDescription: Local-first personal AI assistant with long-term memory. +Description: SecondLoop helps you capture, remember, and act with a local-first workflow. +Moniker: secondloop +Tags: + - ai + - notes + - productivity +ReleaseNotesUrl: https://github.com/dale0525/SecondLoop/releases/tag/v1.23.0 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml new file mode 100644 index 0000000000000..8d2aa19a95db4 --- /dev/null +++ b/manifests/s/SecondLoop/SecondLoop/1.23.0/SecondLoop.SecondLoop.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SecondLoop.SecondLoop +PackageVersion: 1.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml new file mode 100644 index 0000000000000..e1b2311a00754 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.installer.yaml @@ -0,0 +1,15 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +InstallerType: portable +Commands: +- omnictl +ReleaseDate: 2026-03-09 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/siderolabs/omni/releases/download/v1.5.9/omnictl-windows-amd64.exe + InstallerSha256: 12CC2C2365FF552970BACFCEEE10F3B4B10FCC001C4D2193CD8C321A228C56E2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml new file mode 100644 index 0000000000000..ddf275fe7ec34 --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +PackageLocale: en-US +Publisher: Sidero Labs +PublisherUrl: https://github.com/siderolabs/omni +PublisherSupportUrl: https://github.com/siderolabs/omni/issues +PrivacyUrl: https://www.siderolabs.com/privacy-policy/ +Author: Sidero Labs +PackageName: omnictl +PackageUrl: https://github.com/siderolabs/omni +License: Mozilla Public License Version 2.0 +LicenseUrl: https://github.com/siderolabs/omni/blob/HEAD/LICENSE +ShortDescription: A command line tool for communicating with Omni +Moniker: omnictl +Tags: +- k8s +- kubernetes +- omni +- talos +ReleaseNotes: |- + Omni 1.5.9 (2026-03-09) + Welcome to the v1.5.9 release of Omni! + Please try out the release binaries and report any issues at + https://github.com/siderolabs/omni/issues. + Contributors + - Utku Ozdemir + Changes + 3 commits + - cf10a6c4 release(v1.5.9): prepare release + - 74dc90dd fix: prevent controller feedback loop for invalid schematic machines + - 52d15d3d fix: prevent unwanted upgrades of non-image-factory machines + Dependency Changes + This release has no dependency changes + Previous release can be found at v1.5.8 +ReleaseNotesUrl: https://github.com/siderolabs/omni/releases/tag/v1.5.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml new file mode 100644 index 0000000000000..bb4f54fb9448c --- /dev/null +++ b/manifests/s/Sidero/omnictl/1.5.9/Sidero.omnictl.yaml @@ -0,0 +1,8 @@ +# Created with WinGet Updater using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Sidero.omnictl +PackageVersion: 1.5.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml similarity index 54% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml index eaf1ba164609a..11755b1ee6437 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.installer.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.installer.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,28 +11,28 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ReleaseDate: 2025-10-04 Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/LogonExpertSetup32.msi - InstallerSha256: 8FD4B9D9154572EF48ED2ADB7317BEA39AB9A8DA5F20A838368FB39BECF7BEA6 - ProductCode: '{B8C72EA0-5EA9-43E7-A3D5-22FC623CFA95}' + InstallerSha256: BB33A4B60D69F18A696669DBA83DA26586053BBEC4C8F11E182D2FA5BD275C65 + ProductCode: '{6229087E-C3BC-437F-B4B1-807E835F09A6}' AppsAndFeaturesEntries: - - ProductCode: '{B8C72EA0-5EA9-43E7-A3D5-22FC623CFA95}' + - ProductCode: '{6229087E-C3BC-437F-B4B1-807E835F09A6}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' - Architecture: x64 InstallerUrl: https://download.softros.com/LogonExpertSetup64.msi - InstallerSha256: 9E8BCBCA0BA2A9BF1DE6BD2C10BBA052622087480C61EB8AFCE2B243D886FD26 - ProductCode: '{145B8995-4D2B-48EC-A633-FA4FC95EA0AE}' + InstallerSha256: B305F337203E92B4BA8DEBDB11C5641614C30205C6126444757AC49EBE7A5DC3 + ProductCode: '{DCAC01B4-44FF-4F0B-8654-F6AD097EC004}' AppsAndFeaturesEntries: - - ProductCode: '{145B8995-4D2B-48EC-A633-FA4FC95EA0AE}' + - ProductCode: '{DCAC01B4-44FF-4F0B-8654-F6AD097EC004}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' - Architecture: arm64 InstallerUrl: https://download.softros.com/LogonExpertSetupARM64.msi - InstallerSha256: 2ED86572A29AC59F8B4477918F09E0769B2819852FB69F88C36EFE99A248844F - ProductCode: '{5FB28E90-1C6C-4A03-AFD9-F71F64028C2B}' + InstallerSha256: B708D6AA16081CD53FC85251A854C6FB0193A9A93093E5758EF1C5242C26E79E + ProductCode: '{C98E3AEF-63AF-48EF-99B8-73AB85332A64}' AppsAndFeaturesEntries: - - ProductCode: '{5FB28E90-1C6C-4A03-AFD9-F71F64028C2B}' + - ProductCode: '{C98E3AEF-63AF-48EF-99B8-73AB85332A64}' UpgradeCode: '{D25E1E10-6378-4CAC-B38C-5747CBF4BCB6}' ManifestType: installer ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-09 diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml similarity index 95% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml index ed18a39fb0839..319a7ef8a59b2 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.locale.en-US.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.locale.en-US.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ @@ -35,7 +35,6 @@ Tags: - Logon - Secured PurchaseUrl: https://www.logonexpert.com/purchase/ -ReleaseNotesUrl: https://www.logonexpert.com/history/ Documentations: - DocumentLabel: LogonExpert Online Help DocumentUrl: https://www.logonexpert.com/help/ diff --git a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml similarity index 74% rename from manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml rename to manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml index 4e39b0e11b75a..944af686dc5a6 100644 --- a/manifests/s/Softros/LogonExpert/11.1/Softros.LogonExpert.yaml +++ b/manifests/s/Softros/LogonExpert/11.2/Softros.LogonExpert.yaml @@ -1,8 +1,8 @@ -# Created with komac v2.13.0 +# Created using wingetcreate 1.10.3.0 # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Softros.LogonExpert -PackageVersion: '11.1' +PackageVersion: "11.2" DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml similarity index 67% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml index 98f034d9c47f9..e1f6c0fc5c77e 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.installer.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 InstallerLocale: en-US InstallerType: msi Scope: machine @@ -11,13 +11,14 @@ InstallModes: - silent - silentWithProgress UpgradeBehavior: install -ProductCode: '{6F5C2054-EC25-4D8A-90F1-C754E16FB38D}' +ProductCode: '{F37DC0B6-7C8A-4ECD-8482-501716D767A9}' AppsAndFeaturesEntries: -- ProductCode: '{6F5C2054-EC25-4D8A-90F1-C754E16FB38D}' +- ProductCode: '{F37DC0B6-7C8A-4ECD-8482-501716D767A9}' UpgradeCode: '{5CFCD001-B0A1-47C0-8E2E-0F9A02ECB6DA}' Installers: - Architecture: x86 InstallerUrl: https://download.softros.com/SoftrosLANMessengerSetup.msi - InstallerSha256: AD96EE3FC3ECE964E607BE6D5338A3FBEDD62EDCBD8EBFC3E662FBCE2057E89E + InstallerSha256: C3C9C7343368D081161A18B05B6C6ED47FC9544F0EDF91974210BFCCB7F0576A ManifestType: installer ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml similarity index 96% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml index d957acb31ca77..883011f85fe82 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.locale.en-US.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 PackageLocale: en-US Publisher: Softros Systems PublisherUrl: https://www.softros.com/ diff --git a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml similarity index 88% rename from manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml rename to manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml index 23e4595da702f..2fcdb26b82611 100644 --- a/manifests/s/Softros/SoftrosLANMessenger/12.6/Softros.SoftrosLANMessenger.yaml +++ b/manifests/s/Softros/SoftrosLANMessenger/12.6.1/Softros.SoftrosLANMessenger.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json PackageIdentifier: Softros.SoftrosLANMessenger -PackageVersion: "12.6" +PackageVersion: 12.6.1 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.10.0 diff --git a/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.installer.yaml b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.installer.yaml new file mode 100644 index 0000000000000..8a9b13a9606c7 --- /dev/null +++ b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.installer.yaml @@ -0,0 +1,17 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: SunJary.NetAssistant +PackageVersion: 0.4.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: netassistant.exe + PortableCommandAlias: netassist +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/SunJary/NetAssistant/releases/download/v0.4.5/netassistant-windows-x86_64.zip + InstallerSha256: 1AE5FA245C421055D01D1A789CF9A069A26BADEA0AFBA7C96AF6E6DCC0114660 +ManifestType: installer +ManifestVersion: 1.10.0 +ReleaseDate: 2026-03-10 diff --git a/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.locale.zh-CN.yaml b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.locale.zh-CN.yaml new file mode 100644 index 0000000000000..98014e887b285 --- /dev/null +++ b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.locale.zh-CN.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: SunJary.NetAssistant +PackageVersion: 0.4.5 +PackageLocale: zh-CN +Publisher: SunJary +PublisherUrl: https://github.com/SunJary +PublisherSupportUrl: https://github.com/SunJary/NetAssistant/issues +PackageName: NetAssistant +PackageUrl: https://github.com/SunJary/NetAssistant +License: MIT +ShortDescription: 多协议网络调试工具 +Tags: +- gpui +- tcp +- udp +ReleaseNotesUrl: https://github.com/SunJary/NetAssistant/releases/tag/v0.4.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/SunJary/NetAssistant/wiki +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.yaml b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.yaml new file mode 100644 index 0000000000000..56c923512ca48 --- /dev/null +++ b/manifests/s/SunJary/NetAssistant/0.4.5/SunJary.NetAssistant.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: SunJary.NetAssistant +PackageVersion: 0.4.5 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml new file mode 100644 index 0000000000000..9739c9042ca33 --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.installer.yaml @@ -0,0 +1,24 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.4.2 +InstallerLocale: en-US +InstallerType: wix +Scope: user +UpgradeBehavior: install +ProductCode: '{B6DA4C9C-41BE-306D-B110-90F6A025245C}' +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Sparrow + Publisher: Unknown + ProductCode: '{B6DA4C9C-41BE-306D-B110-90F6A025245C}' + UpgradeCode: '{B63FF068-2808-3D04-B314-A745FF02151C}' +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Sparrow' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/sparrowwallet/sparrow/releases/download/2.4.2/Sparrow-2.4.2.msi + InstallerSha256: 089D56B62A15BEBD473F122D21D8A605CE533DDD8E739FA4F1E58B6F9A1A8FCB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml new file mode 100644 index 0000000000000..5eb50e81b0f9e --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.4.2 +PackageLocale: en-US +Publisher: Sparrow Wallet +PublisherUrl: https://github.com/sparrowwallet +PublisherSupportUrl: https://github.com/sparrowwallet/sparrow/issues +PackageName: Sparrow Bitcoin Wallet +PackageUrl: https://github.com/sparrowwallet/sparrow +License: Apache-2.0 +LicenseUrl: https://github.com/sparrowwallet/sparrow/blob/HEAD/LICENSE +ShortDescription: Desktop Bitcoin Wallet focused on security and privacy. Free and open source. +Description: |- + Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built + on common standards such as PSBT, with an emphasis on transparency and usability. +Tags: +- bitcoin +- bitcoin-wallet +ReleaseNotes: |- + - Support for loading v3 transactions in the transaction editor + - Use CA validation or TOFU pinning for public servers depending on the certificate type + - Implement TOFU certificate pinning for TLS Bitcoin Core connections + - Bind Cormorant server to localhost only + - Escape backticks in the schema name for DROP SCHEMA statement + - Support QR and file methods for signing messages via PSBT when BIP-322 is selected + - Add tests for descriptor import and export, and handle multiline descriptors + - Improve reset instructions for Trezor passphrase change + - Upgrade SLF4J API and jul-to-slf4j to v2.0.17 + - Upgrade JNA to v5.18.1 + - Upgrade OpenPDF to v1.3.43 + - Upgrade HikariCP to v7.0.2 + - Upgrade JDBI to v3.51.0 + - Upgrade Commons Lang3 to v3.20.0 + - Upgrade Commons Compress to v1.28.0 + - Upgrade Commons Codec to v1.21.0 + - Upgrade Argon2 JVM to v2.12 + - Upgrade RxJava 2 to v2.2.21 + - Upgrade dnsjava to v3.6.4 + - Upgrade Caffeine to v3.2.3 + - Upgrade ZXing to v3.5.4 + - Upgrade JCommander to v3.0 + - Upgrade Thumbnailator to v0.4.21 + - Upgrade JetBrains Annotations to v26.0.2 + - Upgrade JUnit to v5.14.1 + - Upgrade Kotlinx Coroutines JavaFX to v1.10.2 + - Upgrade ControlsFX to v11.2.3 + - Upgrade Bouncy Castle to v1.82 + - Upgrade PGPainless to v1.7.7 + - Upgrade Protobuf to v4.34.0 + - Upgrade Gson to v2.13.2 + - Upgrade Jackson Databind to v2.21.1 + - Bug fix: Fix PSBTv2 and DST-related transaction editor issues around tx version and locktime + - Bug fix: Fix possible DB corruption on password removal by reordering database file and row updates + - Bug fix: Fix the non-default split menu button text color on the dark theme +ReleaseNotesUrl: https://github.com/sparrowwallet/sparrow/releases/tag/2.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.yaml b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.yaml new file mode 100644 index 0000000000000..b2f76977e527d --- /dev/null +++ b/manifests/s/sparrowwallet/sparrow/2.4.2/sparrowwallet.sparrow.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: sparrowwallet.sparrow +PackageVersion: 2.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml new file mode 100644 index 0000000000000..2751b15f765a1 --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.installer.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.9 +InstallerLocale: en-US +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: frizbee.exe +UpgradeBehavior: uninstallPrevious +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.9/frizbee_0.1.9_windows_amd64.zip + InstallerSha256: 00EE15E31842B0B34379E280D195938080E04F11CC17F91E13EE01FFB6BCEC52 +- Architecture: arm64 + InstallerUrl: https://github.com/stacklok/frizbee/releases/download/v0.1.9/frizbee_0.1.9_windows_arm64.zip + InstallerSha256: 19AC41FD1447F95CAF1F246518FB5648D2908FCC7A0EEE5BEA457CC726ABAB21 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml new file mode 100644 index 0000000000000..d006a904fa2e4 --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.9 +PackageLocale: en-US +Publisher: stacklok +PublisherUrl: https://github.com/stacklok +PublisherSupportUrl: https://github.com/stacklok/frizbee/issues/new/choose +PackageName: frizbee +PackageUrl: https://stacklok.com/ +License: Apache-2.0 +LicenseUrl: https://github.com/stacklok/frizbee/blob/HEAD/LICENSE +Copyright: Stacklok, Inc. +ShortDescription: frizbee is a tool you may throw a tag at and it comes back with a checksum. +Moniker: frizbee +Tags: +- cli +- golang +ReleaseNotes: |- + What's Changed + - Enable parallel runners for golangci-lint by @JAORMX in #349 + - chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #337 + - chore(deps): update github/codeql-action digest to 89a39a4 by @renovate[bot] in #347 + - chore(deps): update anchore/sbom-action action to v0.22.2 by @renovate[bot] in #348 + - chore(deps): update aquasecurity/trivy-action action to v0.34.1 by @renovate[bot] in #350 + - fix(deps): update module github.com/google/go-github/v66 to v83 by @renovate[bot] in #351 + - fix(deps): update module github.com/google/go-containerregistry to v0.21.0 by @renovate[bot] in #352 + - chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #355 + - fix(deps): update module github.com/google/go-containerregistry to v0.21.2 by @renovate[bot] in #356 + - chore(deps): update aquasecurity/trivy-action action to v0.35.0 by @renovate[bot] in #366 + - fix(deps): update module github.com/go-git/go-billy/v5 to v5.8.0 by @renovate[bot] in #357 + - fix(deps): update module golang.org/x/sync to v0.20.0 by @renovate[bot] in #371 + - chore(deps): bump github.com/moby/buildkit from 0.27.1 to 0.28.0 by @dependabot[bot] in #369 + - chore(deps): update anchore/sbom-action action to v0.23.0 by @renovate[bot] in #360 + - chore(deps): update github artifact actions (major) by @renovate[bot] in #361 + - chore(deps): update github/codeql-action digest to 0d579ff by @renovate[bot] in #365 + - fix(deps): update module github.com/google/go-github/v66 to v84 by @renovate[bot] in #363 + - chore(deps): update sigstore/cosign-installer action to v4.1.0 by @renovate[bot] in #372 + - chore(deps): update anchore/sbom-action action to v0.23.1 by @renovate[bot] in #373 + Full Changelog: v0.1.8...v0.1.9 +ReleaseNotesUrl: https://github.com/stacklok/frizbee/releases/tag/v0.1.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.yaml b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.yaml new file mode 100644 index 0000000000000..9bf5f5c402e1e --- /dev/null +++ b/manifests/s/stacklok/frizbee/0.1.9/stacklok.frizbee.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: stacklok.frizbee +PackageVersion: 0.1.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml new file mode 100644 index 0000000000000..8376b9c876a6a --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.installer.yaml @@ -0,0 +1,15 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.3 +InstallerType: portable +Commands: +- kube-linter +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/stackrox/kube-linter/releases/download/v0.8.3/kube-linter.exe + InstallerSha256: 8B0CCF51F18AB786FDCDEDE55046AFC701A75C75122E046A2F0D3244BC91274A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml new file mode 100644 index 0000000000000..e874339647765 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.locale.en-US.yaml @@ -0,0 +1,69 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.3 +PackageLocale: en-US +Publisher: StackRox +PublisherUrl: https://github.com/stackrox +PublisherSupportUrl: https://github.com/stackrox/kube-linter/issues +PackageName: KubeLinter +PackageUrl: https://github.com/stackrox/kube-linter +License: Apache-2.0 +LicenseUrl: https://github.com/stackrox/kube-linter/blob/HEAD/LICENSE +ShortDescription: Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security. +Tags: +- hactoberfest +- helm-charts +- kubernetes +- static-analysis +- yaml-files +ReleaseNotes: |- + What's Changed + 🐛 Bug Fixes + - fix: support helm chart import-values by @emmanuel-ferdman in #1112 + Other Changes + - chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #1074 + - chore(deps): bump github.com/goreleaser/goreleaser/v2 from 2.12.2 to 2.13.1 in /tool-imports by @dependabot[bot] in #1076 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1075 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.7.2 to 2.8.0 in /tool-imports by @dependabot[bot] in #1079 + - chore(deps): bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.6.2 in /tool-imports by @dependabot[bot] in #1080 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by @dependabot[bot] in #1082 + - chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #1084 + - chore(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in #1083 + - chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.1 to 4.9.2 by @dependabot[bot] in #1088 + - chore(deps): bump helm.sh/helm/v3 from 3.19.4 to 3.19.5 by @dependabot[bot] in #1089 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 in /tool-imports by @dependabot[bot] in #1090 + - chore(deps): bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 in /tool-imports by @dependabot[bot] in #1091 + - chore(deps): bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 in /tool-imports by @dependabot[bot] in #1092 + - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 in /tool-imports by @dependabot[bot] in #1093 + - Update auto-merge workflow for Dependabot auto-merge by @janisz in #1099 + - chore(deps): bump github.com/cert-manager/cert-manager from 1.19.2 to 1.19.3 by @dependabot[bot] in #1100 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.88.1 by @dependabot[bot] in #1097 + - chore(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #1096 + - chore(deps): bump helm.sh/helm/v3 from 3.19.5 to 3.20.0 by @dependabot[bot] in #1095 + - chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.9.2 to 4.10.0 by @dependabot[bot] in #1098 + - chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.5 in /tool-imports by @dependabot[bot] in #1101 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.8.0 to 2.9.0 in /tool-imports by @dependabot[bot] in #1105 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1102 + - chore(deps): bump github.com/google/cel-go from 0.26.1 to 0.27.0 by @dependabot[bot] in #1104 + - chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.9.0 to 2.10.1 in /tool-imports by @dependabot[bot] in #1106 + - chore(deps): bump github.com/cert-manager/cert-manager from 1.19.3 to 1.19.4 by @dependabot[bot] in #1107 + - chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot[bot] in #1108 + - chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /tool-imports by @dependabot[bot] in #1110 + - chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 in /tool-imports by @dependabot[bot] in #1113 + - chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #1117 + - chore(deps): bump the k8s-io group with 3 updates by @dependabot[bot] in #1114 + - chore(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #1115 + - chore(deps): bump github.com/docker/cli from 29.0.3+incompatible to 29.2.0+incompatible in /tool-imports by @dependabot[bot] in #1119 + - chore(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #1116 + - chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.1 to 0.89.0 by @dependabot[bot] in #1103 + - feat: add multi-format output support by @ugiordan in #1094 + - fix: release by @janisz in #1120 + New Contributors + - @emmanuel-ferdman made their first contribution in #1112 + - @ugiordan made their first contribution in #1094 + Full Changelog: v0.8.2...v0.8.3 +ReleaseNotesUrl: https://github.com/stackrox/kube-linter/releases/tag/v0.8.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.yaml b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.yaml new file mode 100644 index 0000000000000..1721e0481fc70 --- /dev/null +++ b/manifests/s/stackrox/kube-linter/0.8.3/stackrox.kube-linter.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: stackrox.kube-linter +PackageVersion: 0.8.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.installer.yaml b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.installer.yaml new file mode 100644 index 0000000000000..df6b04604079f --- /dev/null +++ b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.installer.yaml @@ -0,0 +1,49 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: TrackerSoftware.PDF-XChangePRO +PackageVersion: 10.8.4.409 +InstallerLocale: en-US +Platform: +- Windows.Desktop +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ReleaseDate: 2026-02-24 +Installers: +- Architecture: x86 + InstallerUrl: https://downloads.pdf-xchange.com/ProV10.x86.msi + InstallerSha256: 9419248312AD2219F403F1B8C64A70ECDD04AAFBC75F5D6979138081EDDCC514 + ProductCode: '{9644BE44-D7D3-4B0E-BBBE-85B8E3122E2A}' + AppsAndFeaturesEntries: + - Publisher: PDF-XChange Co Ltd. + ProductCode: '{9644BE44-D7D3-4B0E-BBBE-85B8E3122E2A}' + UpgradeCode: '{9AC998B9-BD41-46DC-8F08-0DE2A4A1EB4D}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Tracker Software' +- Architecture: x64 + InstallerUrl: https://downloads.pdf-xchange.com/ProV10.x64.msi + InstallerSha256: 57DBA45B8E803769EEC1D39478C1A44EB2930A76559F1A0A1A90DB59494991E8 + ProductCode: '{DAD1DD77-583C-4C5E-805A-8AFB66A585BE}' + AppsAndFeaturesEntries: + - Publisher: PDF-XChange Co Ltd. + ProductCode: '{DAD1DD77-583C-4C5E-805A-8AFB66A585BE}' + UpgradeCode: '{F363AF73-86E7-4782-87FA-F3C14FA4D395}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Tracker Software' +- Architecture: arm64 + InstallerUrl: https://downloads.pdf-xchange.com/ProV10.ARM64.msi + InstallerSha256: 6D03A30A6A684C0261FF62350B4812904FB254526540D7BF0F504BB935ADAEE1 + ProductCode: '{496DB984-8BF3-4D19-A9EE-B4B490201E90}' + AppsAndFeaturesEntries: + - Publisher: PDF-XChange Co Ltd. + ProductCode: '{496DB984-8BF3-4D19-A9EE-B4B490201E90}' + UpgradeCode: '{6F616659-45F6-4637-84FB-31E8C25753AB}' + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Tracker Software' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml new file mode 100644 index 0000000000000..53391a1b978d6 --- /dev/null +++ b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.locale.en-US.yaml @@ -0,0 +1,21 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: TrackerSoftware.PDF-XChangePRO +PackageVersion: 10.8.4.409 +PackageLocale: en-US +Publisher: Tracker Software Products (Canada) Ltd. +PublisherUrl: https://www.tracker-software.com/ +PublisherSupportUrl: https://www.tracker-software.com/support +PrivacyUrl: https://www.tracker-software.com/privacy-policy +Author: Tracker Software Products (Canada) Ltd. +PackageName: PDF-XChange PRO +PackageUrl: https://www.tracker-software.com/product/pdf-xchange-pro +License: Proprietary +Copyright: |- + (C) 1997-2024 Tracker Software Products - A wholly owned subsidiary of PDF-XChange Co Ltd. Registered in England: N0.11091579 + PDF-XCHANGE ® is an Internationally Registered Trademark - All rights reserved - International Registration Number: 1461163 +ShortDescription: All the features of PDF-XChange Editor Plus, PDF-Tools and PDF-XChange Standard in one economical bundle. +PurchaseUrl: https://www.pdf-xchange.com/product/pdf-xchange-pro/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.yaml b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.yaml new file mode 100644 index 0000000000000..186e3c61eda12 --- /dev/null +++ b/manifests/t/TrackerSoftware/PDF-XChangePRO/10.8.4.409/TrackerSoftware.PDF-XChangePRO.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: TrackerSoftware.PDF-XChangePRO +PackageVersion: 10.8.4.409 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.installer.yaml b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.installer.yaml new file mode 100644 index 0000000000000..c4a20865a87d4 --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 335.260310.0 +InstallerType: nullsoft +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +ReleaseDate: 2026-03-10 +AppsAndFeaturesEntries: +- DisplayName: Tuta Mail 335.260310.0 + ProductCode: 450699d2-1c81-5ee5-aec6-08dddb7af9d7 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-335.260310.0/tutanota-desktop-win.exe + InstallerSha256: AE4E781EF22F54DE6557A2773C19019F1C1BB1498C5E33B5F6926B2AC6CDA9D6 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-335.260310.0/tutanota-desktop-win.exe + InstallerSha256: AE4E781EF22F54DE6557A2773C19019F1C1BB1498C5E33B5F6926B2AC6CDA9D6 + ElevationRequirement: elevatesSelf +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.locale.en-US.yaml b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.locale.en-US.yaml new file mode 100644 index 0000000000000..247c013d9762d --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.locale.en-US.yaml @@ -0,0 +1,61 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 335.260310.0 +PackageLocale: en-US +Publisher: Tutao GmbH +PublisherUrl: https://tuta.com/ +PublisherSupportUrl: https://github.com/tutao/tutanota/issues +Author: Tutao GmbH +PackageName: Tutanota Desktop +PackageUrl: https://github.com/tutao/tutanota +License: GPL-3.0 +LicenseUrl: https://github.com/tutao/tutanota/blob/HEAD/LICENSE.txt +Copyright: Copyright © 2022 Tutao GmbH +ShortDescription: Tutanota is an email client with a strong focus on security and privacy that lets you encrypt emails on all your devices. +Description: |- + Tutanota is the worlds most secure email service, easy to use and private by design. + With end-to-end encryption and 2FA, your emails have never been more secure. + The built-in encryption guarantees that your mailbox belongs to you. + Nobody can decrypt or read your data. +Moniker: tutanota +Tags: +- calendar +- email +- email-client +- encryption +- end-to-end-encryption +- privacy +- private +- secure +ReleaseNotes: |- + What's new + - Undo sending email action #9543 + - Update DOMPurify to 3.3.2 #10451 + - Update Electron to 40.8.0 + Bugfixes + - show more text option in conversation is not visible when we enable view in light mode #10412 + - Mail editor's recipient fields contain elements that are not shown but navigable by screen readers #10396 + - Uncaught BadRequestError when trying to send an already scheduled mail #10354 + - Selecting multiple mails with active conversation grouping, shows wrong email count #10302 + - Check for structuredClone support #9705 + - Opening Notification Targets is very laggy when expanded #4230 + - Undo deleting inline image does not work #1822 + - Show warning dialog when moving mail with existing contact to spam + Milestone + https://github.com/tutao/tutanota/milestone/407?closed=1 + Asset Checksums (SHA256) + tutanota-desktop-linux.AppImage: + 3eb82edd6b0607f7761f7497ff222e79925b8345d755ff6dd44103e26cf88792 + tutanota-desktop-win.exe: + ae4e781ef22f54de6557a2773c19019f1c1bb1498c5e33b5f6926b2ac6cda9d6 + tutanota-desktop-mac.dmg: + 31e363482e1c1df5affdb70a7491fdc03573610d387460954e841e1347399aad +ReleaseNotesUrl: https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-335.260310.0 +PurchaseUrl: https://tutanota.com/pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://tutanota.com/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.yaml b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.yaml new file mode 100644 index 0000000000000..a0dcdbd1a8cec --- /dev/null +++ b/manifests/t/Tutanota/Tutanota/335.260310.0/Tutanota.Tutanota.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.15.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tutanota.Tutanota +PackageVersion: 335.260310.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml new file mode 100644 index 0000000000000..e72691092566d --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.installer.yaml @@ -0,0 +1,35 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +Platform: +- Windows.Desktop +MinimumOSVersion: 5.1.2600.2180 +InstallerType: zip +NestedInstallerType: exe +NestedInstallerFiles: +- RelativeFilePath: voicemeeterprosetup.exe +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: -install + SilentWithProgress: -install + Upgrade: -upgrade +InstallerSuccessCodes: +- 1 # This is expected +UpgradeBehavior: install +Protocols: +- vban +ReleaseDate: 2025-12-11 +Installers: +- Architecture: x64 + InstallerUrl: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2122.zip + InstallerSha256: FDA1C82522B4A8C87A89C5C50A56E7E25E3519B9E1F1A8E63475B8590FF09EE5 +- Architecture: x86 + InstallerUrl: https://download.vb-audio.com/Download_CABLE/VoicemeeterSetup_v2122.zip + InstallerSha256: FDA1C82522B4A8C87A89C5C50A56E7E25E3519B9E1F1A8E63475B8590FF09EE5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml new file mode 100644 index 0000000000000..be617fb24c094 --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.locale.en-US.yaml @@ -0,0 +1,27 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +PackageLocale: en-US +Publisher: VB-Audio Software +PublisherUrl: https://vb-audio.com/index.htm +PublisherSupportUrl: https://vb-audio.com/Services/support.htm +PrivacyUrl: https://vb-audio.com/Services/PrivacyPolicy.htm +Author: VB-Audio Software +PackageName: Voicemeeter Banana +PackageUrl: https://vb-audio.com/Voicemeeter/banana.htm +License: Donationware +LicenseUrl: https://www.vb-audio.com/Services/licensing.htm +Copyright: Copyright V.Burel ©1998-2018. All rights reserved. +CopyrightUrl: https://www.vb-audio.com/Services/licensing.htm +ShortDescription: Advanced Virtual Audio Mixer with 5 inputs, 5 outputs, and 2 virtual audio devices for professional audio mixing on Windows. +Description: Voicemeeter Banana is an Advanced Audio Mixer Application endowed with Virtual Audio Device used as Virtual I/O to mix and manage any audio sources from or to any audio devices or applications (3x Physical I/O and 2x Virtual I/O). +Moniker: voicemeeter-banana +Tags: +- asio +- audio +- mixer +- voicemeeter +- wasapi +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml new file mode 100644 index 0000000000000..8e246275756b5 --- /dev/null +++ b/manifests/v/VB-Audio/Voicemeeter/Banana/2.1.2.2/VB-Audio.Voicemeeter.Banana.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VB-Audio.Voicemeeter.Banana +PackageVersion: 2.1.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml new file mode 100644 index 0000000000000..8f548f3d9073c --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.installer.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +FileExtensions: +- py +- wpr +ProductCode: Wing Personal 11_is1 +AppsAndFeaturesEntries: +- ProductCode: Wing Personal 11_is1 +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Wing Personal 11' +Installers: +- Architecture: x64 + InstallerUrl: https://wingware.com/pub/wing-personal/11.1.0.0/wing-personal-11.1.0.0.exe + InstallerSha256: 8BB6AC2BD3FCDF7CD9E970DAEA7085FDCA53609A7936C0F68ACBA0021B481682 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml new file mode 100644 index 0000000000000..aa75abe5559ba --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.en-US.yaml @@ -0,0 +1,41 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +PackageLocale: en-US +Publisher: Wingware +PublisherUrl: https://wingware.com/ +PublisherSupportUrl: https://wingware.com/support +PrivacyUrl: https://wingware.com/doc/legal/privacy +Author: Wingware +PackageName: Wing Personal +PackageUrl: https://wingware.com/downloads/wing-personal +License: Freeware +LicenseUrl: https://wingware.com/doc/legal/software-license +Copyright: Copyright 1998 - 2026 Wingware +CopyrightUrl: https://wingware.com/doc/legal/software-license +ShortDescription: A free Python IDE for students and hobbyists +Description: Wing Personal is a free Python IDE designed for students and hobbyists. It omits many features found in Wing Pro. +Tags: +- code +- coding +- develop +- development +- ide +- programming +- py +- python +ReleaseNotesUrl: https://wingware.com/pub/wing-personal/11.1.0.0/CHANGELOG.txt +PurchaseUrl: https://wingware.com/store/purchase +Documentations: +- DocumentLabel: How-Tos + DocumentUrl: https://wingware.com/doc/howtos +- DocumentLabel: Manual + DocumentUrl: https://wingware.com/doc/manual +- DocumentLabel: Quick Start + DocumentUrl: https://wingware.com/doc/howtos/quickstart +- DocumentLabel: Tutorial + DocumentUrl: https://wingware.com/doc/intro/tutorial +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml new file mode 100644 index 0000000000000..85cf31d017c53 --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.locale.zh-CN.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +PackageLocale: zh-CN +Publisher: Wingware +PublisherUrl: https://wingware.com/ +PublisherSupportUrl: https://wingware.com/support +PrivacyUrl: https://wingware.com/doc/legal/privacy +Author: Wingware +PackageName: Wing Personal +PackageUrl: https://wingware.com/downloads/wing-personal +License: 免费软件 +LicenseUrl: https://wingware.com/doc/legal/software-license +Copyright: Copyright 1998 - 2026 Wingware +CopyrightUrl: https://wingware.com/doc/legal/software-license +ShortDescription: 面向学生和业余爱好者的免费 Python IDE +Description: Wing Personal 是一款专为学生和业余爱好者设计的免费 Python IDE。它省略了 Wing Pro 中的许多功能。 +Tags: +- ide +- py +- python +- 代码 +- 开发 +- 编程 +ReleaseNotesUrl: https://wingware.com/pub/wing-personal/11.1.0.0/CHANGELOG.txt +PurchaseUrl: https://wingware.com/store/purchase +Documentations: +- DocumentLabel: 快速入门 + DocumentUrl: https://wingware.com/doc/howtos/quickstart +- DocumentLabel: 手册 + DocumentUrl: https://wingware.com/doc/manual +- DocumentLabel: 操作方法 + DocumentUrl: https://wingware.com/doc/howtos +- DocumentLabel: 教程 + DocumentUrl: https://wingware.com/doc/intro/tutorial +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.yaml b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.yaml new file mode 100644 index 0000000000000..5265c6c22d2e2 --- /dev/null +++ b/manifests/w/Wingware/Wing/Personal/11.1.0.0/Wingware.Wing.Personal.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wingware.Wing.Personal +PackageVersion: 11.1.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.installer.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.installer.yaml new file mode 100644 index 0000000000000..1c22b29db4670 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.installer.yaml @@ -0,0 +1,25 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Wondershare.DemoCreator +PackageVersion: 8.8.5 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +FileExtensions: +- dcbundle +- dcproj +- dcrc +- doproj +ProductCode: Wondershare DemoCreator_is1 +AppsAndFeaturesEntries: +- DisplayName: Wondershare DemoCreator(Build 8.8.5) + ProductCode: Wondershare DemoCreator_is1 +- DisplayName: Wondershare DemoCreator Spark(Build 8.8.5) + ProductCode: Wondershare DemoCreator Spark_is1 +Installers: +- Architecture: x64 + InstallerUrl: https://download.wondershare.com/cbs_down/democreator_8.8.5_full7743.exe + InstallerSha256: 535170ECF02000103EEA8290085EA78EE3B516106ABB543F2A2DDB59EA6F9B64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.en-US.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.en-US.yaml new file mode 100644 index 0000000000000..efe0493222848 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.en-US.yaml @@ -0,0 +1,46 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Wondershare.DemoCreator +PackageVersion: 8.8.5 +PackageLocale: en-US +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/democreator/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: Wondershare Technology Group Co., Ltd. +PackageName: Wondershare DemoCreator +PackageUrl: https://democreator.wondershare.com/ +License: Proprietary +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: An easy-to-use screen recorder for lessons and tutorials. +Description: |- + Wondershare DemoCreator is a professional presentation video creation tool that integrates recording and editing to help you create videos more efficiently. Using DemoCreator, you can not only experience high-definition screen recording, webcam capture, microphone voice-over recording, screen drawing tool, spotlight, and other practical recording functions. You can also use the built-in video templates, transition effects, green screen chroma key, Pan&Zoom, stickers, and other hundreds of editing tools and presentation video templates to help you create videos with ease. + DemoCreator has made special optimizations for video creation such as presentations, online training, and game recording. It supports the audio and video sub-track editing of the recorded files according to the input source. It uses cursor effects, audio fade-in and fade-out, and other post-production tools to accurately modify the video material so that you can make better use of the video material. During game recording, unique adaptations and optimizations have been made for various popular games to stabilize the image capture and enhance the game recording experience. +Tags: +- ar +- capture +- class +- clip +- conference +- course +- creative +- creativity +- edit +- editor +- marketing +- meeting +- presentation +- record +- tutorial +- video +ReleaseNotes: Fix some bugs. +ReleaseNotesUrl: https://democreator.wondershare.com/whats-new.html +PurchaseUrl: https://democreator.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://democreator.wondershare.com/guide-windows/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml new file mode 100644 index 0000000000000..60202d34f98b0 --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.locale.zh-CN.yaml @@ -0,0 +1,45 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Wondershare.DemoCreator +PackageVersion: 8.8.5 +PackageLocale: zh-CN +Publisher: Wondershare Software +PublisherUrl: https://www.wondershare.com/ +PublisherSupportUrl: https://support.wondershare.com/how-tos/democreator/ +PrivacyUrl: https://www.wondershare.com/privacy.html +Author: 万兴科技集团股份有限公司 +PackageName: Wondershare DemoCreator +PackageUrl: https://democreator.wondershare.com/ +License: 专有软件 +LicenseUrl: https://www.wondershare.com/company/end-user-license-agreement.html +Copyright: Copyright © 2026 Wondershare. All rights reserved. +CopyrightUrl: https://www.wondershare.com/company/terms_conditions.html +ShortDescription: 一个用于课程与教程的易于使用的屏幕记录器 +Description: |- + Wondershare DemoCreator 一款集录制和编辑于一体的专业演示视频创作工具,帮助您更效率地创作视频。您可以体验到高清录屏、相机画面捕获、麦克风画外音录制、录屏涂鸦、聚光灯演示等实用的录制功能;可使用软件内置的场景模板、转场特效、绿幕抠像、Pan&Zoom、蒙版贴纸等上百款编辑工具与演示视频模板,助您在创作视频时得心应手。此外,DemoCreator 即将上线云端在线素材商城,支持搜索和下载最新最热的视频模板、声音素材及专业的特效资源,让您更自由地捕捉灵感,发挥创意。 + DemoCreator 对演示解说、在线培训、游戏录制等内容创作做了特别的优化,在编辑器内不仅支持对录制的视频内容根据输入源进行音视频分轨后期剪辑,还能使用光标特效、音频淡入淡出等后期工具,对视频素材进行进精确修饰,便于您更好地利用视频素材。在游戏录制时,针对多款热门游戏进行了特别的适配和优化,稳定采集画面,提升录制体验。 +Tags: +- ar +- 会议 +- 创意 +- 剪辑 +- 录制 +- 录屏 +- 录课 +- 微课 +- 抠像 +- 教程 +- 演示 +- 视频 +- 编辑 +- 编辑器 +- 营销 +- 课程 +ReleaseNotesUrl: https://democreator.wondershare.com/whats-new.html +PurchaseUrl: https://democreator.wondershare.com/store/windows-individuals.html +Documentations: +- DocumentLabel: 用户指南 + DocumentUrl: https://democreator.wondershare.com/guide-windows/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.yaml b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.yaml new file mode 100644 index 0000000000000..2818afa5d5a3c --- /dev/null +++ b/manifests/w/Wondershare/DemoCreator/8.8.5/Wondershare.DemoCreator.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Wondershare.DemoCreator +PackageVersion: 8.8.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml b/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml deleted file mode 100644 index c2b01eec83104..0000000000000 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.installer.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 -InstallerType: zip -NestedInstallerType: portable -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: x86 - NestedInstallerFiles: - - RelativeFilePath: DiskInfo32.exe - PortableCommandAlias: diskinfo32 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/CrystalDiskInfo-9.6.2.zip - InstallerSha256: CE909DB92270093A952B55E71B84866D7111A54091F6384DB60662D90C480048 -- Architecture: x64 - NestedInstallerFiles: - - RelativeFilePath: DiskInfo64.exe - PortableCommandAlias: diskinfo64 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/CrystalDiskInfo-9.6.2.zip - InstallerSha256: CE909DB92270093A952B55E71B84866D7111A54091F6384DB60662D90C480048 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml b/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml deleted file mode 100644 index 67d15b45cbff9..0000000000000 --- a/manifests/w/WsSolInfor/CrystalDiskInfo/9.6.2/WsSolInfor.CrystalDiskInfo.locale.en-US.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.CrystalDiskInfo -PackageVersion: 9.6.2 -PackageLocale: en-US -Publisher: WsSolInfor -Author: Hiyohiyo -PackageName: Crystal Disk Info -License: MIT License -LicenseUrl: https://wssolinfor.github.io/repo-wssolinfor/CrystalDiskInfo/LICENSE -Copyright: Copyright (C) 2008-2025 Hiyohiyo -ShortDescription: Is an MIT-licensed S.M.A.R.T. utility for reading and monitoring disk drive status. -Moniker: crystaldiskinfo -Tags: -- crystaldiskinfo -- tools -- smart -- HDDs -- SSDs -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml b/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml deleted file mode 100644 index c91a6bc7f1301..0000000000000 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Qemu -PackageVersion: "1.3" -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: Qsib.exe - PortableCommandAlias: qsib -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: neutral - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/QEMUs/Qemu-Portable_01/Qemu Simple Boot.zip - InstallerSha256: 5BECCAD26891C26DC1293E766F887FAEAB4D37A6DAA3EA1D1A2F487D9541A2D8 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml b/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml deleted file mode 100644 index e08638df1fc91..0000000000000 --- a/manifests/w/WsSolInfor/Qemu/1.3/WsSolInfor.Qemu.locale.en-US.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Qemu -PackageVersion: "1.3" -PackageLocale: en-US -Publisher: WsSolInfor -Author: BlueLife and Velociraptor -PackageName: Qemu Simple Boot -License: Copyright -Copyright: Sordum Org -CopyrightUrl: https://www.sordum.org -ShortDescription: Qemu Simple Boot is a handy and reliable utility that allows you to test bootable image before you burn them to a disc. It uses QEMU, which is a known virtual machine emulator that can run a virtual OS on the current host without affecting it. -Tags: -- qemu -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml deleted file mode 100644 index 95210efa6db77..0000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.installer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -InstallerType: portable -Commands: -- qemuboottester -Installers: -- Architecture: x86 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/QEMUs/Qemu-Portable_02/QEMU_Boot_Tester.exe - InstallerSha256: 65E16BF2720A5CAD4A393D112F5F3719916D2499AB5D158C2B9D7C45BE190BE7 -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml deleted file mode 100644 index e45759a9aee84..0000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.locale.en-US.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -PackageLocale: en-US -Publisher: WsSolInfor -PackageName: Qemu Boot Tester -License: GPL - 2.0+ -ShortDescription: Open source boot virtualization emulator.. -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml b/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml deleted file mode 100644 index 7c9f64af826f7..0000000000000 --- a/manifests/w/WsSolInfor/QemuBootTester/24.2.25/WsSolInfor.QemuBootTester.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.QemuBootTester -PackageVersion: 24.2.25 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml deleted file mode 100644 index b8e5f94120009..0000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -InstallerType: portable -Commands: -- showkeyplus -Installers: -- Architecture: x86 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/x86/ShowKeyPlus.exe - InstallerSha256: DF7BB9B3B99E500C20B0F8FC3A8D8956648B21FECC2E98EF4876AC067854DE16 -- Architecture: x64 - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/x64/ShowKeyPlus64.exe - InstallerSha256: 97E14BFA1588FD30E1A79871C838360776448C50FB18610C872F6C477D33A0EF -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml deleted file mode 100644 index 6c48db648e79f..0000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -PackageLocale: en-US -Publisher: WsSolInfor -PrivacyUrl: https://wssolinfor.github.io/repo-wssolinfor/Show%20Key%20Plus/PrivacyPolicy -Author: Superfly Inc. -PackageName: Show Key Plus - Final -License: MIT -LicenseUrl: https://github.com/Superfly-Inc/ShowKeyPlus/blob/master/LICENSE -Copyright: Copyright © 2015-2019 Superfly Inc. -CopyrightUrl: https://github.com/Superfly-Inc/ShowKeyPlus -ShortDescription: Windows product key finder and validation checker. -Tags: -- showkeyplus -- showkeyplus-final -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml b/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml deleted file mode 100644 index db690ac53d882..0000000000000 --- a/manifests/w/WsSolInfor/ShowKeyPlus/1.0.7060/WsSolInfor.ShowKeyPlus.yaml +++ /dev/null @@ -1,8 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.ShowKeyPlus -PackageVersion: 1.0.7060 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml b/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml deleted file mode 100644 index d2becf0116da3..0000000000000 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.installer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Testdisk -PackageVersion: 7.3+ -InstallerType: zip -NestedInstallerType: portable -NestedInstallerFiles: -- RelativeFilePath: testdisk_win.exe - PortableCommandAlias: testdisk_win -ArchiveBinariesDependOnPath: true -Installers: -- Architecture: neutral - InstallerUrl: https://wssolinfor.github.io/repo-wssolinfor/Testdisk/testdisk-7.3-Beta_WIN.zip - InstallerSha256: 22ED13D2893DDCBC21C4CC9FA412F55FCE8098DEA2F5C93979104DF8C75B38EA -ManifestType: installer -ManifestVersion: 1.9.0 diff --git a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml b/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml deleted file mode 100644 index c9891e412aea9..0000000000000 --- a/manifests/w/WsSolInfor/Testdisk/7.3+/WsSolInfor.Testdisk.locale.en-US.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Created using wingetcreate 1.9.4.0 -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json - -PackageIdentifier: WsSolInfor.Testdisk -PackageVersion: 7.3+ -PackageLocale: en-US -Publisher: WsSolInfor -Author: Christophe GRENIER -PackageName: Testdisk Beta -License: GNU - 1.2+ -LicenseUrl: https://www.gnu.org/licenses -ShortDescription: TestDisk is free data recovery software designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error. -Tags: -- testdisk -- testdisk-beta -- testdisk-7.3+ -Documentations: -- DocumentUrl: https://www.cgsecurity.org/testdisk_doc/ -ManifestType: defaultLocale -ManifestVersion: 1.9.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.installer.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.installer.yaml new file mode 100644 index 0000000000000..ad291159fb57a --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.installer.yaml @@ -0,0 +1,26 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 06dd86ba-d17d-55c7-9041-9a3dfdae054a +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v1.4.4/DeLive-1.4.4-x64.exe + InstallerSha256: 96D1318521B558F8772E2BFB6719E8C47DAAE031112CBCDD3D9AF1C0E09B1FB1 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/XimilalaXiang/DeLive/releases/download/v1.4.4/DeLive-1.4.4-x64.exe + InstallerSha256: 96D1318521B558F8772E2BFB6719E8C47DAAE031112CBCDD3D9AF1C0E09B1FB1 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml new file mode 100644 index 0000000000000..b1f3266f2ff5e --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.en-US.yaml @@ -0,0 +1,52 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +PackageLocale: en-US +ShortDescription: Real-time Windows system-audio transcription with floating on-screen captions. Multi-ASR providers (Soniox, Volcengine), export TXT/SRT, history & auto-update. +Description: |- + Your last resort when all other paths are blocked. + When subtitle export plugins fail, when platforms prevent downloads, when live streams have no captions, and when content is protected by DRM — system-level audio capture is your ultimate backup solution. + Need to export subtitles or transcribed content for building knowledge bases, analysis, research, or any other purpose, but the platform restricts access? DeLive captures system audio and delivers clean, exportable text you own. + 🎯 Core Features + - 🎧 System-Level Audio Capture - Directly capture system audio output, bypassing platform restrictions + - 🛡️ Bypass Protection Barriers - Works on platforms with download restrictions, DRM protection, or no subtitle export + - 📺 Universal Scene Coverage - Live streams, recorded videos, meetings, private courses, paid content... any audio scenario + - ⚡ Real-Time Transcription - Convert speech to text instantly with minimal latency + - 📢 Live Caption Overlay - Floating subtitle window, customizable font, color, size, and position + - 📤 Export to TXT/SRT - Simple text files or timestamped subtitle files for any player + - 🌐 60+ Language Support - Chinese, English, Japanese, and many more + - 🔄 Multiple ASR Providers - Switch between providers for different accuracy and pricing needs + 🎨 User Experience + - Dark/Light Theme - Comfortable viewing in any environment + - Modern Interface - Clean, frameless design with custom title bar + - Auto-Start on Login - Ready to use when your computer boots + - System Tray Integration - Runs quietly in the background + - Bilingual Interface - Chinese and English UI language options + - Auto Updates - Automatic detection and download of latest versions +Tags: +- dictate +- dictation +- speech-recognition +- speech-to-text +- transcribe +- transcription +ReleaseNotes: |- + Added / 新增 + - 💬 Added session-level AI Q&A with persistent ask history, transcript-grounded answers, citation snippets, and support for multiple conversation threads inside a single saved session + - 💬 新增会话级 AI 问答,支持持久化问答历史、基于 transcript 的回答、引用片段,以及单个会话内的多对话线程 + - 🧠 Added AI-generated session mind maps using Markmap-compatible Markdown with local editing, live preview, and session persistence + - 🧠 新增 AI 思维导图功能,基于 Markmap-compatible Markdown 生成,支持本地编辑、实时预览与会话持久化 + - 🖼️ Added mind map export actions for SVG and PNG directly from session preview + - 🖼️ 新增会话详情中的思维导图 SVG / PNG 导出能力 + - 🧪 Added session schema coverage for Q&A and mind map payloads, increasing frontend coverage from 180 to 184 tests + - 🧪 新增会话 schema 对问答与思维导图数据的测试覆盖,前端测试总数从 180 提升到 184 + Changed / 变更 + - ✨ Upgraded the session AI panel into a more conversation-like chat experience inspired by modern AI chat products, with suggestions, fixed composer area, and threaded context switching + - ✨ 将会话 AI 面板升级为更接近现代 AI 产品的对话体验,支持建议问题、固定输入区和多线程上下文切换 + - 🗺️ Reworked mind map export sizing and cropping based on actual rendered SVG bounds to avoid partial exports and excessive whitespace + - 🗺️ 基于实际渲染后的 SVG 边界重写思维导图导出尺寸与裁切逻辑,避免只导出部分内容或出现大面积留白 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md#144---2026-03-10 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml new file mode 100644 index 0000000000000..81bd823ac7b2f --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.locale.zh-CN.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +PackageLocale: zh-CN +Publisher: XimilalaXiang +PublisherUrl: https://blog.ximilala.online/ +PublisherSupportUrl: https://github.com/XimilalaXiang/DeLive/issues +PackageName: DeLive +PackageUrl: https://github.com/XimilalaXiang/DeLive +License: Apache-2.0 +LicenseUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/LICENSE +Copyright: Copyright 2026 XimilalaXiang +ShortDescription: 实时 Windows 系统音频转录,配有悬浮屏幕字幕。支持多家 ASR 提供商(Soniox、Volcengine),可导出 TXT/SRT,具备历史记录与自动更新功能。 +Description: |- + 当所有其他路都被堵死时的最终选择。 + 当字幕导出插件失效、平台禁止下载、直播没有字幕、内容受到 DRM 保护时——系统级音频捕获是你的终极保障。 + 需要导出字幕或转录内容用于构建知识库、分析、调研等用途,但平台受限?DeLive 捕获系统音频,交付干净、可导出的文本,你拥有完全的所有权。 + 🎯 核心功能 + - 🎧 系统级音频捕获 - 直接捕获系统音频输出,绕过平台限制 + - 🛡️ 突破防护限制 - 适用于禁止下载、有 DRM 保护、无法导出字幕的平台 + - 📺 全场景覆盖 - 直播、录播、会议、私密课程、付费内容……任何有声音的场景 + - ⚡ 实时转录 - 边播放边转文字,低延迟响应 + - 📢 实时字幕 - 悬浮字幕窗口,支持自定义字体、颜色、大小和位置 + - 📤 导出 TXT/SRT - 简单文本文件或带时间戳的字幕文件 + - 🌐 60+ 语言支持 - 中文、英文、日语等 60 多种语言 + - 🔄 多 ASR 提供商 - 灵活切换,满足不同精度和价格需求 + 🎨 用户体验 + - 深色/浅色主题 - 任意环境都能舒适观看 + - 现代化界面 - 简洁无边框设计,自定义标题栏 + - 开机自启动 - 电脑启动后即可使用 + - 系统托盘集成 - 后台静默运行 + - 双语界面 - 中文和英文界面任意切换 + - 自动更新 - 自动检测和下载最新版本 +Tags: +- 听写 +- 语音识别 +- 语音转文字 +- 转写 +- 转录 +ReleaseNotesUrl: https://github.com/XimilalaXiang/DeLive/blob/HEAD/CHANGELOG.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.yaml b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.yaml new file mode 100644 index 0000000000000..56849029d0b86 --- /dev/null +++ b/manifests/x/XimilalaXiang/DeLive/1.4.4/XimilalaXiang.DeLive.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: XimilalaXiang.DeLive +PackageVersion: 1.4.4 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.installer.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.installer.yaml new file mode 100644 index 0000000000000..7fb01efd7b195 --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.installer.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json + +PackageIdentifier: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +InstallerType: nullsoft +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/101yogeshsharma/NullByte/releases/download/v0.5.0-alpha/NullByte.Setup.0.5.0-alpha.exe + InstallerSha256: 3D1FB69F33C3E75F5BEED15C6F757E15A2A76B5FC3C95CA087FA888D3C8280FA +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.locale.en-US.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.locale.en-US.yaml new file mode 100644 index 0000000000000..2ba031ee96edf --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.locale.en-US.yaml @@ -0,0 +1,13 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json + +PackageIdentifier: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +PackageLocale: en-US +Publisher: Yogesh Sharma +PackageName: NullByte +License: Apache-2.0 +Copyright: Copyright © 2026 Yogesh Sharma +ShortDescription: NullByte - AI Coding Assistant powered by Gemini +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.yaml b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.yaml new file mode 100644 index 0000000000000..e1e3951349ccf --- /dev/null +++ b/manifests/y/YogeshSharma/NullByte/0.5.0-alpha/YogeshSharma.NullByte.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.10.3.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json + +PackageIdentifier: YogeshSharma.NullByte +PackageVersion: 0.5.0-alpha +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.installer.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.installer.yaml new file mode 100644 index 0000000000000..0ac95a570f6c9 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.installer.yaml @@ -0,0 +1,20 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- tutor-electron-student +ProductCode: tutor-electron-student +Installers: +- Architecture: x86 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.18.0.21422-installer-ia32.exe + InstallerSha256: 4BFA37C44E0C6071CBF56559F629A34F5C3776A624672EAC8027795DB719C445 +- Architecture: x64 + InstallerUrl: https://apphub.fbcontent.cn/ape-gallery/app/yuanfudao-student-7.18.0.21421-installer-x64.exe + InstallerSha256: 0E62ACDA0F02AEE0245223F9955D782177C45EE00B6DB7A18171CE1AFED669D1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.en-US.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.en-US.yaml new file mode 100644 index 0000000000000..1f62a32793e9a --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.en-US.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +PackageLocale: en-US +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: Beijing Yuanli Science and Technology Co., Ltd. +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: Proprietary +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 Yuanfudao +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: Live streaming tutoring for elementary and middle school students +Description: Yuanfudao, the core product of Yuanfudao Online Education Organisation, provides online interactive teaching of elementary and junior secondary subjects. With immersive experience, it aims to boost education with technology. Through the Yuanfudao client, primary and middle school students can receive remote tutoring. With the technical support of the Yuanfudao client, students can participate in real-time interactions, take tests, and receive assistance in reading and answering questions from assistant tutors. +Tags: +- broadcasting +- class +- classroom +- course +- education +- learn +- lecture +- lesson +- live +- live-streaming +- livestreaming +- screencasting +- streaming +- study +- teach +- teaching +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml new file mode 100644 index 0000000000000..74a21a5d2a6bb --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +PackageLocale: zh-CN +Publisher: 北京贞观雨科技有限公司 +PublisherUrl: https://www.yuanfudao.com/ +PrivacyUrl: https://m.yuanfudao.com/mkt/1037615 +Author: 北京猿力科技有限公司 +PackageName: 猿辅导 +PackageUrl: https://www.yuanfudaoschool.com/info/download +License: 专有软件 +LicenseUrl: https://m.yuanfudao.com/mkt/1037611 +Copyright: Copyright © 2026 猿辅导 +CopyrightUrl: https://m.yuanfudao.com/mkt/1037611 +ShortDescription: 中小学生全科在线辅导直播课 +Description: 猿辅导网课,猿辅导在线教育旗下核心产品,提供小学、初中多科在线互动教学,沉浸体验,以科技助力教育。通过猿辅导客户端,中小学生可以在家享受教师直播在线辅导。基于猿辅导客户端提供的技术支持,学生可以参与实时互动、完成题目测试以及享受助教伴读答疑服务。 +Tags: +- 公开课 +- 学习 +- 授课 +- 推流 +- 教学 +- 教室 +- 教育 +- 直播 +- 讲堂 +- 讲座 +- 讲授 +- 讲课 +- 课堂 +- 课程 +ReleaseNotes: '- 优化了一些细节' +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.yaml b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.yaml new file mode 100644 index 0000000000000..7ad250c418108 --- /dev/null +++ b/manifests/y/Yuanfudao/Yuanfudao/7.18.0/Yuanfudao.Yuanfudao.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Yuanfudao.Yuanfudao +PackageVersion: 7.18.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.installer.yaml b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.installer.yaml new file mode 100644 index 0000000000000..1b72463018457 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.installer.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.35.0 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +ProductCode: 46f36337-4d96-50a9-99c5-b07ee1bda9f3 +ReleaseDate: 2026-03-10 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.35.0/Meru-Setup-3.35.0.exe + InstallerSha256: 1FA1C0190C069B5F45E3A63AF439BC006EC2A13A2F732B3AAA7D67E46BEA966F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.35.0/Meru-Setup-3.35.0.exe + InstallerSha256: 1FA1C0190C069B5F45E3A63AF439BC006EC2A13A2F732B3AAA7D67E46BEA966F + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.35.0/Meru-Setup-3.35.0.exe + InstallerSha256: 1FA1C0190C069B5F45E3A63AF439BC006EC2A13A2F732B3AAA7D67E46BEA966F + InstallerSwitches: + Custom: /currentuser +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/zoidsh/meru/releases/download/v3.35.0/Meru-Setup-3.35.0.exe + InstallerSha256: 1FA1C0190C069B5F45E3A63AF439BC006EC2A13A2F732B3AAA7D67E46BEA966F + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.en-US.yaml b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.en-US.yaml new file mode 100644 index 0000000000000..0b2a11d6ebd54 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.en-US.yaml @@ -0,0 +1,39 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.35.0 +PackageLocale: en-US +Publisher: Tim Cheung +PublisherUrl: https://meru.so/ +PublisherSupportUrl: https://github.com/zoidsh/meru/issues +PrivacyUrl: https://meru.so/privacy +Author: Zoid Ltd +PackageName: Meru +PackageUrl: https://meru.so/download +License: AGPL-3.0 +LicenseUrl: https://github.com/zoidsh/meru/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026-present Tim Cheung +CopyrightUrl: https://meru.so/terms +ShortDescription: The Gmail experience you deserve +Description: Meru is an open-source desktop application that brings your Gmail experience out of the browser and onto your desktop. It provides a cleaner, more focused way to access and manage your Gmail account(s). +Tags: +- email +- gmail +- mail +ReleaseNotes: |- + Added + - Meru Pro: Added option to automatically mark verification code emails as read after copying + - Disabled by default + - Retry license key validation/activation requests if failed + - Check if internet connection is up if license key validation/activation failed + Changed + - Replaced notification sounds with better sounding ones + - New default is now "Linen" +ReleaseNotesUrl: https://github.com/zoidsh/meru/releases/tag/v3.35.0 +PurchaseUrl: https://meru.so/#pricing +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://meru.so/#faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.zh-CN.yaml b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2084449de66a5 --- /dev/null +++ b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.locale.zh-CN.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.35.0 +PackageLocale: zh-CN +ShortDescription: 您值得拥有的 Gmail 体验 +Description: Meru 是一个开源桌面应用程序,它将您的 Gmail 使用体验从浏览器带到桌面。它提供了一种更简洁、更专注的方式来访问和管理您的 Gmail 帐户。 +Tags: +- gmail +- 电子邮件 +- 邮件 +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://meru.so/#faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.yaml b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.yaml new file mode 100644 index 0000000000000..7b75fee245f7a --- /dev/null +++ b/manifests/z/Zoid/Meru/3.35.0/Zoid.Meru.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Zoid.Meru +PackageVersion: 3.35.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml new file mode 100644 index 0000000000000..f0f88c1ac91a7 --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.installer.yaml @@ -0,0 +1,18 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +InstallerLocale: en-US +InstallerType: inno +Scope: user +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES +UpgradeBehavior: install +ReleaseDate: 2026-03-07 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/zs-yg/moonviewer/releases/download/1.0/setup.exe + InstallerSha256: 78882578D7185EDF7109A770B958891C00CDD1796E1C55AE185DD96D54A403F0 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..944906ea30ab3 --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +PackageLocale: zh-CN +Publisher: zs-yg +PublisherUrl: https://github.com/zs-yg/moonviewer +# PublisherSupportUrl: +# PrivacyUrl: +Author: zs-yg +PackageName: MoonViewer +# PackageUrl: +License: MIT +LicenseUrl: https://github.com/zs-yg/moonviewer/blob/main/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: 这是一个极简的基于pyside6的图片查看器 +# Description: +# Moniker: +Tags: +- python +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +# Documentations: +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml new file mode 100644 index 0000000000000..61ba13acb1571 --- /dev/null +++ b/manifests/z/zsyg/MoonViewer/1.0/zsyg.MoonViewer.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.7.1 $debug=NVS2.CRLF.7-5-4.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: zsyg.MoonViewer +PackageVersion: "1.0" +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0