diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.installer.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.installer.yaml new file mode 100644 index 0000000000000..4b9d1c7bf46ba --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.installer.yaml @@ -0,0 +1,32 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AIDotNet.OpenCowork +PackageVersion: 1.2.6 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: ef264783-8179-52ad-bf3a-efd1a5ce435d +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.6/OpenCowork-win-amd64-setup.exe + InstallerSha256: 0D971A841F512392723E12424BAC448A7EAC43B5D809651055EAB310BB7EA44F + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.6/OpenCowork-win-amd64-setup.exe + InstallerSha256: 0D971A841F512392723E12424BAC448A7EAC43B5D809651055EAB310BB7EA44F + InstallerSwitches: + Custom: /allusers +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/AIDotNet/OpenCowork/releases/download/1.2.6/OpenCowork-win-arm64-setup.exe + InstallerSha256: B3E8FE3E4345693A9A7CC50B0D013DD6C8E25C5AB54FBB62A9ABA7228F01604C + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.locale.en-US.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.locale.en-US.yaml new file mode 100644 index 0000000000000..e3ce667c2f1a1 --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 1.2.6 +PackageLocale: en-US +Publisher: example.com +PublisherUrl: https://github.com/AIDotNet +PublisherSupportUrl: https://github.com/AIDotNet/OpenCowork/issues +PackageName: OpenCoWork +PackageUrl: https://github.com/AIDotNet/OpenCowork +License: Apache-2.0 +LicenseUrl: https://github.com/AIDotNet/OpenCowork/blob/HEAD/LICENSE +Copyright: Copyright 2026 AIDotNet +ShortDescription: Open-source desktop platform for multi-agent collaboration. Empowering AI agents with local tools, parallel teamwork, and seamless workplace integration. +Description: |- + Traditional LLM interfaces are often "environment-isolated islands." Developers spend 50% of their time copy-pasting code, terminal logs, and file contents between the chat and their IDE. + OpenCowork solves this by providing: + - Local Agency: Agents can directly read/write files and execute shell commands with your permission. + - Context Awareness: No more manual context feeding. Agents explore your codebase and logs autonomously. + - Task Orchestration: Complex tasks (like "Refactor this module and update tests") are broken down and handled by specialized sub-agents. + - Human-in-the-loop: You stay in control with a transparent tool-call approval system. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Added + - Added message windowing for long conversations, including targeted verification scripts for windowing behavior and pure message-window data handling. + - Added native-worker request timeout handling and resilient message/session persistence paths for long-running agent tasks. + Changed + - Updated native-worker context compression, video tool integrations, Seedance IPC handling, provider settings, and related renderer UI. + - Enabled recursive Git submodule checkout in the native-worker build workflow. + - Improved collapsible tool-output panels by observing dynamic content size changes. + Fixed + - Flattened top-level oneOf, anyOf, and allOf tool input schemas before Anthropic Messages API requests, preventing HTTP 400 validation failures. + - Fixed stale animation-completion state in collapsible panels. +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.locale.zh-CN.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab160f042613b --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 1.2.6 +PackageLocale: zh-CN +ShortDescription: 开源桌面多智能体协作平台,为 AI 智能体赋予本地工具、并行团队协作及无缝办公集成能力。 +Description: |- + 传统的 LLM 界面往往是“环境孤岛”。开发者通常需要花费 50% 的时间在聊天窗口和 IDE 之间手动复制粘贴代码、终端日志和文件内容。 + OpenCowork 通过以下方式解决这一问题: + - 本地代理能力:智能体可以在您的许可下直接读写文件并执行 Shell 命令。 + - 上下文感知:无需再手动喂数据。智能体会自主探索您的代码库和日志。 + - 任务编排:复杂的任务(如“重构此模块并更新测试”)会被拆解并由专门的子智能体处理。 + - 人在回路:通过透明的工具调用审批系统,您始终拥有最终控制权。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +ReleaseNotesUrl: https://github.com/AIDotNet/OpenCowork/releases/tag/1.2.6 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.yaml b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.yaml new file mode 100644 index 0000000000000..4ed385db889eb --- /dev/null +++ b/manifests/a/AIDotNet/OpenCowork/1.2.6/AIDotNet.OpenCowork.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: AIDotNet.OpenCowork +PackageVersion: 1.2.6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.installer.yaml b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.installer.yaml new file mode 100644 index 0000000000000..1b5cfd446499d --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.installer.yaml @@ -0,0 +1,44 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.109 +UpgradeBehavior: install +Protocols: +- aqbot +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.109/AQBot_0.0.109_x64-setup.exe + InstallerSha256: 3991905586D8B8D54941A6997320989BC993CDE0DF599961AC0EA6BF8A209CAB + ProductCode: AQBot +- Architecture: arm64 + InstallerType: nullsoft + Scope: user + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.109/AQBot_0.0.109_arm64-setup.exe + InstallerSha256: 17414D5F62A57586195BBA0DDD2A8537A58DFC3C8A233645D303EE939FA01B76 + ProductCode: AQBot +- Architecture: x64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.109/AQBot_0.0.109_x64_en-US.msi + InstallerSha256: BD275AE32779EFD787A2490D601426A3348292A7C74974B7D25D919A6452AF8E + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{36DEE39B-8655-444D-962C-54B7A49F3B17}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +- Architecture: arm64 + InstallerType: wix + Scope: machine + InstallerUrl: https://github.com/AQBot-Desktop/AQBot/releases/download/v0.0.109/AQBot_0.0.109_arm64_en-US.msi + InstallerSha256: EAE6851F0E04DA7B256274A61C14E2CA8CC2E17591306256DD7E833193FCE0A6 + InstallerSwitches: + InstallLocation: INSTALLDIR="" + ProductCode: '{F46DE419-4971-4319-B572-6E88862FE266}' + AppsAndFeaturesEntries: + - UpgradeCode: '{8BDD0169-05DB-5D77-8787-A6DEA286F0C6}' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.en-US.yaml b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.en-US.yaml new file mode 100644 index 0000000000000..4876d3042c6a8 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.en-US.yaml @@ -0,0 +1,74 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.109 +PackageLocale: en-US +ShortDescription: ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client +Description: |- + ☁️ Lightweight, high-performance cross-platform AI chat + AI gateway desktop client + + Features + Chat and Models + - Multi-provider support — Compatible with all OpenAI-compatible APIs including OpenAI, Anthropic Claude, Google Gemini, etc. + - Model management — Supports remote fetching of model lists and custom parameters (temperature, max tokens, top-p, etc.) + - Multi-key round-robin — Configure multiple API keys per provider; automatically rotates to distribute rate-limit pressure + - Streaming output — Real-time token-by-token rendering; thinking blocks can be folded or expanded + - Message versions — Each response supports multiple versions for easy comparison of different models or parameter settings + - Conversation branching — Create new branches from any message node, enabling side-by-side branch comparisons + - Conversation management — Supports pinning, archiving, time-based grouping, and batch operations + - Conversation compression — Automatically compresses long conversations, preserving key information to save context space + - Multi-model same query — Ask the same question to multiple models simultaneously, with support for comparative analysis of responses + AI Agent + - Agent mode — Switch to Agent mode, allowing AI to autonomously perform multi-step tasks: reading/writing files, running commands, code analysis, etc. + - Three-tier permissions — Default mode (edits require approval), accept edits (automatically approve changes), full access (no prompts), ensuring secure and controlled operation + - Workspace sandbox — Agent operations strictly confined to designated workspace directory, preventing unauthorized access + - Tool approval panel — Real-time display of tool invocation requests, supporting per-item review, one-click always allow or deny + - Cost tracking — Real-time token usage and cost statistics for each session + Content Rendering + - Markdown rendering — Full support for syntax highlighting, LaTeX math formulas, tables, and task lists + - Monaco code editor — Embedded Monaco Editor in code blocks, supporting syntax highlighting, copy, and diff preview + - Chart rendering — Built-in Mermaid flowchart and D2 architecture diagram rendering + - Artifact panel — Preview code snippets, HTML drafts, Markdown notes, reports in isolated panels + - Real-time voice chat — (Coming soon) WebRTC-based real-time voice, compatible with OpenAI Realtime API + Search and Knowledge + - Web search — Integrated with Tavily, Zhipu WebSearch, Bocha, etc., with search results annotated with source references + - Local knowledge base (RAG) — Supports multiple knowledge bases; upload documents to automatically parse, segment, and build indexes, then semantically retrieve relevant passages during chat + - Memory system — Supports multi-namespace conversation memory; entries can be manually added or automatically extracted by AI (AI auto-extraction coming soon) + - Context management — Flexibly attach files, search results, knowledge base snippets, memory entries, and tool outputs + Tools and Extensions + - MCP protocol — Fully implements Model Context Protocol, supporting both stdio and HTTP transport methods + - Built-in tools — Includes ready-to-use built-in MCP tools such as @aqbot/fetch + - Tool execution panel — Visual display of tool invocation requests and return results + API Gateway + - Local API gateway — Built-in local API server with native OpenAI-compatible, Claude, Gemini interfaces; can serve as backend for any compatible client + - API key management — Generate, revoke, enable, or disable access keys with descriptive notes + - Usage statistics — Analyze request volume and token usage by key, provider, and date + - SSL/TLS support — Built-in self-signed certificate generation, also supports mounting custom certificates + - Request logs — Fully record all API requests and responses passing through the gateway + - Configuration templates — Pre-configured integration templates for common CLI tools like Claude, Codex, OpenCode, Gemini + Data and Security + - AES-256 encryption — Sensitive data such as API keys are encrypted and stored locally using AES-256; master key has file permission 0600 + - Data directory isolation — Application state stored in ~/.aqbot/, user files in ~/Documents/aqbot/ + - Automatic backup — Supports scheduled automatic backups to local directories or WebDAV storage + - Backup recovery — One-click restore full data from historical backups + - Chat export — Export conversations as PNG screenshots, Markdown, plain text, or JSON format + Desktop Experience + - Theme switching — Dark/light themes,可 follow system preference or be manually set + - Interface language — Fully supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, French, German, Spanish, Russian, Hindi, and Arabic; switch anytime in settings + - System tray — Minimizes to system tray on window close, without interrupting background services + - Always on top — Keep main window permanently on top + - Global shortcuts — Customizable global hotkeys to summon the main window at any time + - Auto-start on boot — Option to launch automatically with the system + - Proxy support — Supports HTTP and SOCKS5 proxy configurations + - Auto-update — Automatically checks for new versions on startup and prompts to update +Tags: +- ai +- chatbot +- large-language-model +- llm +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.zh-CN.yaml b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ed69787687b7 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.locale.zh-CN.yaml @@ -0,0 +1,85 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: AQBot.AQBot +PackageVersion: 0.0.109 +PackageLocale: zh-CN +Publisher: aqbot +PublisherUrl: https://app.aqbot.top/ +PublisherSupportUrl: https://github.com/AQBot-Desktop/AQBot/issues +PackageName: AQBot +PackageUrl: https://app.aqbot.top/download +License: AGPL-3.0 +LicenseUrl: https://github.com/AQBot-Desktop/AQBot/blob/HEAD/LICENSE +ShortDescription: ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 +Description: |- + ☁️ 轻量级高性能跨平台AI对话 + AI网关桌面客户端 + + 功能特性 + 对话与模型 + - 多供应商支持 — 兼容 OpenAI、Anthropic Claude、Google Gemini 等所有 OpenAI 兼容 API + - 模型管理 — 支持远程拉取模型列表、自定义参数(温度、最大 Token、Top-P 等) + - 多密钥轮询 — 每个供应商可配置多个 API Key,自动轮换以分散限流压力 + - 流式输出 — 实时逐 Token 渲染,thinking 块可折叠展开 + - 消息版本 — 每条回复支持多版本切换,方便对比不同模型或参数的效果 + - 对话分支 — 从任意消息节点派生新分支,支持分支间对比 + - 对话管理 — 支持置顶、归档、按时间分组、批量操作 + - 对话压缩 — 自动压缩冗长对话,保留关键信息以节省上下文空间 + - 多模型同答案 — 同一问题同时向多个模型提问,支持答案间对比分析 + AI Agent + - Agent 模式 — 切换至 Agent 模式,AI 可自主执行多步骤任务:读写文件、运行命令、分析代码等 + - 三级权限 — 默认模式(写入需审批)、接受编辑(自动批准修改)、完全访问(无提示),安全可控 + - 工作目录沙箱 — Agent 操作严格限制在指定工作目录内,防止越权访问 + - 工具审批面板 — 实时展示工具调用请求,支持逐条审核、一键始终允许或拒绝 + - 成本追踪 — 每次会话实时统计 Token 用量与费用 + 内容渲染 + - Markdown 渲染 — 完整支持代码高亮、LaTeX 数学公式、表格、任务列表 + - Monaco 代码编辑器 — 代码块内嵌 Monaco Editor,支持语法高亮、复制、diff 预览 + - 图表渲染 — 内置 Mermaid 流程图与 D2 架构图渲染 + - Artifact 面板 — 代码片段、HTML 草稿、Markdown 笔记、报告可在独立面板中预览 + - 实时语音对话 — (即将推出)基于 WebRTC 的实时语音,兼容 OpenAI Realtime API + 搜索与知识 + - 联网搜索 — 集成 Tavily、智谱 WebSearch、Bocha 等,搜索结果附带引用来源标注 + - 本地知识库(RAG) 支持多知识库,上传文档后自动解析分段并且构建索引,对话时语义检索相关段落 + - 记忆系统 支持对话多命名空间记忆,可手动添加或由 AI 自动提取(AI 自动提取部分即将支持) + - 上下文管理 — 灵活挂载文件附件、搜索结果、知识库片段、记忆条目、工具输出 + 工具与扩展 + - MCP 协议 — 完整实现 Model Context Protocol,支持 stdio 和 HTTP 两种传输方式 + - 内置工具 — 提供@aqbot/fetch 等开箱即用的内置 MCP 工具 + - 工具执行面板 — 可视化展示工具调用请求与返回结果 + API 网关 + - 本地 API 网关 — 内置 OpenAI 兼容、Claude、Gemini 等原生接口的本地 API 服务器,可作为任意兼容客户端的后端 + - API 密钥管理 — 生成、撤销、启停访问密钥,支持描述备注 + - 用量统计 — 按密钥、供应商、日期维度的请求量与 Token 用量分析 + - SSL/TLS 支持 — 内置自签名证书生成,也支持挂载自定义证书 + - 请求日志 — 完整记录所有经过网关的 API 请求与响应 + - 配置模板 — 预置 Claude、Codex、OpenCode、Gemini 等常见 CLI 工具的接入配置模板 + 数据与安全 + - AES-256 加密 — API Key 等敏感数据使用 AES-256 加密存储于本地,主密钥权限 0600 + - 数据目录隔离 — 应用状态存储于 ~/.aqbot/,用户文件存储于 ~/Documents/aqbot/ + - 自动备份 — 支持定时自动备份到本地目录、WebDAV 的存储 + - 备份恢复 — 一键从历史备份恢复完整数据 + - 对话导出 — 支持将对话导出为 PNG 截图、Markdown、纯文本或 JSON 格式 + 桌面体验 + - 主题切换 — 深色/浅色主题,可跟随系统或手动指定 + - 界面语言 — 完整支持简体中文、繁体中文、英文、日文、韩文、法文、德文、西班牙文、俄文、印地文与阿拉伯文,可在设置中随时切换 + - 系统托盘 — 关闭窗口时最小化到系统托盘,不中断后台服务 + - 窗口置顶 — 可将主窗口常驻最顶层 + - 全局快捷键 — 自定义全局快捷键,随时唤起主窗口 + - 开机自启 — 可选择随系统自动启动 + - 代理支持 — 支持 HTTP 和 SOCKS5 代理配置 + - 自动更新 — 启动时自动检测新版本并提示更新 +Tags: +- 人工智能 +- 大语言模型 +- 聊天机器人 +ReleaseNotes: |- + 🚀 新功能 + - settings: 关于页增加自动检查更新开关 (#c490503) + - chat: 批量移动分类与全局对话搜索 (#0d60b97) +ReleaseNotesUrl: https://github.com/AQBot-Desktop/AQBot/releases/tag/v0.0.109 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://app.aqbot.top/guide/getting-started +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.yaml b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.yaml new file mode 100644 index 0000000000000..7852411b63d83 --- /dev/null +++ b/manifests/a/AQBot/AQBot/0.0.109/AQBot.AQBot.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: AQBot.AQBot +PackageVersion: 0.0.109 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml index fe56af7588b9a..53d11205fecd8 100644 --- a/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml +++ b/manifests/a/Alibaba/Qoder/1.106.3/Alibaba.Qoder.installer.yaml @@ -148,7 +148,7 @@ ProductCode: '{943D6004-554E-4B49-A1D5-52F999A1B3C9}_is1' ReleaseDate: 2026-07-28 Installers: - Architecture: x64 - InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.19.1/QoderUserSetup-x64.exe - InstallerSha256: D753B78B97C943B8D2BA55F0540BD0AF9B7DEA31E57113AD3653E85BB7D53C76 + InstallerUrl: https://qoder-ide.oss-accelerate.aliyuncs.com/release/1.19.2/QoderUserSetup-x64.exe + InstallerSha256: 36AA434D28A09A2EB1E4E6549BDCC07F89C0A252BE9344AD3A02835591B013F8 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.installer.yaml b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.installer.yaml new file mode 100644 index 0000000000000..4cfa03cbac962 --- /dev/null +++ b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Atuinsh.Atuin +PackageVersion: 18.18.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: atuin.exe + PortableCommandAlias: atuin +InstallModes: +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- atuin +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/atuinsh/atuin/releases/download/v18.18.1/atuin-x86_64-pc-windows-msvc.zip + InstallerSha256: A4E6AC1DED3961D068CEC0CE51809E73000170BB6F8A64822B8E1E023270E375 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.locale.en-US.yaml b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.locale.en-US.yaml new file mode 100644 index 0000000000000..d91bf9cf43eca --- /dev/null +++ b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.locale.en-US.yaml @@ -0,0 +1,90 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Atuinsh.Atuin +PackageVersion: 18.18.1 +PackageLocale: en-US +Publisher: Atuin +PublisherUrl: https://atuin.sh/ +PublisherSupportUrl: https://github.com/atuinsh/atuin/issues +Author: Ellie Huxtable +PackageName: Atuin +PackageUrl: https://github.com/atuinsh/atuin +License: MIT +LicenseUrl: https://github.com/atuinsh/atuin/blob/HEAD/LICENSE +Copyright: Ellie Huxtable +ShortDescription: ✨ Magical shell history +Description: Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. +Moniker: atuin +Tags: +- history +- powershell +- rust +- shell +ReleaseNotes: |- + Release Notes + Bug Fixes + - (crates.io) Fix installation from crates.io (#3764) + Refactor + - (daemon) Drop fs4, use std::fs file locking (#3753) + atuin 18.18.1 + Install atuin 18.18.1 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.18.1/atuin-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.18.1/atuin-installer.ps1 | iex" + Download atuin 18.18.1 + ────────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ────────────────────────────────────────────┼───────────────────┼───────────── + atuin-x86_64-unknown-linux-musl.tar.gz │x64 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 atuinsh/atuin + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle + atuin-server 18.18.1 + Install atuin-server 18.18.1 + Install prebuilt binaries via shell script + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.18.1/atuin-server-installer.sh | sh + Install prebuilt binaries via powershell script + powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.18.1/atuin-server-installer.ps1 | iex" + Download atuin-server 18.18.1 + ───────────────────────────────────────────────────┬───────────────────┬───────────── + File │Platform │Checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-x86_64-apple-darwin.tar.gz │Intel macOS │checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-x86_64-pc-windows-msvc.zip │x64 Windows │checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-aarch64-unknown-linux-gnu.tar.gz │ARM64 Linux │checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-x86_64-unknown-linux-gnu.tar.gz │x64 Linux │checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum + ───────────────────────────────────────────────────┼───────────────────┼───────────── + atuin-server-x86_64-unknown-linux-musl.tar.gz │x64 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 atuinsh/atuin + You can also download the attestation from GitHub and verify against that directly: + gh attestation verify --bundle +ReleaseNotesUrl: https://github.com/atuinsh/atuin/releases/tag/v18.18.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.yaml b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.yaml new file mode 100644 index 0000000000000..f3f541b23750e --- /dev/null +++ b/manifests/a/Atuinsh/Atuin/18.18.1/Atuinsh.Atuin.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Atuinsh.Atuin +PackageVersion: 18.18.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.installer.yaml b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.installer.yaml new file mode 100644 index 0000000000000..6a324bcc2032c --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.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: AuraMarker.Lattics +PackageVersion: 4.0.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 4f8bf0ca-03d4-5fd8-b740-20148a6f9cd9 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.0.1.exe + InstallerSha256: 9508D372E60C25EC9E3FDC7C57AD0A222F6080781CBCEBB0DA1811A5B81670FF + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://releases.zine.la/lattics/win/Lattics_win_installer_x64_4.0.1.exe + InstallerSha256: 9508D372E60C25EC9E3FDC7C57AD0A222F6080781CBCEBB0DA1811A5B81670FF + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.locale.en-US.yaml b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.locale.en-US.yaml new file mode 100644 index 0000000000000..84b5d484abd7b --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.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: AuraMarker.Lattics +PackageVersion: 4.0.1 +PackageLocale: en-US +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PublisherSupportUrl: https://discordapp.com/invite/lattics +PrivacyUrl: https://lattics.com/privacy-policy +Author: Aura Marker Studio Co., Ltd. +PackageName: Lattics +PackageUrl: https://lattics.com/ +License: Proprietary +LicenseUrl: https://lattics.com/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: '"Brain-like" Knowledge Management Notes' +Tags: +- backlink +- bi-directional-link +- block +- docs +- document +- editor +- graph +- knowledge +- knowledge-base +- markdown +- mind-map +- mindmap +- notes +- outliner +- pkm +- reference +Documentations: +- DocumentLabel: Tutorial + DocumentUrl: https://helps.auramarker.com/en/lattics/backup_and_sync +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.locale.zh-CN.yaml b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff4bc848fa2e8 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: AuraMarker.Lattics +PackageVersion: 4.0.1 +PackageLocale: zh-CN +Publisher: AuraMarker +PublisherUrl: https://auramarker.com/ +PrivacyUrl: https://lattics.com/zh-CN/privacy-policy +Author: 深圳市欧若马可科技有限公司 +PackageName: Lattics +PackageUrl: https://lattics.com/zh-CN +License: 专有软件 +LicenseUrl: https://lattics.com/zh-CN/terms_of_service +Copyright: © 2026 Aura Marker Studio Co., Ltd. All Rights Reserved. +ShortDescription: 「类脑式」知识管理笔记与写作 +Tags: +- markdown +- 个人知识管理 +- 内容块 +- 双向链接 +- 反向链接 +- 图谱 +- 大纲 +- 引用 +- 思维导图 +- 文档 +- 知识 +- 知识库 +- 笔记 +- 编辑器 +- 脑图 +Documentations: +- DocumentLabel: 使用指南 + DocumentUrl: https://helps.auramarker.com/lattics/backup_and_sync +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.yaml b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.yaml new file mode 100644 index 0000000000000..670c62abb8d95 --- /dev/null +++ b/manifests/a/AuraMarker/Lattics/4.0.1/AuraMarker.Lattics.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: AuraMarker.Lattics +PackageVersion: 4.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.installer.yaml b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.installer.yaml new file mode 100644 index 0000000000000..85bd962dc4dd9 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.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: Baidu.BaiduWenku +PackageVersion: 3.4.2 +InstallerType: nullsoft +Scope: machine +UpgradeBehavior: install +Protocols: +- wkpcclient +ProductCode: 1411c837-20da-5928-99ea-f9d9a1050f67 +ReleaseDate: 2026-07-20 +Installers: +- Architecture: x64 + InstallerUrl: https://edu-wenku.bdimg.com/v1/pcclient/upgrade/wenku-Setup-3.4.2.exe + InstallerSha256: 5D0F042A36F431D4A3651276F749142CA5AD2DDB04A34E834E4E12A52669ED23 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.locale.en-US.yaml b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.locale.en-US.yaml new file mode 100644 index 0000000000000..92a1a69f0290b --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.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: Baidu.BaiduWenku +PackageVersion: 3.4.2 +PackageLocale: en-US +Publisher: Baidu.com, Inc. +PublisherUrl: https://wenku.baidu.com/ +PublisherSupportUrl: https://wenku.baidu.com/portal/browse/help +PrivacyUrl: https://wenku.baidu.com/portal/browse/help#help/28 +PackageName: 百度文库 +PackageUrl: https://wenku.baidu.com/pcactivity/landingPage +License: Proprietary +LicenseUrl: https://wenku.baidu.com/portal/browse/help#help/24 +Copyright: Copyright © 2026 Baidu.com, Inc. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: Make knowledge management easy to help you work and study efficiently +Tags: +- docs +- document +- knowledge +- resource +- template +PurchaseUrl: https://wenku.baidu.com/ndbusiness/browse/wenkuvipcashier +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.locale.zh-CN.yaml b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fcaa18d97af70 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.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: Baidu.BaiduWenku +PackageVersion: 3.4.2 +PackageLocale: zh-CN +Publisher: Baidu.com, Inc. +PublisherUrl: https://wenku.baidu.com/ +PublisherSupportUrl: https://wenku.baidu.com/portal/browse/help +PrivacyUrl: https://wenku.baidu.com/portal/browse/help#help/28 +PackageName: 百度文库 +PackageUrl: https://wenku.baidu.com/pcactivity/landingPage +License: 专有软件 +LicenseUrl: https://wenku.baidu.com/portal/browse/help#help/24 +Copyright: Copyright © 2026 Baidu.com, Inc. +CopyrightUrl: https://www.baidu.com/duty/copyright.html +ShortDescription: 轻松管理知识,助你高效工作、学习 +Tags: +- 文档 +- 文稿 +- 模板 +- 知识 +- 资料 +PurchaseUrl: https://wenku.baidu.com/ndbusiness/browse/wenkuvipcashier +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.yaml b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.yaml new file mode 100644 index 0000000000000..94c3922330a23 --- /dev/null +++ b/manifests/b/Baidu/BaiduWenku/3.4.2/Baidu.BaiduWenku.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: Baidu.BaiduWenku +PackageVersion: 3.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.installer.yaml b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.installer.yaml new file mode 100644 index 0000000000000..cda5f32bc459e --- /dev/null +++ b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.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: BelgianGovernment.eIDViewer +PackageVersion: 5.1.6342 +InstallerType: wix +Scope: machine +InstallerSwitches: + InstallLocation: APPLICATIONROOTFOLDER="" +UpgradeBehavior: install +ProductCode: '{F3DC7F06-92FF-4C98-87F5-72C0B7866342}' +ReleaseDate: 2026-06-02 +AppsAndFeaturesEntries: +- UpgradeCode: '{A65D6AF1-8B50-4421-BFCB-CC1D3949807D}' + InstallerType: msi +Installers: +- Architecture: x86 + InstallerUrl: https://eid.belgium.be/sites/default/files/software/BeidViewer%205.1.31.6342.msi + InstallerSha256: 6780CE11049E29FA25A2BEE0377CFABBDAC048B61258989DFDB610EBF649DAA9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.en-US.yaml b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.en-US.yaml new file mode 100644 index 0000000000000..ccd0df8162e96 --- /dev/null +++ b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: BelgianGovernment.eIDViewer +PackageVersion: 5.1.6342 +PackageLocale: en-US +Publisher: Belgian Government +PublisherUrl: https://eid.belgium.be/en +PublisherSupportUrl: https://eid.belgium.be/en/contact +PackageName: Belgium e-ID viewer +PackageUrl: https://eid.belgium.be/en/eid-viewer +License: Proprietary +LicenseUrl: https://eid.belgium.be/en/license/conditions-use +Copyright: Copyright (C) 2026 Bosa +CopyrightUrl: https://eid.belgium.be/en/license/conditions-use +ShortDescription: Access your eID card data. +Tags: +- eid +Documentations: +- DocumentLabel: Question & Answer + DocumentUrl: https://eid.belgium.be/en/question-and-answer +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.zh-CN.yaml b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a46e0a6b897f1 --- /dev/null +++ b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.locale.zh-CN.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: BelgianGovernment.eIDViewer +PackageVersion: 5.1.6342 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 访问您的 eID 卡数据。 +Documentations: +- DocumentLabel: 问题与解答 + DocumentUrl: https://eid.belgium.be/en/question-and-answer +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.yaml b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.yaml new file mode 100644 index 0000000000000..6f62c6a6b5f22 --- /dev/null +++ b/manifests/b/BelgianGovernment/eIDViewer/5.1.6342/BelgianGovernment.eIDViewer.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: BelgianGovernment.eIDViewer +PackageVersion: 5.1.6342 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.installer.yaml b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.installer.yaml new file mode 100644 index 0000000000000..f944886396538 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 8.0.0.10893 +InstallerType: inno +Scope: machine +UpgradeBehavior: install +Protocols: +- livehime +ProductCode: '{06BB8CDE-F4AC-4B22-A680-0F3699CB9912}_is1' +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://dl.hdslb.com/bili/bililive/win/Livehime-Win-beta-8.0.0.10893-x64.exe + InstallerSha256: 726195D045B96641A52A78C78F0AB4DC76F2A261124344B3407C4DFC1D723E74 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.locale.en-US.yaml b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.locale.en-US.yaml new file mode 100644 index 0000000000000..ace8554bf8feb --- /dev/null +++ b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bilibili.Livehime +PackageVersion: 8.0.0.10893 +PackageLocale: en-US +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: Shanghai Magic Electric Information Technology Co., Ltd. +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: Freeware +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2026 Shanghai Magic Electric Information Technology Co., Ltd. All Right Reserved. +ShortDescription: Bilibili Live official live streaming tool +Description: Bilibili Livehime is a live streaming tool for Bilibili streamers and uploaders that focuses on games, entertainment and voice chat. +Tags: +- broadcasting +- live +- live-streaming +- livestreaming +- screencasting +- streaming +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.locale.zh-CN.yaml b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.locale.zh-CN.yaml new file mode 100644 index 0000000000000..44f7d462d8321 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 8.0.0.10893 +PackageLocale: zh-CN +Publisher: 上海幻电信息科技有限公司 +PublisherUrl: https://live.bilibili.com +PublisherSupportUrl: https://link.bilibili.com/p/help/ +PrivacyUrl: https://www.bilibili.com/blackboard/live/mobilelink-provacypolicy.html +Author: 上海幻电信息科技有限公司 +PackageName: 哔哩哔哩直播姬 +PackageUrl: https://live.bilibili.com/liveHime +License: 免费软件 +LicenseUrl: https://www.bilibili.com/blackboard/live/activity-dLUnpNZEM1.html +Copyright: Copyright (C) 2026 上海幻电信息科技有限公司. All Right Reserved. +ShortDescription: 哔哩哔哩直播官方直播软件 +Description: 哔哩哔哩直播姬是哔哩哔哩独家为主播和 UP 主们打造的开播软件,集游戏、娱乐、语音开播为一体。一键即可开播,下一个直播届的超级偶像就是你~ +Tags: +- 推流 +- 直播 +ReleaseNotes: 【优化】已知问题修复 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.yaml b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.yaml new file mode 100644 index 0000000000000..3825e0b1702f8 --- /dev/null +++ b/manifests/b/Bilibili/Livehime/8.0.0.10893/Bilibili.Livehime.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: Bilibili.Livehime +PackageVersion: 8.0.0.10893 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.installer.yaml b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.installer.yaml new file mode 100644 index 0000000000000..26e08a1598610 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.installer.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.22.1 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: bd4f3b30-4f23-5853-b30a-61e20eb47251 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.22.1-Setup.exe + InstallerSha256: 476666EA51FB725B7453DACE0934A0F186672545115DFA931E015D28E05FFB3F + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.22.1-Setup.exe + InstallerSha256: 476666EA51FB725B7453DACE0934A0F186672545115DFA931E015D28E05FFB3F + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.22.1-Setup.exe + InstallerSha256: 476666EA51FB725B7453DACE0934A0F186672545115DFA931E015D28E05FFB3F + InstallerSwitches: + Custom: /currentuser + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +- Architecture: arm64 + Scope: machine + InstallerUrl: https://download.chatboxai.app/releases/Chatbox-1.22.1-Setup.exe + InstallerSha256: 476666EA51FB725B7453DACE0934A0F186672545115DFA931E015D28E05FFB3F + InstallerSwitches: + Custom: /allusers + Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.arm64 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.en-US.yaml b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.en-US.yaml new file mode 100644 index 0000000000000..f7df21f4020c7 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.en-US.yaml @@ -0,0 +1,54 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.22.1 +PackageLocale: en-US +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/help-center +PrivacyUrl: https://chatboxai.app/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/ +License: Proprietary +LicenseUrl: https://chatboxai.app/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: Your AI Copilot on the Desktop +Description: Chatbox is an open-source desktop app for GPT-4 / GPT-3.5 (OpenAI API) that supports Windows, Mac & Linux. +Tags: +- ai +- chatbot +- chatgpt +- claude +- deepseek +- doubao +- gemini +- kimi +- large-language-model +- llama +- llm +- mistral +- qwen +ReleaseNotes: |- + 1. Added Work Mode: the AI can run code, use tools, work with files on your computer, find past conversations, and generate images to complete complex tasks. Learn more + 2. Added Skills: install and manage reusable AI abilities, with a regularly updated built-in library + 3. Added complete data backups that include conversations, images, and attachments for export and restore + 4. Redesigned the model picker with search and per-model thinking depth + 5. Added a conversation minimap for navigating long chats + 6. Refreshed onboarding with ready-to-use examples + 7. Added chat archiving and creation time in the sidebar + 8. Added PDF support on mobile + 9. Improved streaming responses, automatic scrolling, and reasoning status display + 10. Updated built-in DeepSeek models and improved compatibility with MCP servers + 11. Various bug fixes and stability improvements + - MacOS(Apple Silicon) + - MacOS(Intel) + - Windows + - Android + - Linux x86_64 + - Linux ARM64 +ReleaseNotesUrl: https://chatboxai.app/help-center/changelog +PurchaseUrl: https://chatboxai.app/#pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.zh-CN.yaml b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8822a688f95c5 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.locale.zh-CN.yaml @@ -0,0 +1,55 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: Bin-Huang.Chatbox +PackageVersion: 1.22.1 +PackageLocale: zh-CN +Publisher: Benn Huang +PublisherUrl: https://www.bennhuang.com/ +PublisherSupportUrl: https://chatboxai.app/zh/help-center +PrivacyUrl: https://chatboxai.app/zh/privacy +Author: Benn Huang +PackageName: Chatbox +PackageUrl: https://chatboxai.app/cn +License: 专有软件 +LicenseUrl: https://chatboxai.app/zh/terms +Copyright: © 2026 Chatbox App. All rights reserved. +ShortDescription: 办公学习的 AI 好助手 +Description: Chatbox 支持多款全球最先进的 AI 大模型服务,支持 Windows、Mac 和 Linux。作为一款热门的开源桌面应用,深受全 世界专业人士的好评。 +Tags: +- ai +- chatgpt +- claude +- deepseek +- gemini +- kimi +- llama +- llm +- mistral +- 人工智能 +- 大语言模型 +- 聊天机器人 +- 豆包 +- 通义千问 +ReleaseNotes: |- + 1. 新增工作模式:AI 可运行代码、调用工具、处理电脑中的文件,还可查找历史对话和生成图片,自主完成复杂任务。了解更多 + 2. 新增技能(Skills):可安装和管理可复用的 AI 能力,内置技能库持续更新 + 3. 新增完整数据备份,可一并导出和恢复对话、图片及附件 + 4. 重新设计模型选择器,支持搜索及按模型设置思考深度 + 5. 新增对话小地图,方便浏览长对话 + 6. 全新新手引导,提供开箱即用的示例 + 7. 支持归档对话,并在侧边栏显示对话创建时间 + 8. 移动端支持 PDF 文件 + 9. 优化回复的流式显示、自动滚动和思考状态展示 + 10. 更新 DeepSeek 预置模型,并提升 MCP 服务兼容性 + 11. 多项问题修复与稳定性优化 + - MacOS(Apple Silicon) + - MacOS(Intel) + - Windows + - Android + - Linux x86_64 + - Linux ARM64 +ReleaseNotesUrl: https://chatboxai.app/zh/help-center/changelog +PurchaseUrl: https://chatboxai.app/zh#pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.yaml b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.yaml new file mode 100644 index 0000000000000..6ccc2797b28c7 --- /dev/null +++ b/manifests/b/Bin-Huang/Chatbox/1.22.1/Bin-Huang.Chatbox.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: Bin-Huang.Chatbox +PackageVersion: 1.22.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.installer.yaml b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.installer.yaml new file mode 100644 index 0000000000000..9db14435dc936 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.installer.yaml @@ -0,0 +1,30 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.5.5 +InstallerType: nullsoft +InstallerSwitches: + Custom: /currentuser +UpgradeBehavior: install +Protocols: +- bytedanceide +FileExtensions: +- js +- json +- ts +- ttml +- ttss +ProductCode: 0d6cc698-a1aa-5593-a60b-0310adcebfe2 +ReleaseDate: 2026-07-24 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/433599866/win32/抖音开发者工具-4.5.5.exe + InstallerSha256: 9E0507C8C750BC254A05731E8E1BFFD55093B2C4AB9B8E4477BDB212AFF673BD +- Architecture: x64 + Scope: machine + InstallerUrl: https://sf1-cdn-tos.douyinstatic.com/obj/microapp/frontend/ide/package/obj/developer/ide/433599866/win32/抖音开发者工具-4.5.5.exe + InstallerSha256: 9E0507C8C750BC254A05731E8E1BFFD55093B2C4AB9B8E4477BDB212AFF673BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.en-US.yaml b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.en-US.yaml new file mode 100644 index 0000000000000..e512ecc7662ec --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.5.5 +PackageLocale: en-US +Publisher: Beijing Douyin Information Service Co., Ltd. +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +Author: Beijing Douyin Information Service Co., Ltd. +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: Freeware +Copyright: Copyright © ByteDance 2026 +ShortDescription: A desktop IDE for ByteDance Mini-APP developers +Description: Douyin IDE is a desktop IDE (Integrated Development Environment) for ByteDance Mini-APP developers, providing Mini-APP development, debugging, previewing and uploading, as well as developer services such as intelligent customer service. It supports Windows and macOS, and is designed to help developers develop Mini-APP more efficiently. +Tags: +- bytedance +- develop +- development +- devtools +- douyin +- ide +- mini-app +- mini-program +- toutiao +- web +- xigua +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +Documentations: +- DocumentLabel: FAQ + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.zh-CN.yaml b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a3a45a77adbb4 --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.locale.zh-CN.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.DouyinIDE +PackageVersion: 4.5.5 +PackageLocale: zh-CN +Publisher: 北京抖音信息服务有限公司 +PublisherUrl: https://developer.open-douyin.com/ +PublisherSupportUrl: https://developer.open-douyin.com/forum +Author: 北京抖音信息服务有限公司 +PackageName: 抖音开发者工具 +PackageUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/overview +License: 免费软件 +Copyright: Copyright © ByteDance 2026 +ShortDescription: 面向字节系小程序开发者推出的桌面端集成开发环境 +Description: 开发者工具是面向字节系小程序开发者推出的桌面端集成开发环境(Integrated Development Environment,IDE)。IDE 支持小程序开发、调试、预览、上传等基本功能,并且集成开发者服务(包含智能客服等),支持在 Windows、Mac 平台上运行,旨在帮助开发者更高效地开发小程序。 +Tags: +- ide +- 今日头条 +- 字节跳动 +- 小程序 +- 开发 +- 开发者工具 +- 抖音 +- 网页 +- 西瓜视频 +ReleaseNotes: |- + 新增:默认基础库升级到 4.19 版本,最新基础库升级到 4.22 版本 + 新增:wasm 新分包方案上线 + 新增:unity 游戏支持鸿蒙模拟器 + 修复:稳定性升级 +ReleaseNotesUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/download/developer-instrument-update-and-download +Documentations: +- DocumentLabel: 常见问题 + DocumentUrl: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/developer-instrument/questions +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.yaml b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.yaml new file mode 100644 index 0000000000000..e4b6c3f49ebbd --- /dev/null +++ b/manifests/b/ByteDance/DouyinIDE/4.5.5/ByteDance.DouyinIDE.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: ByteDance.DouyinIDE +PackageVersion: 4.5.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.installer.yaml b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.installer.yaml new file mode 100644 index 0000000000000..b57771a03a50d --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.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: ByteDance.LarkCLI +PackageVersion: 1.0.79 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: lark-cli.exe +Commands: +- lark-cli +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.79/lark-cli-1.0.79-windows-amd64.zip + InstallerSha256: 6E484E30F34E08F62E85EF5688BC2F3EA9AA836F35447EF69008BBEC534FB75B +- Architecture: arm64 + InstallerUrl: https://github.com/larksuite/cli/releases/download/v1.0.79/lark-cli-1.0.79-windows-arm64.zip + InstallerSha256: BBEE8E39052DAEC610CA69F03D90817CEE59DA6CF8EDE287780D1C1AE3BC3B23 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.en-US.yaml b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..a0ed4b1c62467 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.en-US.yaml @@ -0,0 +1,57 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.79 +PackageLocale: en-US +Publisher: Lark Technologies Pte. Ltd. +PublisherUrl: https://www.larksuite.com/en_us/ +PublisherSupportUrl: https://github.com/larksuite/cli/issues +PrivacyUrl: https://www.larksuite.com/en_us/privacy-policy +Author: Lark Technologies Pte. Ltd. +PackageName: Lark CLI +PackageUrl: https://github.com/larksuite/cli +License: MIT +LicenseUrl: https://github.com/larksuite/cli/blob/HEAD/LICENSE +Copyright: Copyright (c) 2026 Lark Technologies Pte. Ltd. +CopyrightUrl: https://www.larksuite.com/en_us/user-terms-of-service +ShortDescription: A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. +Description: |- + A command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. + Why lark-cli? + - Agent-Native Design — 19 structured Skills out of the box, compatible with popular AI tools — Agents can operate Lark with zero extra setup + - Wide Coverage — 11 business domains, 200+ curated commands, 19 AI Agent Skills + - AI-Friendly & Optimized — Every command is tested with real Agents, featuring concise parameters, smart defaults, and structured output to maximize Agent call success rates + - Open Source, Zero Barriers — MIT license, ready to use, just npm install + - Up and Running in 3 Minutes — One-click app creation, interactive login, from install to first API call in just 3 steps + - Secure & Controllable — Input injection protection, terminal output sanitization, OS-native keychain credential storage + - Three-Layer Architecture — Shortcuts (human & AI friendly) → API Commands (platform-synced) → Raw API (full coverage), choose the right granularity + Features + - 📅 Calendar: View agenda, create events, invite attendees, check free/busy status, time suggestions + - 💬 Messenger: Send/reply messages, create and manage group chats, view chat history & threads, search messages, download media + - 📄 Docs: Create, read, update, and search documents, read/write media & whiteboards + - 📁 Drive: Upload and download files, search docs & wiki, manage comments + - 📊 Base: Create and manage tables, fields, records, views, dashboards, data aggregation & analytics + - 📈 Sheets: Create, read, write, append, find, and export spreadsheet data + - ✅ Tasks: Create, query, update, and complete tasks; manage task lists, subtasks, comments & reminders + - 📚 Wiki: Create and manage knowledge spaces, nodes, and documents + - 👤 Contact: Search users by name/email/phone, get user profiles + - 📧 Mail: Browse, search, read emails, send, reply, forward, manage drafts, watch new mail + - 🎥 Meetings: Search meeting records, query meeting minutes & recordings +Moniker: lark-cli +Tags: +- feishu +- lark +ReleaseNotes: |- + Changelog + - 4c1c5f52874941185a89b40942a0396ff8f0c615 docs(calendar): clarify identity selection by event ownership (#2071) + - 2e0fb9a8803fafe6255eb09e7672ad320c35a097 docs(calendar): refine attendee guidance for bots and user-search identity (#2086) + - fdae560014e08aea09867d6e5c25d2658aa65018 docs(slides): add formula inline element syntax to quick-ref (#2077) + - 927b37cd634c47ab52c36849fc7568403ae5a6aa docs(task): document create data passthrough (#2080) + - 57db1b3a8d2c521e2211e43c34092a821905f39c feat(slides):update xsd (#2067) + - d2e22c5fca04403a09d778ea258f9e8f3e5d0e11 feat: 0728 fix url (#2079) + - 3d2c10cd0b6c74bdc71423ce8c77678ee73eb1f8 fix(ci): validate static workflow identity (#2015) + - 1b173e1953c0b73c53bdf3e44329fcbbf5a7236a fix(sheets): recognize OFL0X local office tokens (#2063) +ReleaseNotesUrl: https://github.com/larksuite/cli/releases/tag/v1.0.79 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans-CN.yaml new file mode 100644 index 0000000000000..222d4634b304a --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans-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: ByteDance.LarkCLI +PackageVersion: 1.0.79 +PackageLocale: zh-Hans-CN +Publisher: 北京飞书科技有限公司 +PublisherUrl: https://www.feishu.cn/ +PrivacyUrl: https://www.feishu.cn/privacy +Author: 北京飞书科技有限公司 +CopyrightUrl: https://www.feishu.cn/terms +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans.yaml b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans.yaml new file mode 100644 index 0000000000000..352d26b522cf7 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.locale.zh-Hans.yaml @@ -0,0 +1,37 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: ByteDance.LarkCLI +PackageVersion: 1.0.79 +PackageLocale: zh-Hans +PublisherUrl: https://www.larksuite.com/zh_cn/ +PrivacyUrl: https://www.larksuite.com/zh_cn/privacy-policy +CopyrightUrl: https://www.larksuite.com/zh_cn/user-terms-of-service +ShortDescription: 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 +Description: |- + 飞书/Lark 开放平台命令行工具 — 让人类和 AI Agent 都能在终端中操作飞书。覆盖消息、文档、多维表格、电子表格、日历、邮箱、任务、会议等核心业务域,提供 200+ 命令及 19 个 AI Agent Skills。 + 为什么选 lark-cli? + - 为 Agent 原生设计 — Skills 开箱即用,适配主流 AI 工具,Agent 无需额外适配即可操作飞书 + - 覆盖面广 — 11 大业务域、200+ 精选命令、 19 个 AI Agent Skills + - AI 友好调优 — 每条命令经过 Agent 实测验证,提供更友好的参数、智能默认值和结构化输出,大幅提升 Agent 调用成功率 + - 开源零门槛 — MIT 协议,开箱即用,npm install 即可使用 + - 三分钟上手 — 一键创建应用、交互式登录授权,从安装到第一次 API 调用只需三步 + - 安全可控 — 输入防注入、终端输出净化、OS 原生密钥链存储凭证 + - 三层调用架构 — 快捷命令(人机友好)→ API 命令(平台同步)→ 通用调用(全 API 覆盖),按需选择粒度 + 功能 + - 📅 日历:查看日程、创建日程、邀请参会人、查询忙闲状态、时间建议 + - 💬 即时通讯:发送/回复消息、创建和管理群聊、查看聊天记录与话题、搜索消息、下载媒体文件 + - 📄 云文档:创建、读取、更新文档、搜索文档、读写素材与画板 + - 📁 云空间:上传和下载文件、搜索文档与知识库、管理评论 + - 📊 多维表格:创建和管理多维表格、字段、记录、视图、仪表盘,数据聚合分析 + - 📈 电子表格:创建、读取、写入、追加、查找和导出表格数据 + - ✅ 任务:创建、查询、更新和完成任务;管理任务清单、子任务、评论与提醒 + - 📚 知识库:创建和管理知识空间、节点和文档 + - 👤 通讯录:按姓名/邮箱/手机号搜索用户、获取用户信息 + - 📧 邮箱:浏览、搜索、阅读邮件,发送、回复、转发邮件,管理草稿,监听新邮件 + - 🎥 视频会议:搜索会议记录、查询会议纪要与录制 +Tags: +- lark +- 飞书 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.yaml b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.yaml new file mode 100644 index 0000000000000..1bd48882e8384 --- /dev/null +++ b/manifests/b/ByteDance/LarkCLI/1.0.79/ByteDance.LarkCLI.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: ByteDance.LarkCLI +PackageVersion: 1.0.79 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.installer.yaml new file mode 100644 index 0000000000000..25d45e345e149 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: portable +Scope: user +UpgradeBehavior: install +Commands: +- dji-embed +FileExtensions: +- mp4 +- srt +- dat +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.2.1/dji-embed.exe + InstallerSha256: EFAA46D2AAEC6D7DA6055D6E1905D1AC51A0BE161EF21F545E8CF73F3691BEB7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml new file mode 100644 index 0000000000000..e4d11ebb94059 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.locale.en-US.yaml @@ -0,0 +1,59 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Embed telemetry data from DJI drone SRT files into MP4 video files +Description: | + A Python tool to embed telemetry data from DJI drone SRT files into MP4 video files. + + Features: + - Extract GPS coordinates, altitude, camera settings and other telemetry data from SRT files + - Embed metadata directly into MP4 video files using FFmpeg + - Support for multiple DJI drone models (Mini 3/4 Pro, Air 3, Avata 2, Mavic 3 Enterprise) + - Export telemetry data to GPX and CSV formats + - Professional CLI with comprehensive validation and diagnostics + - Privacy-safe GPS redaction options + - No video re-encoding for fast processing +Moniker: dji-embed +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- mp4 +- srt +- ffmpeg +- cli +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.2.1 +PurchaseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +InstallationNotes: | + After installation, run 'dji-embed doctor' to verify dependencies are installed. + + Note: the desktop app package (CallMarcus.DJIMetadataEmbedder.Desktop) + also installs the dji-embed command - install one or the other, not both. + + The tool requires FFmpeg to be available in your PATH. Use the bootstrap installer for automatic setup: + iwr -useb https://raw.githubusercontent.com/CallMarcus/dji-drone-metadata-embedder/master/tools/bootstrap.ps1 | iex +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/user_guide.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +- DocumentLabel: Installation + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/installation.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.yaml new file mode 100644 index 0000000000000..f8b2be71b82dd --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/2.2.1/CallMarcus.DJIMetadataEmbedder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml new file mode 100644 index 0000000000000..921c329d45503 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.installer.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.2.1 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: inno +Scope: user +UpgradeBehavior: install +AppsAndFeaturesEntries: +- ProductCode: '{A0F2FECD-3BEB-4832-9BC6-4A57B20ED947}_is1' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/download/v2.2.1/dji-metadata-embedder-setup-2.2.1.exe + InstallerSha256: 26A00F716077490B62D28ACFEFAF7700FB23A153B9C44E0F2B96F9DFACF3948C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml new file mode 100644 index 0000000000000..a6cc8a6b3a540 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.locale.en-US.yaml @@ -0,0 +1,51 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.2.1 +PackageLocale: en-US +Publisher: CallMarcus +PublisherUrl: https://github.com/CallMarcus +PublisherSupportUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/issues +Author: CallMarcus +PackageName: DJI Metadata Embedder Desktop +PackageUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder +License: MIT +LicenseUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +Copyright: Copyright (c) 2024 CallMarcus +CopyrightUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/LICENSE +ShortDescription: Desktop app to map DJI drone footage and embed flight telemetry into videos +Description: | + Desktop application for DJI drone footage: drag a folder in and get + interactive maps of your flights and photos (including a 360-degree + panorama viewer), or embed the flight telemetry from DJI .SRT logs into + the video files so photo apps can sort and place them. + + This installer bundles everything the app needs (FFmpeg, ExifTool, the + dji-embed command-line engine) and installs per-user with no admin + rights required. + + Note: this package also puts the dji-embed command on PATH. Install + either this desktop package or the portable CLI package + (CallMarcus.DJIMetadataEmbedder) - not both. +Tags: +- dji +- drone +- metadata +- telemetry +- gps +- video +- map +- panorama +- gui +ReleaseNotesUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/releases/tag/v2.2.1 +InstallationNotes: | + Start the app from the Start menu ("DJI Metadata Embedder"). The + dji-embed command is also available in new terminals. +Documentations: +- DocumentLabel: Help + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/HELP.md +- DocumentLabel: Troubleshooting + DocumentUrl: https://github.com/CallMarcus/dji-drone-metadata-embedder/blob/master/docs/troubleshooting.md +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml new file mode 100644 index 0000000000000..ac9e7d22cd6d8 --- /dev/null +++ b/manifests/c/CallMarcus/DJIMetadataEmbedder/Desktop/2.2.1/CallMarcus.DJIMetadataEmbedder.Desktop.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: CallMarcus.DJIMetadataEmbedder.Desktop +PackageVersion: 2.2.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.7/Coder.Coder.installer.yaml b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.installer.yaml new file mode 100644 index 0000000000000..215eb800dab59 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.installer.yaml @@ -0,0 +1,32 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.7 +Commands: +- coder +Installers: +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.7/coder_2.34.7_windows_amd64.zip + InstallerSha256: C76F698EE1DC39528ABF9ECD070FF25817A369433F548B0061C4D512669496A2 +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.7/coder_2.34.7_windows_amd64_installer.exe + InstallerSha256: 1ED1F0F40CFCE9F851BA4709E5D454E790F49BAFA8793F6C7F0BBD2D1917C78F + ProductCode: Coder + ElevationRequirement: elevatesSelf +- Architecture: arm64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: coder.exe + InstallerUrl: https://github.com/coder/coder/releases/download/v2.34.7/coder_2.34.7_windows_arm64.zip + InstallerSha256: 82D59A7255EA1B5A4997CA05987667FA6A051543A8DCBF7E02DB0EF9DFD66F3D +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/c/Coder/Coder/2.34.7/Coder.Coder.locale.en-US.yaml b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.locale.en-US.yaml new file mode 100644 index 0000000000000..31d1b70ecb8f8 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.locale.en-US.yaml @@ -0,0 +1,34 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.7 +PackageLocale: en-US +Publisher: Coder Technologies, Inc. +PublisherUrl: https://coder.com/ +PublisherSupportUrl: https://github.com/coder/coder/issues +PrivacyUrl: https://coder.com/legal/privacy-policy +PackageName: Coder +PackageUrl: https://github.com/coder/coder +License: AGPL-3.0 +LicenseUrl: https://github.com/coder/coder/blob/HEAD/LICENSE +Copyright: Copyright (c) 2022 Coder Technologies, Inc. +ShortDescription: Remote development environments on your infrastructure provisioned with Terraform +Description: Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of provisioning and accessing remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity. +Moniker: coder +Tags: +- aws +- azure +- cloud +- development +- docker +- ide +- kubernetes +- remote +- terraform +ReleaseNotesUrl: https://github.com/coder/coder/releases/tag/v2.34.7 +PurchaseUrl: https://coder.com/pricing +Documentations: +- DocumentUrl: https://coder.com/docs/coder-oss/latest +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/Coder/Coder/2.34.7/Coder.Coder.yaml b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.yaml new file mode 100644 index 0000000000000..79af21ed72321 --- /dev/null +++ b/manifests/c/Coder/Coder/2.34.7/Coder.Coder.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Coder.Coder +PackageVersion: 2.34.7 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.installer.yaml b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.installer.yaml new file mode 100644 index 0000000000000..c5b081889794e --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.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: CrashPlan.CrashPlan +PackageVersion: 12.0.0.735 +InstallerType: msi +InstallerSwitches: + InstallLocation: APPDIR="" +UpgradeBehavior: install +# Dependencies: +# PackageDependencies: +# - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ProductCode: '{294ECD94-8EB3-44BA-8F01-09083141E37A}' +AppsAndFeaturesEntries: +- UpgradeCode: '{113B48D9-4965-4FAA-A583-A61ADAE58355}' +Installers: +- Architecture: x64 + InstallerUrl: https://download.crashplan.com/installs/agent/cloud/12.0.0/735/install/CrashPlan_12.0.0_735_Win64.msi + InstallerSha256: 71C3159CED46F7722C0AF8E230AF4E405FB23332CA10F953ECFC2C9224F02B1B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.locale.en-US.yaml b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.locale.en-US.yaml new file mode 100644 index 0000000000000..30f15c23ed261 --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.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: CrashPlan.CrashPlan +PackageVersion: 12.0.0.735 +PackageLocale: en-US +Publisher: CrashPlan Group LLC +PublisherUrl: https://www.crashplan.com/ +PublisherSupportUrl: https://support.crashplan.com/ +PrivacyUrl: https://www.crashplan.com/privacy/ +Author: CrashPlan Group LLC +PackageName: CrashPlan +License: Proprietary +LicenseUrl: https://www.crashplan.com/terms-conditions/ +Copyright: © 2026, CrashPlan Group LLC +CopyrightUrl: https://www.crashplan.com/terms-conditions/ +ShortDescription: When you need to recover a file or a version of a file, the CrashPlan app makes it easy to browse, search, and download files from all of the devices on your account. +Tags: +- backup +PurchaseUrl: https://www.crashplan.com/pricing/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.locale.zh-CN.yaml b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.locale.zh-CN.yaml new file mode 100644 index 0000000000000..86981775049fd --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.locale.zh-CN.yaml @@ -0,0 +1,12 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: CrashPlan.CrashPlan +PackageVersion: 12.0.0.735 +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 当您需要恢复某个文件或文件的某个版本时,CrashPlan 应用让您能够轻松浏览、搜索并下载账户下所有设备中的文件。 +Tags: +- 备份 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.yaml b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.yaml new file mode 100644 index 0000000000000..2dd3a03b7447f --- /dev/null +++ b/manifests/c/CrashPlan/CrashPlan/12.0.0.735/CrashPlan.CrashPlan.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: CrashPlan.CrashPlan +PackageVersion: 12.0.0.735 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.installer.yaml b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.installer.yaml new file mode 100644 index 0000000000000..82bdcb08a3a11 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 17.1.8 +InstallerType: portable +Commands: +- omp +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/can1357/oh-my-pi/releases/download/v17.1.8/omp-windows-x64.exe + InstallerSha256: C43653291A63B39C14E124616DA2791869608FA1F53A05BE098CFA3D8FC76CDF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.locale.en-US.yaml b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.locale.en-US.yaml new file mode 100644 index 0000000000000..ea49fdca2bee1 --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.locale.en-US.yaml @@ -0,0 +1,109 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: can1357.oh-my-pi +PackageVersion: 17.1.8 +PackageLocale: en-US +Publisher: Can Bölük +PublisherUrl: https://can.ac/ +PublisherSupportUrl: https://github.com/can1357/oh-my-pi/issues +Author: Can Bölük +PackageName: oh-my-pi +PackageUrl: https://omp.sh/ +License: MIT +LicenseUrl: https://github.com/can1357/oh-my-pi/blob/HEAD/LICENSE +Copyright: |- + Copyright (c) 2025 Mario Zechner + Copyright (c) 2025-2026 Can Bölük +ShortDescription: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more +Description: |- + omp is a terminal-first coding agent that runs on your machine, talks to any provider, and treats sessions like git branches. + omp (pronounced “oh-em-pi”, binary omp) is a fork of Mario Zechner’s Pi. It runs as a single Bun process, drives any model provider you have credentials for, and ships a flat tool surface the model uses to read code, run commands, edit files, drive a debugger, and spawn subagents that coordinate over an in-process IRC bus. + Sessions persist as JSONL under ~/.omp/agent/sessions/. You resume, fork, branch, and share them. Settings, credentials, plugins, and caches all live under ~/.omp/agent/. Nothing leaves the machine unless you call a tool that does. +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- programming +ReleaseNotes: |- + @oh-my-pi/pi-ai + Fixed + - Fixed an HTTP 400 error when resuming or replaying OpenAI history after an interrupted native Computer Use turn. + - Fixed connection 404 errors when using Google Vertex AI in multi-region locations (eu and us) by correctly resolving regional endpoint (REP) hosts. + - Fixed a resource leak in SqliteAuthCredentialStore.close() where unclosed prepared statements kept the SQLite connection alive, preventing database file cleanup (especially on Windows where files remained locked). + @oh-my-pi/pi-catalog + Added + - Added resolveVertexEndpointHost(location) utility to resolve the correct Vertex AI API endpoint hostnames for global, multi-region, and regional locations. + Fixed + - Fixed an issue where calculateCost under-reported Anthropic cache-write costs by honoring the usage.cttl breakdown to correctly price 1-hour retention writes at 2x the base input rate. + @oh-my-pi/pi-coding-agent + Breaking Changes + - Changed tab.screenshot() to no longer accept a per-call save path; it now saves screenshots under browser.screenshotDir (or the OS temp directory if unset) and returns the saved path. + Added + - Added omp cleanse, a new command that automatically detects language-ecosystem checkers, parses diagnostics (such as Cargo Clippy JSON), distributes repair workloads across concurrent subagents, and runs verification checks with a live progress bar. + Changed + - Reworked the /guided-goal command from a modal-based popup flow into a natural, conversational chat interface where the agent asks follow-up questions directly in the session. + - Reduced startup memory usage by lazy-loading HTML session export assets only on their first use. + Fixed + - Fixed Advisor notes appending stale-review-window warnings when newer primary turns are queued during a review. + - Fixed layout padding alignment issues in bordered output blocks and web-search result panels. + - Fixed excluded web search providers remaining visible in the Web Search Provider Order settings list. + - Fixed internal Hub peer messages being exposed as ordinary tool-call updates in clients like Paseo. + - Fixed compatibility issues when installing legacy pi extensions by updating the legacy shim to correctly bridge missing runtime symbols and exports (such as isContextOverflow, isRetryableAssistantError, and JSON parsing utilities). + - Fixed an issue where routine daemon operations (like list, logs, stop, or describe) could inadvertently trigger a restart loop for detached daemons in a backoff window. + - Fixed marketplace plugin MCP discovery to correctly honor the mcpServers manifest field in plugin configuration files. + - Fixed user-initiated shell executions (! and $) being misattributed as agent actions in advisor transcripts. + - Fixed unnecessary prompt-cache invalidations by preserving the active auto-thinking effort level when per-turn classification fails. + - Fixed the omp process name showing up as bun in Linux process managers (like ps and top). + - Fixed agent shell commands inheriting environment variables from the launch directory's .env file, ensuring they only receive the parent environment and explicit tool overrides. + - Fixed the /new command retaining completed or failed async jobs from the previous session. + - Improved error handling in omp update to display a friendly timeout message if the download times out while streaming the binary. + - Fixed the write tool incorrectly treating semicolon-joined read selectors as filesystem paths and creating unintended directory structures. + - Fixed omp worktree clear prematurely deleting active task-isolation sandboxes owned by running subagents. + - Fixed /vibe mode preventing the director from completing parent tasks after verifying worker results by keeping the built-in todo tool active. + - Fixed numeric GitHub issue and pull request autocomplete being suppressed inside skill slash-command arguments. + @oh-my-pi/pi-natives + Fixed + - Fixed an issue on macOS (darwin) where the native addon delivered zero AudioCapture callbacks, which prevented microphone audio from being captured. + @oh-my-pi/pi-tui + Fixed + - Fixed wrapped Markdown list continuations losing their hanging indentation in narrow terminal layouts. + - Fixed an issue where emergency exits from fullscreen overlays could leave the Kitty keyboard protocol active, corrupting Arrow Up input in the terminal after exiting. + @oh-my-pi/pi-utils + Added + - Added setProcessName utility to set the OS-visible process name on Linux via bun:ffi, bypassing Bun's process.title limitations. + Fixed + - Fixed child shell environment filtering to drop launch-directory .env values in addition to Bun-autoloaded .env.local values. + What's Changed + - fix(tui): restore GitHub refs in slash arguments by @roboomp in https://github.com/can1357/oh-my-pi/pull/6605 + - fix(ai): finalize all prepared statements in SqliteAuthCredentialStore.close() by @ajdiyassin in https://github.com/can1357/oh-my-pi/pull/6762 + - fix(cli): preserve live task-isolation sandboxes on worktree clear by @roboomp in https://github.com/can1357/oh-my-pi/pull/6763 + - fix(tools): refuse write targets shaped as a read-selector list by @roboomp in https://github.com/can1357/oh-my-pi/pull/6811 + - fix(tui): balance keyboard frames on emergency exit by @roboomp in https://github.com/can1357/oh-my-pi/pull/6812 + - fix(cli): stop forwarding project dotenv to shells by @roboomp in https://github.com/can1357/oh-my-pi/pull/6814 + - fix(cli): set kernel process name via prctl on linux by @roboomp in https://github.com/can1357/oh-my-pi/pull/6818 + - fix(cli): wrap streaming-phase download timeout with friendly message by @roboomp in https://github.com/can1357/oh-my-pi/pull/6823 + - fix(ai): preserve reasoning IDs for computer replay by @lyc-aon in https://github.com/can1357/oh-my-pi/pull/6824 + - fix(cli): purge completed async jobs on /new by @roboomp in https://github.com/can1357/oh-my-pi/pull/6829 + - fix(session): attribute user bang executions in advisor transcripts by @roboomp in https://github.com/can1357/oh-my-pi/pull/6838 + - fix(coding-agent): restore isRetryableAssistantError in legacy pi-ai shim by @roboomp in https://github.com/can1357/oh-my-pi/pull/6848 + - fix(natives): restore macOS CoreAudio capture bindings by @roboomp in https://github.com/can1357/oh-my-pi/pull/6849 + - fix(launch): treat restarting daemon as settled in broker #settle by @roboomp in https://github.com/can1357/oh-my-pi/pull/6853 + - fix(settings): hide excluded web search providers by @roboomp in https://github.com/can1357/oh-my-pi/pull/6861 + - fix(coding-agent): bridge isContextOverflow in legacy pi-ai shim by @roboomp in https://github.com/can1357/oh-my-pi/pull/6862 + - fix(discovery): honor plugin MCP manifest pointers by @roboomp in https://github.com/can1357/oh-my-pi/pull/6873 + - fix(acp): hide internal Hub messages by @roboomp in https://github.com/can1357/oh-my-pi/pull/6874 + - fix(catalog): price cache writes by ttl breakdown by @roboomp in https://github.com/can1357/oh-my-pi/pull/6878 + - fix(session): preserve auto-thinking level on classifier failure by @roboomp in https://github.com/can1357/oh-my-pi/pull/6880 + Full Changelog: https://github.com/can1357/oh-my-pi/compare/v17.1.7...v17.1.8 +ReleaseNotesUrl: https://github.com/can1357/oh-my-pi/releases/tag/v17.1.8 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://omp.sh/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.locale.zh-CN.yaml b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4d5b3f593949c --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 17.1.8 +PackageLocale: zh-CN +ShortDescription: ⌥ 用于终端的 AI 编码智能体 —— 哈希锚定编辑、优化的工具集成、LSP、Python、浏览器、子智能体等更多功能 +Description: |- + omp 是一个以终端为先的编码智能体,运行在你的机器上,可连接任意提供商,并将会话视为 git 分支处理。 + omp(读作“oh-em-pi”,二进制名为 omp)是 Mario Zechner 的 Pi 项目的一个分支。它作为一个独立的 Bun 进程运行,驱动任何你拥有凭据的模型提供商,并提供一个扁平化的工具接口,供模型用于读取代码、执行命令、编辑文件、控制调试器,以及生成通过进程内 IRC 总线进行协作的子智能体。 + 会话以 JSONL 格式持久化存储在 ~/.omp/agent/sessions/ 目录下。你可以恢复、分叉、分支和共享这些会话。设置、凭据、插件和缓存全部存放在 ~/.omp/agent/ 目录中。除非你调用某个会向外传输数据的工具,否则没有任何内容会离开你的机器。 +Tags: +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://omp.sh/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.yaml b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.yaml new file mode 100644 index 0000000000000..d89802e4695aa --- /dev/null +++ b/manifests/c/can1357/oh-my-pi/17.1.8/can1357.oh-my-pi.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: can1357.oh-my-pi +PackageVersion: 17.1.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.installer.yaml b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.installer.yaml new file mode 100644 index 0000000000000..82a48bc9ee6cc --- /dev/null +++ b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: caribouhy.ExaTerm +PackageVersion: 0.8.0 +InstallerLocale: en-US +InstallerType: wix +ProductCode: '{4B1903F1-0A87-4452-8D22-D8EECEAC47C9}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/caribouHY/exaterm/releases/download/v0.8.0/ExaTerm_0.8.0_x64_en-US.msi + InstallerSha256: FF664E4D5405BC845FCBFFE341C695273EC19A7DEA039D6EFEE5C7F7A894C944 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-24 diff --git a/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.locale.en-US.yaml b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.locale.en-US.yaml new file mode 100644 index 0000000000000..30e73c722bfa3 --- /dev/null +++ b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.locale.en-US.yaml @@ -0,0 +1,19 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: caribouhy.ExaTerm +PackageVersion: 0.8.0 +PackageLocale: en-US +Publisher: caribouhy +PublisherUrl: https://github.com/caribouHY +PublisherSupportUrl: https://github.com/caribouHY/exaterm/issues +PackageName: ExaTerm +PackageUrl: https://github.com/caribouHY/exaterm +License: MIT license +ShortDescription: AI native SSH/Telnet/Serial terminal +ReleaseNotesUrl: https://github.com/caribouHY/exaterm/releases/tag/v0.8.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/caribouHY/exaterm/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.yaml b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.yaml new file mode 100644 index 0000000000000..ce6b347b98615 --- /dev/null +++ b/manifests/c/caribouhy/ExaTerm/0.8.0/caribouhy.ExaTerm.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: caribouhy.ExaTerm +PackageVersion: 0.8.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.installer.yaml b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.installer.yaml new file mode 100644 index 0000000000000..59e87d077851e --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.29 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rmstale.exe + PortableCommandAlias: rmstale +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.29/rmstale_1.19.29_Windows_x86_64.zip + InstallerSha256: 95032B90242B5C2BC088D79A64ECB65F39B93BEFC4185BC3F3622C22AA948D1F +- Architecture: x86 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.29/rmstale_1.19.29_Windows_i386.zip + InstallerSha256: EDD419F016B41167D82D4563BE721DE9704A7ED316C856C58AFB6DA4D363F215 +- Architecture: arm64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.29/rmstale_1.19.29_Windows_arm64.zip + InstallerSha256: 8B9D87539E9137E1D006258A2DC791F57A80AB6AC103EFF3FEE101A7E4389D35 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.locale.en-US.yaml b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.locale.en-US.yaml new file mode 100644 index 0000000000000..d3f0f5752fd7e --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.29 +PackageLocale: en-US +Publisher: danstis +PublisherUrl: https://github.com/danstis +PublisherSupportUrl: https://github.com/danstis/rmstale/issues +Author: Dan Anstis +PackageName: rmstale +PackageUrl: https://github.com/danstis/rmstale +License: MIT License +LicenseUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +Copyright: Copyright (c) Dan Anstis +CopyrightUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +ShortDescription: Tool to remove stale files. +Description: rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed. +Moniker: rmstale +Tags: +- chocolatey +- command-line-tool +- delete +- filesystem +- hacktoberfest +- management +ReleaseNotesUrl: https://github.com/danstis/rmstale/releases/tag/v1.19.29 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.yaml b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.yaml new file mode 100644 index 0000000000000..33eca39b31b74 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.29/danstis.rmstale.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.29 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.installer.yaml b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.installer.yaml new file mode 100644 index 0000000000000..d9bd2d75409d8 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.30 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: rmstale.exe + PortableCommandAlias: rmstale +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.30/rmstale_1.19.30_Windows_x86_64.zip + InstallerSha256: 38BEFCA7D81AACA9D18EC82499B9C074454C34C48E08F7ECF674A65CF1AAEBC8 +- Architecture: x86 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.30/rmstale_1.19.30_Windows_i386.zip + InstallerSha256: F709739E9075E054C6F3E7A74FABAE6564DBC8E4157BD3ECEBC6A51EC163246F +- Architecture: arm64 + InstallerUrl: https://github.com/danstis/rmstale/releases/download/v1.19.30/rmstale_1.19.30_Windows_arm64.zip + InstallerSha256: 28C6E6F544E9BA38F75BD4EA928F781706BD4389429BD8D418F2EEE187D35F9A +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.locale.en-US.yaml b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.locale.en-US.yaml new file mode 100644 index 0000000000000..8e4b5a7455277 --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.locale.en-US.yaml @@ -0,0 +1,29 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.30 +PackageLocale: en-US +Publisher: danstis +PublisherUrl: https://github.com/danstis +PublisherSupportUrl: https://github.com/danstis/rmstale/issues +Author: Dan Anstis +PackageName: rmstale +PackageUrl: https://github.com/danstis/rmstale +License: MIT License +LicenseUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +Copyright: Copyright (c) Dan Anstis +CopyrightUrl: https://github.com/danstis/rmstale/blob/main/LICENSE.txt +ShortDescription: Tool to remove stale files. +Description: rmstale is a tool to remove stale files recursively below a given directory. Files and folders older than a defined period are removed. +Moniker: rmstale +Tags: +- chocolatey +- command-line-tool +- delete +- filesystem +- hacktoberfest +- management +ReleaseNotesUrl: https://github.com/danstis/rmstale/releases/tag/v1.19.30 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.yaml b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.yaml new file mode 100644 index 0000000000000..8afcabcf7b83f --- /dev/null +++ b/manifests/d/danstis/rmstale/1.19.30/danstis.rmstale.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: danstis.rmstale +PackageVersion: 1.19.30 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.installer.yaml b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.installer.yaml new file mode 100644 index 0000000000000..68a0f36e9644f --- /dev/null +++ b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 2.1.1 +Installers: + - Architecture: x64 + InstallerType: zip + InstallerUrl: https://github.com/demkada/argy-code/releases/download/v2.1.1/argy-windows-x64.zip + InstallerSha256: 619fc6b91605a201da7153f6f4e7f752d905c5f301da19544746a2302142f426 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: argy.exe + PortableCommandAlias: argy +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.locale.en-US.yaml b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.locale.en-US.yaml new file mode 100644 index 0000000000000..6df2350b7c12c --- /dev/null +++ b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.locale.en-US.yaml @@ -0,0 +1,13 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 2.1.1 +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 +Commands: + - argy +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.yaml b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.yaml new file mode 100644 index 0000000000000..e0012873a26fd --- /dev/null +++ b/manifests/d/demkada/ArgyCode/2.1.1/demkada.ArgyCode.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json +PackageIdentifier: demkada.ArgyCode +PackageVersion: 2.1.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.installer.yaml b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.installer.yaml new file mode 100644 index 0000000000000..a01dc7562cd19 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.installer.yaml @@ -0,0 +1,28 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 1.1.5 +InstallerLocale: en-US +InstallerType: nullsoft +Scope: user +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerSwitches: + Silent: /S /CURRENTUSER + SilentWithProgress: /S /CURRENTUSER +UpgradeBehavior: install +Commands: + - mindwtr +ProductCode: Mindwtr +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: + - ProductCode: Mindwtr +InstallationMetadata: + DefaultInstallLocation: '%LOCALAPPDATA%\Programs\Mindwtr' +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/dongdongbh/Mindwtr/releases/download/v1.1.5/mindwtr_1.1.5_x64-setup.exe + InstallerSha256: 2474ffb417abe6ab69f2e17d9110acd4f62563ad737a34ae9fed6f1fc71760b1 +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.en-US.yaml b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.en-US.yaml new file mode 100644 index 0000000000000..672d2713a0989 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.en-US.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 1.1.5 +PackageLocale: en-US +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: A complete Getting Things Done (GTD) productivity system. +Description: A complete Getting Things Done (GTD) productivity system. +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v1.1.5 +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.zh-CN.yaml b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ab7a337d4d314 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.locale.zh-CN.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 1.1.5 +PackageLocale: zh-CN +Publisher: dongdongbh +PublisherUrl: https://github.com/dongdongbh +PublisherSupportUrl: https://github.com/dongdongbh/Mindwtr/issues +Author: dongdongbh +PackageName: Mindwtr +PackageUrl: https://github.com/dongdongbh/Mindwtr +License: AGPL-3.0 +LicenseUrl: https://github.com/dongdongbh/Mindwtr/blob/HEAD/LICENSE +ShortDescription: 完整的 GTD(搞定)任务管理系统。 +Description: 完整的 GTD(搞定)任务管理系统。 +Moniker: mindwtr +Tags: + - cross-platform + - getting-things-done + - gtd + - gtd-applications + - gtd-workflow + - personal-management + - productivity + - second-brain + - task-management + - todo-app +ReleaseNotesUrl: https://github.com/dongdongbh/Mindwtr/releases/tag/v1.1.5 +ManifestType: locale +ManifestVersion: 1.10.0 diff --git a/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.yaml b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.yaml new file mode 100644 index 0000000000000..159b2e0f6be27 --- /dev/null +++ b/manifests/d/dongdongbh/Mindwtr/1.1.5/dongdongbh.Mindwtr.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json +PackageIdentifier: dongdongbh.Mindwtr +PackageVersion: 1.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.installer.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.installer.yaml new file mode 100644 index 0000000000000..c28ae7137b558 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.installer.yaml @@ -0,0 +1,16 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: FinalWire.AIDA64.Engineer +PackageVersion: "8.35" +InstallerType: inno +Scope: machine +UpgradeBehavior: install +ProductCode: AIDA64 Engineer_is1 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://download.aida64.com/aida64engineer835.exe + InstallerSha256: 871B1C882AF00BDBBAC5300E329DB8ECC9C54B1442F2B5B9AAE383E500EE97D2 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.locale.en-US.yaml new file mode 100644 index 0000000000000..3d33404a160e3 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.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: FinalWire.AIDA64.Engineer +PackageVersion: "8.35" +PackageLocale: en-US +Publisher: FinalWire Ltd. +PublisherUrl: https://www.aida64.com/ +PublisherSupportUrl: https://www.aida64.com/support +PrivacyUrl: https://www.aida64.com/privacy-policy +Author: FinalWire Ltd. +PackageName: AIDA64 Engineer +PackageUrl: https://www.aida64.com/products/aida64-engineer +License: Proprietary +LicenseUrl: https://www.aida64.com/terms-use +Copyright: Copyright (c) 1995-2026 FinalWire Ltd. +CopyrightUrl: https://www.aida64.com/terms-use +ShortDescription: A cutting-edge system information tool for IT technicians +Description: AIDA64 Engineer has a hardware detection engine unrivaled in its class. It provides detailed information about installed software and offers diagnostic functions and support for overclocking. As it is monitoring sensors in real time, it can gather accurate voltage, temperature and fan speed readings, while its diagnostic functions help detect and prevent hardware issues. It also offers a couple of benchmarks for measuring the performance of individual hardware components or the whole system. It is compatible with all 32-bit and 64-bit Windows editions, including Windows 11 and Windows Server 2022. +Moniker: aida64-engineer +Tags: +- benchmark +- diagnostic +- hardware +- monitor +ReleaseNotes: |- + Improved support for AMD Zen 6 based CPUs and APUs + Preliminary support for AMD Mustang Peak CPU + Preliminary support for Intel Panther Lake-R CPU + Thermalright Trofeo Vision 9.16 LCD support + Turing (Turzx) 2.8-inch LCD support + Waveshare LCD support + GPU details for AMD Radeon RX 6300 + GPU details for nVIDIA RTX Spark N1X + USB-NVMe passthrough support for Asus ROG Strix Aiolos + Fixed: crash in the OpenCL layer + Fixed: handle leak in ROG AIO LCD module +ReleaseNotesUrl: https://www.aida64.com/news +PurchaseUrl: https://www.aida64.com/online-store +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://www.aida64.com/user-manual +- DocumentLabel: FAQ + DocumentUrl: https://www.aida64.com/support/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.locale.zh-CN.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c3d243151f75 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.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: FinalWire.AIDA64.Engineer +PackageVersion: "8.35" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 专为 IT 技术人员打造的前沿系统信息工具 +Description: AIDA64 Engineer 拥有同类产品无可匹敌的硬件检测引擎,能提供已安装软件的详细信息,并具备硬件诊断功能和超频支持。通过实时监控传感器,可精准获取电压、温度及风扇转速数据,其诊断功能有助于发现和预防硬件问题。该软件还提供多种基准测试工具,用于评估单个硬件组件或整机性能表现。全面兼容 32 位与 64 位 Windows 系统,包括 Windows 11 和 Windows Server 2022。 +Tags: +- 基准测试 +- 监控 +- 监视 +- 硬件 +- 诊断 +- 跑分 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.aida64.com/user-manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.aida64.com/support/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.yaml b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.yaml new file mode 100644 index 0000000000000..d2d4d94399d50 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Engineer/8.35/FinalWire.AIDA64.Engineer.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: FinalWire.AIDA64.Engineer +PackageVersion: "8.35" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.installer.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.installer.yaml new file mode 100644 index 0000000000000..7166d6a4d5329 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.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: FinalWire.AIDA64.Extreme +PackageVersion: "8.35" +Platform: +- Windows.Desktop +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerType: inno + Scope: machine + InstallerUrl: https://download.aida64.com/aida64extreme835.exe + InstallerSha256: FFF24B2194A14A511C341D8AEEF36C1BCB03E2988B0652D7D77B51EE27DF2809 + UpgradeBehavior: install + ProductCode: AIDA64 Extreme_is1 +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: aida64.exe + PortableCommandAlias: aida64extreme + InstallerUrl: https://download.aida64.com/aida64extreme835.zip + InstallerSha256: 18C863A33B261D8939BB9CBDE6BC9830D5BE50C0C5953E56CD3F9BEE36A5D7B1 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.locale.en-US.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.locale.en-US.yaml new file mode 100644 index 0000000000000..8cdf53c61886b --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.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: FinalWire.AIDA64.Extreme +PackageVersion: "8.35" +PackageLocale: en-US +Publisher: FinalWire Ltd. +PublisherUrl: https://www.aida64.com/ +PublisherSupportUrl: https://www.aida64.com/support +PrivacyUrl: https://www.aida64.com/privacy-policy +Author: FinalWire Ltd. +PackageName: AIDA64 Extreme +PackageUrl: https://www.aida64.com/products/aida64-extreme +License: Proprietary (Feature-limited trialware) +LicenseUrl: https://www.aida64.com/terms-use +Copyright: © 1995-2026 FinalWire Ltd. +CopyrightUrl: https://www.aida64.com/terms-use +ShortDescription: An industry-leading system information tool. +Description: AIDA64 Extreme has a hardware detection engine unrivaled in its class. It provides detailed information about installed software and offers diagnostic functions and support for overclocking. As it is monitoring sensors in real time, it can gather accurate voltage, temperature and fan speed readings, while its diagnostic functions help detect and prevent hardware issues. It also offers a couple of benchmarks for measuring either the performance of individual hardware components or the whole system. It is compatible with 64-bit Windows editions, including Windows 11 and Windows Server 2022. +Moniker: aida64-extreme +Tags: +- computer-components +- computercomponents +- cpu-benchmark +- diagnostic +- hardware-overview +- hardwareoverview +- mamory-benchmark +- monitors +- pc-components +- pccomponents +- ram-benchmark +- system-information +- systeminformation +ReleaseNotes: |- + Improved support for AMD Zen 6 based CPUs and APUs + Preliminary support for AMD Mustang Peak CPU + Preliminary support for Intel Panther Lake-R CPU + Thermalright Trofeo Vision 9.16 LCD support + Turing (Turzx) 2.8-inch LCD support + Waveshare LCD support + GPU details for AMD Radeon RX 6300 + GPU details for nVIDIA RTX Spark N1X + USB-NVMe passthrough support for Asus ROG Strix Aiolos + Fixed: crash in the OpenCL layer + Fixed: handle leak in ROG AIO LCD module +ReleaseNotesUrl: https://www.aida64.com/news +PurchaseUrl: https://www.aida64.com/online-store +Documentations: +- DocumentLabel: User Manual + DocumentUrl: https://www.aida64.com/user-manual +- DocumentLabel: FAQ + DocumentUrl: https://www.aida64.com/support/faq +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.locale.zh-CN.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.locale.zh-CN.yaml new file mode 100644 index 0000000000000..348a763fd40f0 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.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: FinalWire.AIDA64.Extreme +PackageVersion: "8.35" +PackageLocale: zh-CN +License: 专有软件 +ShortDescription: 行业领先的系统信息工具 +Description: AIDA64 Extreme 拥有同类产品中无可匹敌的硬件检测引擎。它能提供已安装软件的详细信息,并具备诊断功能和超频支持。通过实时监控传感器,可精准采集电压、温度及风扇转速数据,其诊断功能还能帮助检测和预防硬件问题。该软件还提供多种基准测试工具,既能评估单个硬件组件的性能,也能测试整机系统表现。兼容所有 32 位和 64 位 Windows 版本,包括 Windows 11 和 Windows Server 2022。 +Tags: +- 基准测试 +- 监控 +- 监视 +- 硬件 +- 诊断 +- 跑分 +Documentations: +- DocumentLabel: 用户手册 + DocumentUrl: https://www.aida64.com/user-manual +- DocumentLabel: 常见问题 + DocumentUrl: https://www.aida64.com/support/faq +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.yaml b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.yaml new file mode 100644 index 0000000000000..fc593f940eaf3 --- /dev/null +++ b/manifests/f/FinalWire/AIDA64/Extreme/8.35/FinalWire.AIDA64.Extreme.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: FinalWire.AIDA64.Extreme +PackageVersion: "8.35" +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.installer.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.installer.yaml new file mode 100644 index 0000000000000..f37d7a65e9d89 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/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.2607281401 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- workflowy +ProductCode: 338bed7b-1324-505d-8cb6-5c266cbaa6b3 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2607281401/WorkFlowy-Installer-4.3.2607281401.exe + InstallerSha256: 3CFFAF8E8B614C57C0FA6A1C7C7DE43DBC6A9C548D9F2EE31641E53457003B0A +- Architecture: x64 + InstallerUrl: https://github.com/workflowy/desktop/releases/download/v4.3.2607281401/WorkFlowy-Installer-4.3.2607281401.exe + InstallerSha256: 3CFFAF8E8B614C57C0FA6A1C7C7DE43DBC6A9C548D9F2EE31641E53457003B0A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.locale.en-US.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.locale.en-US.yaml new file mode 100644 index 0000000000000..0bd62c1fdb729 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/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.2607281401 +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.2607281401 +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.2607281401/FunRoutine.WorkFlowy.locale.zh-CN.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6dd04fc18e035 --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/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.2607281401 +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.2607281401 +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.2607281401/FunRoutine.WorkFlowy.yaml b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/FunRoutine.WorkFlowy.yaml new file mode 100644 index 0000000000000..b0704863b33ec --- /dev/null +++ b/manifests/f/FunRoutine/WorkFlowy/4.3.2607281401/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.2607281401 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.installer.yaml b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.installer.yaml new file mode 100644 index 0000000000000..04869dc483427 --- /dev/null +++ b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.installer.yaml @@ -0,0 +1,19 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GDRETools.gdsdecomp +PackageVersion: 2.6.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: gdre_tools.exe +UpgradeBehavior: uninstallPrevious +Commands: +- gdre_tools +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/GDRETools/gdsdecomp/releases/download/v2.6.2/GDRE_tools-v2.6.2-windows.zip + InstallerSha256: 30F79BB4BBC9B67B2450E33DD47878F44C0419E323427181AB5F0E4FCB9B5CA3 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.locale.en-US.yaml b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.locale.en-US.yaml new file mode 100644 index 0000000000000..1fa380873da29 --- /dev/null +++ b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.locale.en-US.yaml @@ -0,0 +1,27 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GDRETools.gdsdecomp +PackageVersion: 2.6.2 +PackageLocale: en-US +Publisher: GDRETools +PublisherUrl: https://github.com/GDRETools +PublisherSupportUrl: https://github.com/GDRETools/gdsdecomp/issues +Author: GDRETools +PackageName: Godot RE Tools +PackageUrl: https://github.com/GDRETools/gdsdecomp +License: MIT +LicenseUrl: https://github.com/GDRETools/gdsdecomp/blob/HEAD/LICENSE +ShortDescription: Godot reverse engineering tools. +Moniker: gdre_tools +Tags: +- GDScript +- Godot +ReleaseNotes: |- + What's Changed + - Fix 3.x csharp scripts being mapped to incorrect duplicate path + - Update plugin prepopulated cache + Full Changelog: v2.6.1...v2.6.2 +ReleaseNotesUrl: https://github.com/GDRETools/gdsdecomp/releases/tag/v2.6.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.yaml b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.yaml new file mode 100644 index 0000000000000..7a6afaee06cf8 --- /dev/null +++ b/manifests/g/GDRETools/gdsdecomp/2.6.2/GDRETools.gdsdecomp.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GDRETools.gdsdecomp +PackageVersion: 2.6.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.110.0/GLab.GLab.installer.yaml b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.installer.yaml new file mode 100644 index 0000000000000..9d32acb23d334 --- /dev/null +++ b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.installer.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.110.0 +InstallerType: inno +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: glab v1.110.0 + ProductCode: '{679C50AE-F48A-46D1-9493-77F095E9884D}_is1' +ElevationRequirement: elevatesSelf +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.110.0/downloads/glab_1.110.0_Windows_x86_64_installer.exe + InstallerSha256: A02ED8D58DF8A739792A7FE62219B5DE31B0E2E4912DD70BB37FAC70FD4A4E82 + InstallerSwitches: + Custom: /CURRENTUSER + InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\Programs\glab' +- Architecture: x64 + Scope: machine + InstallerUrl: https://gitlab.com/gitlab-org/cli/-/releases/v1.110.0/downloads/glab_1.110.0_Windows_x86_64_installer.exe + InstallerSha256: A02ED8D58DF8A739792A7FE62219B5DE31B0E2E4912DD70BB37FAC70FD4A4E82 + InstallerSwitches: + Custom: /ALLUSERS + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\glab' +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.110.0/GLab.GLab.locale.en-US.yaml b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.locale.en-US.yaml new file mode 100644 index 0000000000000..e19045272358c --- /dev/null +++ b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.110.0 +PackageLocale: en-US +Publisher: GitLab +PublisherUrl: https://gitlab.com/gitlab-org/cli +PublisherSupportUrl: https://gitlab.com/gitlab-org/cli/-/issues +Author: GitLab +PackageName: GLab +PackageUrl: https://gitlab.com/gitlab-org/cli +License: MIT +LicenseUrl: https://gitlab.com/gitlab-org/cli/-/blob/HEAD/LICENSE +Copyright: Copyright (c) 2023-present GitLab B.V. +CopyrightUrl: https://gitlab.com/gitlab-org/cli/-/blob/HEAD/LICENSE +ShortDescription: An open-source GitLab command line tool bringing GitLabs cool features to your command line +Description: |- + GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. + Work with issues, merge requests, watch running pipelines directly from your CLI among other features. + Inspired by gh, the official GitHub CLI tool. +Moniker: glab +Tags: +- cli +- command-line +- commandline +- git +- gitlab +- gitlab-cli +- glab +- glab-cli +- golang +- tool +- utility +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/g/GLab/GLab/1.110.0/GLab.GLab.yaml b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.yaml new file mode 100644 index 0000000000000..6a0459698b4cb --- /dev/null +++ b/manifests/g/GLab/GLab/1.110.0/GLab.GLab.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: GLab.GLab +PackageVersion: 1.110.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml index d3fd4b78e679f..1701a9f4cbeec 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -11,10 +11,10 @@ Dependencies: ProductCode: '{0ED16B86-0A70-E994-3BBF-1F854759E14D}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.1-material-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.1-material-amd64.msi InstallerSha256: D6C070015C032931A06E75C44280FC8DA228F1541CAAF786F2D27BE17611CD64 - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.1-material-arm64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.1-material-arm64.msi InstallerSha256: 247E755FDF38023EDAAEE852325868FE79C795BCBDF7AB6391B7610F64C5D381 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml index 8efc393c68e4d..c779a15312c29 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.1/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -10,8 +10,8 @@ PublisherSupportUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.mate Author: Giulio Sorrentino PackageName: wheelofnumfortune.avalonia PackageUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.material -License: GPLv3 -LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE.txt +License: MIT +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE Copyright: 2025 Giulio Sorrentino ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of google. Description: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of Google, but does not have the stylesheet, but has the ReactiveUI. diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml index dd8b50bf89a9c..a4b6437dca3ee 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -11,10 +11,10 @@ Dependencies: ProductCode: '{0ED16B86-0A70-E994-3BBF-1F854759E14E}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.2-material-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.2-material-amd64.msi InstallerSha256: 13955709FE7491C1CD040135A0E834CED47BD6D919A9EB2CB1E8CA9856DEB148 - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.2-material-arm64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.2-material-arm64.msi InstallerSha256: F2A68061434858E3F0BB3FE85AB3D986DE12A99EF2DD66043A4126FAFB1ADACB ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml index ba23a5ed79bb8..fb4f3ff516b2e 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.2/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -10,8 +10,8 @@ PublisherSupportUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.mate Author: Giulio Sorrentino PackageName: wheelofnumfortune.avalonia PackageUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.material -License: GPLv3 -LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE.txt +License: MIT +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE Copyright: 2025 Giulio Sorrentino ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of google. Description: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of Google, but does not have the stylesheet, but has the ReactiveUI. diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml index af61edbd505cc..da5c34c88c7fe 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.installer.yaml @@ -11,10 +11,10 @@ Dependencies: ProductCode: '{0ED16B86-0A70-E994-3BBF-1F854759E14F}' Installers: - Architecture: x64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.3-material-net10-amd64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.3-material-net10-amd64.msi InstallerSha256: 7CEDF43FDE9C1D7A2FFA309AB4E61910337D44D545ECFE6CE1DC1EAC166DFEAB - Architecture: arm64 - InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1/wheelofnumfortune.avalonia-1.1.0.3-material-dotnet10-arm64.msi + InstallerUrl: https://github.com/GiulianoSpaghetti/WheelOfNumFortune.Material/releases/download/1.1.0.7/wheelofnumfortune.avalonia-1.1.0.3-material-dotnet10-arm64.msi InstallerSha256: 0C11C4A8716E8E975966BBCA021DAD72FCA09AE379CC60298BD20A36AFB38FE1 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml index acb89d5d8e335..aed41cf49b721 100644 --- a/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml +++ b/manifests/g/GiulioSorrentino/wheelofnumfortune/avalonia/1.1.0.3/GiulioSorrentino.wheelofnumfortune.avalonia.locale.en-US.yaml @@ -10,8 +10,8 @@ PublisherSupportUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.mate Author: Giulio Sorrentino PackageName: wheelofnumfortune.avalonia PackageUrl: https://github.com/GiulianoSpaghetti/wheelofnumfortune.material -License: GPLv3 -LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE.txt +License: MIT +LicenseUrl: https://raw.githubusercontent.com/GiulianoSpaghetti/WheelOfNumFortune.Material/refs/heads/master/LICENSE Copyright: 2025 Giulio Sorrentino ShortDescription: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of google. Description: A simple program for guessing cookie discovering only one letter for time. It is not automated. It's in avalonia using the Material dialect of Google, but does not have the stylesheet, but has the ReactiveUI. diff --git a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.installer.yaml b/manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.installer.yaml similarity index 94% rename from manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.installer.yaml rename to manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.installer.yaml index 793fc380a6e19..ba49354af9958 100644 --- a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.installer.yaml +++ b/manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Google.CloudSDK -PackageVersion: 577.0.0 +PackageVersion: 578.0.0 InstallerType: nullsoft Scope: machine InstallModes: diff --git a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.locale.en-US.yaml b/manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.locale.en-US.yaml similarity index 95% rename from manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.locale.en-US.yaml rename to manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.locale.en-US.yaml index d65b79c1d3102..250d568ef766c 100644 --- a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.locale.en-US.yaml +++ b/manifests/g/Google/CloudSDK/578.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: 577.0.0 +PackageVersion: 578.0.0 PackageLocale: en-US Publisher: Google LLC PublisherUrl: https://cloud.google.com/ diff --git a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.yaml b/manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.yaml similarity index 88% rename from manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.yaml rename to manifests/g/Google/CloudSDK/578.0.0/Google.CloudSDK.yaml index ca3409e16e8ff..f0f204d3b91d4 100644 --- a/manifests/g/Google/CloudSDK/577.0.0/Google.CloudSDK.yaml +++ b/manifests/g/Google/CloudSDK/578.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: 577.0.0 +PackageVersion: 578.0.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.installer.yaml b/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.installer.yaml index 5b3a167c5e145..950631f1bbc1a 100644 --- a/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.installer.yaml +++ b/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.installer.yaml @@ -79,5 +79,8 @@ Installers: - Architecture: x64 InstallerUrl: https://www.argyllcms.com/Argyll_V3.5.0_win64_exe.zip InstallerSha256: C80F78BA30E715079A00A14C2E7C9F533C58E6C8FDBC27F2D32B3D7813F9D132 +- Architecture: arm64 + InstallerUrl: https://www.argyllcms.com/Argyll_V3.5.0_win_arm64_exe.zip + InstallerSha256: E154C7E4DB8E25AD1720280190EDD344A16CE89C48AC8AF52878221CCE1CE787 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.locale.en-US.yaml b/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.locale.en-US.yaml index 9f4026cc22a48..c0fa4da39960d 100644 --- a/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.locale.en-US.yaml +++ b/manifests/g/GraemeGill/ArgyllCMS/3.5.0/GraemeGill.ArgyllCMS.locale.en-US.yaml @@ -11,7 +11,7 @@ Author: Graeme Gill PackageName: Argyll CMS PackageUrl: https://argyllcms.com/ License: AGPL-3.0 -LicenseUrl: https://www.gnu.org/licenses/agpl-3.0.html +# LicenseUrl: https://www.gnu.org/licenses/agpl-3.0.html Copyright: Copyright 2006 - 2026, Graeme W. Gill. All rights reserved. ShortDescription: An ICC compatible color management system Description: ArgyllCMS is an ICC compatible color management system, available as Open Source. It supports accurate ICC profile creation for scanners, cameras and film recorders, and calibration and profiling of displays and RGB & CMYK printers. Device Link can be created with a wide variety of advanced options, including specialized Video calibration standards and 3dLuts. Spectral sample data is supported, allowing a selection of illuminants observer types, and paper fluorescent whitener additive compensation. Profiles can also incorporate source specific gamut mappings for perceptual and saturation intents. Gamut mapping and profile linking uses the CIECAM02 appearance model, a unique gamut mapping algorithm, and a wide selection of rendering intents. It also includes code for the fastest portable 8 bit raster color conversion engine available anywhere, as well as support for fast, fully accurate 16 bit conversion. Device color gamuts can also be viewed and compared with a modern Web browser using X3DOM. Comprehensive documentation is provided for each major tool, and a general guide to using the tools for typical color management tasks is also available. A mailing list provides support for more advanced usage. diff --git a/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.installer.yaml b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.installer.yaml new file mode 100644 index 0000000000000..39792b4c35a0c --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.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: HMCL.HMCL.Dev +PackageVersion: 3.17.0.352 +InstallerType: portable +Commands: +- hmcl-dev +ReleaseDate: 2026-07-28 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/HMCL-dev/HMCL/releases/download/v3.17.0.352/HMCL-3.17.0.352.exe + InstallerSha256: D1DE01B185117CC704972557BC7868974ADCD54D43D646415E8229731C895C04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.en-US.yaml new file mode 100644 index 0000000000000..190a89513d356 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev +PackageVersion: 3.17.0.352 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Dev +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.zh-CN.yaml new file mode 100644 index 0000000000000..627dc653a8adb --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.locale.zh-CN.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: HMCL.HMCL.Dev +PackageVersion: 3.17.0.352 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 开发版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotesUrl: https://docs.hmcl.net/changelog/dev.html#HMCL-3.17.0.352 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.yaml b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.Dev.yaml new file mode 100644 index 0000000000000..5bb3cab706fc9 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/3.17.0.352/HMCL.HMCL.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: HMCL.HMCL.Dev +PackageVersion: 3.17.0.352 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.installer.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.installer.yaml new file mode 100644 index 0000000000000..a0c23bc16a564 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.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: HMCL.HMCL.Dev.CNB +PackageVersion: 3.17.0.352 +InstallerType: portable +Commands: +- hmcl-dev +ReleaseDate: 2026-07-28 +Installers: +- Architecture: neutral + InstallerUrl: https://cnb.cool/HMCL-dev/HMCL/-/releases/download/v3.17.0.352/HMCL-3.17.0.352.exe + InstallerSha256: D1DE01B185117CC704972557BC7868974ADCD54D43D646415E8229731C895C04 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.en-US.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.en-US.yaml new file mode 100644 index 0000000000000..2c4714b508c02 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.en-US.yaml @@ -0,0 +1,24 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HMCL.HMCL.Dev.CNB +PackageVersion: 3.17.0.352 +PackageLocale: en-US +Publisher: huanghongxun +PublisherUrl: https://github.com/HMCL-dev +PublisherSupportUrl: https://github.com/HMCL-dev/HMCL/issues +PackageName: Hello Minecraft! Launcher Dev +PackageUrl: https://github.com/HMCL-dev/HMCL +License: GPL-3.0 +LicenseUrl: https://github.com/HMCL-dev/HMCL/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 huangyuhui +ShortDescription: A Minecraft Launcher which is multi-functional, cross-platform and popular +Tags: +- javafx +- minecraft +- minecraft-launcher +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://docs.hmcl.net/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.zh-CN.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c4d6fdeb7f32 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.locale.zh-CN.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: HMCL.HMCL.Dev.CNB +PackageVersion: 3.17.0.352 +PackageLocale: zh-CN +PackageName: Hello Minecraft! Launcher 开发版 +ShortDescription: 一个多功能、跨平台且广受欢迎的 Minecraft 启动器 +ReleaseNotesUrl: https://docs.hmcl.net/changelog/dev.html#HMCL-3.17.0.352 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://docs.hmcl.net/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.yaml b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.yaml new file mode 100644 index 0000000000000..c0a44b22219c6 --- /dev/null +++ b/manifests/h/HMCL/HMCL/Dev/CNB/3.17.0.352/HMCL.HMCL.Dev.CNB.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: HMCL.HMCL.Dev.CNB +PackageVersion: 3.17.0.352 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.installer.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.installer.yaml new file mode 100644 index 0000000000000..5dba50d0b312e --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.143 +InstallerType: portable +Commands: +- officecli +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.143/officecli-win-x64.exe + InstallerSha256: D4D4C10FCED307E209744CF98A56B003A6E613424FD651B08469274704AFD2C6 +- Architecture: arm64 + InstallerUrl: https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.143/officecli-win-arm64.exe + InstallerSha256: 51BAF511FE136EE216FCC13CF0DA9D18078DA42212B22805C3A81F4163A4D7B9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.en-US.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..568b3770e97e2 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.en-US.yaml @@ -0,0 +1,80 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.143 +PackageLocale: en-US +Publisher: Hying Technology Co., Ltd. +PublisherUrl: https://office-ai.net/ +PublisherSupportUrl: https://github.com/iOfficeAI/OfficeCLI/issues +Author: Hying Technology Co., Ltd. +PackageName: OfficeCLI +PackageUrl: https://github.com/iOfficeAI/OfficeCLI +License: Apache-2.0 +LicenseUrl: https://github.com/iOfficeAI/OfficeCLI/blob/HEAD/LICENSE +Copyright: Copyright 2026 OfficeCli (https://OfficeCli.AI) +ShortDescription: The first and best command-line tool purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. +Description: |- + Why OfficeCLI? + + What used to take 50 lines of Python and 3 separate libraries: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 45 more lines ... prs.save('deck.pptx') + + Now takes one command: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + What OfficeCLI can do: + - Create documents from scratch -- blank or with content + - Read text, structure, styles, formulas -- in plain text or structured JSON + - Analyze formatting issues, style inconsistencies, and structural problems + - Modify any element -- text, fonts, colors, layout, formulas, charts, images + - Reorganize content -- add, remove, move, copy elements across documents + + | Format | Read | Modify | Create | + | ------------------ | ---- | ------ | ------ | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — paragraphs, runs, tables, styles, headers/footers, images, equations, comments, footnotes, watermarks, bookmarks, TOC, charts, hyperlinks, sections, form fields, content controls (SDT), fields, document properties + Excel — cells, formulas (150+ built-in functions with auto-evaluation), sheets, tables, conditional formatting, charts, pivot tables, named ranges, data validation, images, sparklines, comments, autofilter, shapes, CSV/TSV import, $Sheet:A1 cell addressing + PowerPoint — slides, shapes, images, tables, charts, animations, morph transitions, 3D models (.glb), slide zoom, equations, themes, connectors, video/audio, groups, notes, placeholders + + Use Cases + + For Developers: + - Automate report generation from databases or APIs + - Batch-process documents (bulk find/replace, style updates) + - Build document pipelines in CI/CD environments (generate docs from test results) + - Headless Office automation in Docker/containerized environments + For AI Agents: + - Generate presentations from user prompts (see examples above) + - Extract structured data from documents to JSON + - Validate and check document quality before delivery + For Teams: + - Clone document templates and populate with data + - Automated document validation in CI/CD pipelines +Tags: +- docx +- excel +- office +- openxml +- powerpoint +- pptx +- word +- xlsx +ReleaseNotes: |- + What's Changed + - fix(pptx): notes slides get the package relationships they require by @leomem in https://github.com/iOfficeAI/OfficeCLI/pull/265 + - fix(cli): decode piped stdin as UTF-8 without mutating the console by @leomem in https://github.com/iOfficeAI/OfficeCLI/pull/264 + - Preserve Excel drawing hyperlinks and grouped shapes during round-trip by @tjlstar in https://github.com/iOfficeAI/OfficeCLI/pull/266 + New Contributors + - @leomem made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/265 + - @tjlstar made their first contribution in https://github.com/iOfficeAI/OfficeCLI/pull/266 + Full Changelog: https://github.com/iOfficeAI/OfficeCLI/compare/v1.0.142...v1.0.143 +ReleaseNotesUrl: https://github.com/iOfficeAI/OfficeCLI/releases/tag/v1.0.143 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/iOfficeAI/OfficeCLI/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.zh-CN.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8aebf39e9085 --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.locale.zh-CN.yaml @@ -0,0 +1,49 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: HaiYing.OfficeCLI +PackageVersion: 1.0.143 +PackageLocale: zh-CN +ShortDescription: 首款且性能最佳的命令行工具,专为 AI 智能体打造,可实现 Word、Excel、PowerPoint 文件的读取、编辑与自动化处理。免费开源、仅单二进制文件,无需安装 Office 办公软件。 +Description: |- + 为什么选择 OfficeCLI? + + 以前需要 50 行 Python 和 3 个独立库: + from pptx import Presentation from pptx.util import Inches, Pt prs = Presentation() slide = prs.slides.add_slide(prs.slide_layouts[0]) title = slide.shapes.title title.text = "Q4 Report" # ... 还有 45 行 ... prs.save('deck.pptx') + + 现在只需一条命令: + officecli add deck.pptx / --type slide --prop title="Q4 Report" + + OfficeCLI 能做什么: + - 创建 文档 -- 空白文档或带内容的文档 + - 读取 文本、结构、样式、公式 -- 纯文本或结构化 JSON + - 分析 格式问题、样式不一致和结构缺陷 + - 修改 任意元素 -- 文本、字体、颜色、布局、公式、图表、图片 + - 重组 内容 -- 添加、删除、移动、复制跨文档元素 + + | 格式 | 读取 | 修改 | 创建 | + | ------------------ | ---- | ---- | ---- | + | Word (.docx) | ✅ | ✅ | ✅ | + | Excel (.xlsx) | ✅ | ✅ | ✅ | + | PowerPoint (.pptx) | ✅ | ✅ | ✅ | + + Word — 段落、文本片段、表格、样式、页眉/页脚、图片、公式、批注、脚注、水印、书签、目录、图表、超链接、节、表单域、内容控件 (SDT)、域、文档属性 + Excel — 单元格、公式(内置 150+ 函数自动求值)、工作表、表格、条件格式、图表、数据透视表、命名范围、数据验证、图片、迷你图、批注、自动筛选、形状、CSV/TSV 导入、$Sheet:A1 单元格寻址 + PowerPoint — 幻灯片、形状、图片、表格、图表、动画、morph 过渡、3D 模型(.glb)、幻灯片缩放、公式、主题、连接线、视频/音频、组合、备注、占位符 + + 使用场景 + + 开发者: + - 从数据库或 API 自动生成报告 + - 批量处理文档(批量查找/替换、样式更新) + - 在 CI/CD 环境中构建文档流水线(从测试结果生成文档) + - Docker/容器化环境中的无头 Office 自动化 + AI 智能体: + - 根据用户提示生成演示文稿(见上方示例) + - 从文档提取结构化数据到 JSON + - 交付前验证和检查文档质量 + 团队: + - 克隆文档模板并填充数据 + - CI/CD 流水线中的自动化文档验证 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.yaml b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.yaml new file mode 100644 index 0000000000000..2849f064a9dbf --- /dev/null +++ b/manifests/h/HaiYing/OfficeCLI/1.0.143/HaiYing.OfficeCLI.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: HaiYing.OfficeCLI +PackageVersion: 1.0.143 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.installer.yaml b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.installer.yaml new file mode 100644 index 0000000000000..4ec059e015a3d --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.installer.yaml @@ -0,0 +1,26 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapperV3 +PackageVersion: 3.23.1.41938 +InstallerLocale: en-US +InstallerType: msi +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: '{E70F6AB5-5E98-4BDF-9113-09DF06E1842B}' +ReleaseDate: 2026-03-16 +AppsAndFeaturesEntries: +- Publisher: IAM Technology Group Limited + ProductCode: '{E70F6AB5-5E98-4BDF-9113-09DF06E1842B}' + UpgradeCode: '{82FA7727-185F-47BE-A5F0-89F0D1432DD6}' +InstallationMetadata: + DefaultInstallLocation: APPDIR:. +Installers: +- Architecture: x64 + InstallerUrl: https://downloads.iamcloud.net/cdm/v3/releases-latest/x64/CloudDriveMapper.msi + InstallerSha256: 0FA119452403BDA7B58D7A29971E4F258C84D27B3D807D5422102B73E0CE5425 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.locale.en-US.yaml b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.locale.en-US.yaml new file mode 100644 index 0000000000000..6c12a59603ff7 --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.locale.en-US.yaml @@ -0,0 +1,18 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapperV3 +PackageVersion: 3.23.1.41938 +PackageLocale: en-US +Publisher: IAM Technology Group Ltd +PublisherUrl: https://www.iamcloud.com/ +PublisherSupportUrl: https://support.iamcloud.com/ +Author: IAM Technology Group Ltd +PackageName: Cloud Drive Mapper +PackageUrl: https://www.iamcloud.com/cloud-drive-mapper/ +License: Proprietary +LicenseUrl: https://www.iamcloud.com/eula/ +Copyright: Copyright © IAM Technology Group Ltd +ShortDescription: Cloud Drive Mapper maps Microsoft 365 cloud storage, including OneDrive, SharePoint Online, and Microsoft Teams, as virtual network drives in Windows. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.yaml b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.yaml new file mode 100644 index 0000000000000..69877860ff8f1 --- /dev/null +++ b/manifests/i/IAMCloud/CloudDriveMapperV3/3.23.1.41938/IAMCloud.CloudDriveMapperV3.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: IAMCloud.CloudDriveMapperV3 +PackageVersion: 3.23.1.41938 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.installer.yaml b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.installer.yaml new file mode 100644 index 0000000000000..a2223ce9c200f --- /dev/null +++ b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: idleberg.hashman +PackageVersion: 0.2.2 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: hashman.exe +Commands: +- hashman +ReleaseDate: 2026-05-28 +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/idleberg/go-hashman/releases/download/v0.2.2/hashman-0.2.2-Windows-arm64.zip + InstallerSha256: dc4221d9021eeec221e4d01e71107f5ee2bf819ca32e26f80d7acac57edc3222 +- Architecture: x64 + InstallerUrl: https://github.com/idleberg/go-hashman/releases/download/v0.2.2/hashman-0.2.2-Windows-x86_64.zip + InstallerSha256: 2919f54bc0de8d2a70d5420bb22fff724248f7dfdc9868202de0c2f3bb9c749d +- Architecture: x86 + InstallerUrl: https://github.com/idleberg/go-hashman/releases/download/v0.2.2/hashman-0.2.2-Windows-i386.zip + InstallerSha256: 525400d6632f8812b713d98da8eff04a5f839541172c28fae67b7589b0735b07 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.locale.en-US.yaml b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.locale.en-US.yaml new file mode 100644 index 0000000000000..0da1ee5dbbc40 --- /dev/null +++ b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: idleberg.hashman +PackageVersion: 0.2.2 +PackageLocale: en-US +Publisher: idleberg +PublisherUrl: https://github.com/idleberg +PublisherSupportUrl: https://github.com/idleberg/hashman/issues +PackageName: hashman +PackageUrl: https://github.com/idleberg/hashman +License: MIT +LicenseUrl: https://github.com/idleberg/hashman/blob/HEAD/LICENSE +ShortDescription: Command-line tool to kill one or more processes by port number +Tags: +- cli +- process +- kill-port +ReleaseNotesUrl: https://github.com/idleberg/hashman/releases/tag/v0.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.yaml b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.yaml new file mode 100644 index 0000000000000..205a3ab739214 --- /dev/null +++ b/manifests/i/idleberg/hashman/0.2.2/idleberg.hashman.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: idleberg.hashman +PackageVersion: 0.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.installer.yaml b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.installer.yaml new file mode 100644 index 0000000000000..b2bd7176720c3 --- /dev/null +++ b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.installer.yaml @@ -0,0 +1,23 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: idleberg.krampus +PackageVersion: 0.3.1 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: krampus.exe +Commands: +- krampus +ReleaseDate: 2026-05-28 +Installers: +- Architecture: arm64 + InstallerUrl: https://github.com/idleberg/krampus/releases/download/v0.3.1/krampus-0.3.1-Windows-arm64.zip + InstallerSha256: 35e6d32cf3d21eb77508f0952ad19152bac009f1bc93e32d020970170b5ec92f +- Architecture: x64 + InstallerUrl: https://github.com/idleberg/krampus/releases/download/v0.3.1/krampus-0.3.1-Windows-x86_64.zip + InstallerSha256: c774ffaa9b4befd8af4bfe6a60a1ab60c93c34200f8f5683e437c6f90de75911 +- Architecture: x86 + InstallerUrl: https://github.com/idleberg/krampus/releases/download/v0.3.1/krampus-0.3.1-Windows-i386.zip + InstallerSha256: bc264d43454bcb918e4399817cf90a5b3a4a8062b5924773e895f177a86b201f +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.locale.en-US.yaml b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.locale.en-US.yaml new file mode 100644 index 0000000000000..1cd1d387e5e1e --- /dev/null +++ b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.locale.en-US.yaml @@ -0,0 +1,20 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: idleberg.krampus +PackageVersion: 0.3.1 +PackageLocale: en-US +Publisher: idleberg +PublisherUrl: https://github.com/idleberg +PublisherSupportUrl: https://github.com/idleberg/krampus/issues +PackageName: krampus +PackageUrl: https://github.com/idleberg/krampus +License: MIT +LicenseUrl: https://github.com/idleberg/krampus/blob/HEAD/LICENSE +ShortDescription: Command-line tool to kill one or more processes by port number +Tags: +- cli +- process +- kill-port +ReleaseNotesUrl: https://github.com/idleberg/krampus/releases/tag/v0.3.1 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.yaml b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.yaml new file mode 100644 index 0000000000000..e7767e03f8a29 --- /dev/null +++ b/manifests/i/idleberg/krampus/0.3.1/idleberg.krampus.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: idleberg.krampus +PackageVersion: 0.3.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.installer.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.installer.yaml new file mode 100644 index 0000000000000..971941b737e0a --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.1.5 +InstallerType: portable +UpgradeBehavior: uninstallPrevious +Commands: +- agent-mail +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/JuanjoFuchs/agent-mail-cli/releases/download/v0.1.5/agent-mail-0.1.5-windows-x64.exe + InstallerSha256: 0E381A59D82616AE564A542C78ED7F595519FF77D0E30F425A1E9E34C0118EDB +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..18cd2ec5b1854 --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.locale.en-US.yaml @@ -0,0 +1,26 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.1.5 +PackageLocale: en-US +Publisher: JuanjoFuchs +PublisherUrl: https://github.com/JuanjoFuchs +PublisherSupportUrl: https://github.com/JuanjoFuchs/agent-mail-cli/issues +PackageName: Agent Mail CLI +PackageUrl: https://github.com/JuanjoFuchs/agent-mail-cli +License: MIT +LicenseUrl: https://github.com/JuanjoFuchs/agent-mail-cli/blob/main/LICENSE +ShortDescription: Self-describing local inbox for coding agents +Description: Agent Mail CLI is a local SQLite-backed inbox for coding agents. +Moniker: agent-mail +Tags: +- agents +- cli +- mailbox +ReleaseNotesUrl: https://github.com/JuanjoFuchs/agent-mail-cli/releases/tag/v0.1.5 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/JuanjoFuchs/agent-mail-cli/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.yaml b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.yaml new file mode 100644 index 0000000000000..0628e269e1f23 --- /dev/null +++ b/manifests/j/JuanjoFuchs/agent-mail-cli/0.1.5/JuanjoFuchs.agent-mail-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: JuanjoFuchs.agent-mail-cli +PackageVersion: 0.1.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml index 9d10fed05a293..607e7925afb93 100644 --- a/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml +++ b/manifests/k/KDE/Chessament/0.1/KDE.Chessament.installer.yaml @@ -6,18 +6,18 @@ PackageVersion: "0.1" InstallerType: nullsoft UpgradeBehavior: install ProductCode: Chessament -ReleaseDate: 2026-07-27 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 Scope: user - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-758-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E4F0472FB0FDA995533930D9D200A088159E73B2ADDBD40C0AFCC218E40392C1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-760-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 13DD6C111D0A34E50F46D4C0255602C2F06383D152DA72CE2095BDD6F576F359 InstallerSwitches: Custom: /CurrentUser - Architecture: x64 Scope: machine - InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-758-windows-cl-msvc2022-x86_64.exe - InstallerSha256: E4F0472FB0FDA995533930D9D200A088159E73B2ADDBD40C0AFCC218E40392C1 + InstallerUrl: https://cdn.kde.org/ci-builds/games/chessament/master/windows/chessament-master-760-windows-cl-msvc2022-x86_64.exe + InstallerSha256: 13DD6C111D0A34E50F46D4C0255602C2F06383D152DA72CE2095BDD6F576F359 InstallerSwitches: Custom: /AllUsers ManifestType: installer diff --git a/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.installer.yaml b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.installer.yaml new file mode 100644 index 0000000000000..8d36c099b55b4 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.installer.yaml @@ -0,0 +1,27 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.1 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +UpgradeBehavior: install +Commands: +- solarxy +FileExtensions: +- obj +- stl +- ply +- gltf +- glb +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/marko-koljancic/solarxy/releases/download/v0.8.1/solarxy-x86_64-pc-windows-msvc.msi + InstallerSha256: 3BA864F39B3CFCEB53AA5D703113897F7E1969E4B5CB15412F342CEF628C7761 +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.locale.en-US.yaml b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.locale.en-US.yaml new file mode 100644 index 0000000000000..161cb0a78da40 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.locale.en-US.yaml @@ -0,0 +1,38 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.1 +PackageLocale: en-US +Publisher: Marko Koljancic +PublisherUrl: https://github.com/marko-koljancic +PublisherSupportUrl: https://github.com/marko-koljancic/solarxy/issues +Author: Marko Koljancic +PackageName: Solarxy +PackageUrl: https://github.com/marko-koljancic/solarxy +License: MIT +LicenseUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +Copyright: Copyright (c) 2026 Marko Koljancic +CopyrightUrl: https://github.com/marko-koljancic/solarxy/blob/main/LICENSE +ShortDescription: 3D model viewer, visual debugger, and validator +Description: | + Solarxy is a cross-platform 3D model viewer, visual debugger, and + validator built in Rust with wgpu (WebGPU). Inspect 3D models in a + real-time graphical viewer with PBR rendering, multiple inspection + modes (Material ID, Texel Density, Depth, Overdraw, AO Preview), + validation overlays, and split-viewport comparison. Includes a CLI + companion (`solarxy-cli`) for terminal-based analysis. +Moniker: solarxy +Tags: +- 3d +- viewer +- validator +- gltf +- obj +- stl +- ply +- wgpu +- pbr +ReleaseNotesUrl: https://github.com/marko-koljancic/solarxy/wiki/Release-Notes +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.yaml b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.yaml new file mode 100644 index 0000000000000..ea62d78a5d0c2 --- /dev/null +++ b/manifests/k/Koljam/Solarxy/0.8.1/Koljam.Solarxy.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Koljam.Solarxy +PackageVersion: 0.8.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 0000000000000..6f62f6bcada7e --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.8/SimTradeDesk-Setup-0.7.8.exe + InstallerSha256: 1F372258A2106C9420DC8E7AC9A1C10D64FFFA3A63C48897D40CC2D475EB2927 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.8/SimTradeDesk-Setup-0.7.8.exe + InstallerSha256: 1F372258A2106C9420DC8E7AC9A1C10D64FFFA3A63C48897D40CC2D475EB2927 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..e9cf06ec410f9 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.8 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..6de3e6ebb1767 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.locale.zh-CN.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.8 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotes: |- + [0.7.8] - 2026-07-28 + Fixed + - Stabilize desktop history loading: deduplicate concurrent API requests, cache results before logs arrive, guard against stale-selection race conditions. + - Add visible border to webadmin .btn-secondary / .btn-secondary-sm so they read as buttons instead of plain text. + Changed + - Automate Tencent Cloud deployment from release workflow: release.yml now triggers webadmin deploy and Windows installer publish (zhengguan + customer-test) on every release. +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.7.8 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.yaml new file mode 100644 index 0000000000000..20768bcba9547 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.8/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.8 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.installer.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.installer.yaml new file mode 100644 index 0000000000000..bce7f308bb487 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.9 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- simtradedesk +ProductCode: 0fb1c321-dd0d-53a5-a629-f182f245d101 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.9/SimTradeDesk-Setup-0.7.9.exe + InstallerSha256: D86D511F297BF86B1513C5C75AFDC714E976D5BB24E9DB589C3723B61346413A + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/kay-ou/SimTradeDesk/releases/download/v0.7.9/SimTradeDesk-Setup-0.7.9.exe + InstallerSha256: D86D511F297BF86B1513C5C75AFDC714E976D5BB24E9DB589C3723B61346413A + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.en-US.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.en-US.yaml new file mode 100644 index 0000000000000..0e31e16756dcc --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.9 +PackageLocale: en-US +License: Freeware +ShortDescription: The dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. +Description: |- + SimTradeDesk is the dedicated desktop edition of SimTradeLab, delivering a fast, secure, and fully local environment for strategy development, backtesting, simulation, and broker-side deployment. It builds on the open-source SimTradeLab core while offering a refined, commercial-grade desktop experience. + No Python. No environment setup. Just download, install, and start building strategies. + Features + - PTrade-compatible API — 46 core APIs; strategies run identically on PTrade and locally + - Strategy editor — autocompletion and syntax highlighting for PTrade API + - Backtesting — A-share historical data with real-time log streaming + - Parameter optimizer — hyperparameter search with walk-forward validation (optimization period + holdout period) + - Results visualization — equity curves, drawdown charts, trade history, and key metrics + - Backtest comparison — overlay NAV curves with time-axis alignment and side-by-side metric tables + - Version history — automatic strategy snapshots with diff view and one-click restore + - CSV / PNG export — export data tables and charts + - Built-in terminal — integrated command-line panel for quick debugging + - Multi-language UI — Chinese / English / German + - Cross-platform — Windows, macOS, Linux +Tags: +- finance +- trade +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.zh-CN.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96ba840d4de34 --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.locale.zh-CN.yaml @@ -0,0 +1,43 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: kay-ou.SimTradeDesk +PackageVersion: 0.7.9 +PackageLocale: zh-CN +Publisher: kay-ou +PublisherUrl: https://github.com/kay-ou +PublisherSupportUrl: https://github.com/kay-ou/SimTradeDesk/issues +PackageName: SimTradeDesk +PackageUrl: https://github.com/kay-ou/SimTradeDesk +License: 免费软件 +ShortDescription: SimTradeLab 专用桌面版,为策略开发、回测、模拟及券商端部署提供快速、安全且完全本地的环境。 +Description: |- + SimTradeDesk 是 SimTradeLab 的专用桌面版,提供快速、安全且完全本地化的环境,用于策略开发、回测、模拟及券商端部署。它在开源的 SimTradeLab 核心基础上,打造了精致、商用级的桌面体验。 + 无需 Python,无需环境配置。只需下载、安装,即可开始构建策略。 + 功能特性 + - 兼容 PTrade 的 API — 46 个核心 API;策略在 PTrade 与本地运行表现一致 + - 策略编辑器 — 为 PTrade API 提供自动补全与语法高亮 + - 回测 — A 股历史数据支持实时日志流 + - 参数优化器 — 超参数搜索,支持前向验证(优化期 + 保留期) + - 结果可视化 — 资金曲线、回撤图表、交易记录及关键指标 + - 回测对比 — 对齐时间轴叠加净值曲线,并排展示指标表格 + - 版本历史 — 自动保存策略快照,支持差异查看与一键还原 + - CSV / PNG 导出 — 导出数据表格与图表 + - 内置终端 — 集成命令行面板,便于快速调试 + - 多语言界面 — 中文 / 英文 / 德文 + - 跨平台 — 支持 Windows、macOS、Linux +Tags: +- 交易 +- 财经 +- 金融 +ReleaseNotes: |- + [0.7.9] - 2026-07-28 + Fixed + - Fix packaged desktop signaling renderer ready even when server startup fails: move resolveServerReady inside the try block and reject on error. + - Extend packaged cold-start timeout from 30 s to 120 s so the first-run server extraction has enough time. + - Update smoke package contract to cover the server-ready lifecycle, timeout configuration, and error path. + Changed + - Simplify the ZhongQuant landing page to a download-oriented layout, removing redundant marketing sections. +ReleaseNotesUrl: https://github.com/kay-ou/SimTradeDesk/releases/tag/v0.7.9 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.yaml b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.yaml new file mode 100644 index 0000000000000..6cec528e8c83c --- /dev/null +++ b/manifests/k/kay-ou/SimTradeDesk/0.7.9/kay-ou.SimTradeDesk.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: kay-ou.SimTradeDesk +PackageVersion: 0.7.9 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.installer.yaml b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.installer.yaml new file mode 100644 index 0000000000000..f9e7487149312 --- /dev/null +++ b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: LuaTools.LuaTools +PackageVersion: 1.2.5 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: LuaTools.exe + PortableCommandAlias: luatools +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/madoiscool/LuaTools/releases/download/v1.2.5/LuaTools-win-Portable.zip + InstallerSha256: 2DCD158D8C3C32E6D2D53678EE3B63C94A4C6EE65B30BED2246B8A7E62DA8620 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.locale.en-US.yaml b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.locale.en-US.yaml new file mode 100644 index 0000000000000..9330e4398dc47 --- /dev/null +++ b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: LuaTools.LuaTools +PackageVersion: 1.2.5 +PackageLocale: en-US +Publisher: LuaTools +PackageName: LuaTools +License: GPL-3.0 +ShortDescription: AppID Manager for Steam Tools and Millennium plugin. +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.yaml b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.yaml new file mode 100644 index 0000000000000..9503d9d3d8640 --- /dev/null +++ b/manifests/l/LuaTools/LuaTools/1.2.5/LuaTools.LuaTools.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: LuaTools.LuaTools +PackageVersion: 1.2.5 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.installer.yaml b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.installer.yaml new file mode 100644 index 0000000000000..408d2dba89255 --- /dev/null +++ b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.installer.yaml @@ -0,0 +1,29 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.PurviewInformationProtection +PackageVersion: 3.2.92.0 +InstallerLocale: en-US +InstallerType: wix +Scope: machine +InstallModes: +- interactive +- silent +- silentWithProgress +InstallerSwitches: + Silent: /qn + SilentWithProgress: /q + Custom: /norestart +ProductCode: '{3CDA8FE2-209A-42F3-9C03-8026026D0849}' +ReleaseDate: 2026-03-26 +AppsAndFeaturesEntries: +- ProductCode: '{3CDA8FE2-209A-42F3-9C03-8026026D0849}' + UpgradeCode: '{5D9EC71D-960E-4E58-ADA1-C43B094DAE72}' +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\Microsoft Purview Information Protection' +Installers: +- Architecture: x86 + InstallerUrl: https://download.microsoft.com/download/5e62f7f5-d616-49f8-b506-f1c6b4f79ba7/PurviewInfoProtection.msi + InstallerSha256: 95979788C5F7D849A0075C7972AC6D39C4BBDF06A2136F855E527A89942665A5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.locale.en-US.yaml b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.locale.en-US.yaml new file mode 100644 index 0000000000000..88850b67aabf5 --- /dev/null +++ b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.PurviewInformationProtection +PackageVersion: 3.2.92.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PublisherUrl: https://www.microsoft.com/en-US +PublisherSupportUrl: https://support.microsoft.com/en-us +PrivacyUrl: https://privacy.microsoft.com/en-US/privacystatement +Author: Microsoft Corporation +PackageName: Microsoft Purview Information Protection +PackageUrl: https://www.microsoft.com/en-us/download/details.aspx?id=53018 +License: Microsoft Software License +LicenseUrl: https://www.microsoft.com/en-us/servicesagreement +Copyright: Copyright (C) Microsoft Corporation +CopyrightUrl: https://www.microsoft.com/en-us/servicesagreement +ShortDescription: Microsoft Purview Information Protection client. +Description: | + The Microsoft Purview Information Protection client helps you classify and label data in your organization at the time of creation, as well as apply protection, based on encryption and usage rights for sensitive data. Labels, and protection are persistent, traveling with the data throughout its lifecycle, so that its detectable and controlled at all times regardless of where its stored or with whom its shared internally or externally. +Moniker: microsoft-purviewinformationprotection +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.yaml b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.yaml new file mode 100644 index 0000000000000..ecbf874661c9b --- /dev/null +++ b/manifests/m/Microsoft/PurviewInformationProtection/3.2.92.0/Microsoft.PurviewInformationProtection.yaml @@ -0,0 +1,8 @@ +# Automatically updated by the winget bot at 2026/Jul/16 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.PurviewInformationProtection +PackageVersion: 3.2.92.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..598887d8de31f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.392.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.392.0&arch=x86 + InstallerSha256: 6351E78634A21AB13FE2CFC5F40F5F57301F3E7B1A0D924CBAE2BBA75F9DF1A8 +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.392.0&arch=amd64 + InstallerSha256: CF02502E42EE7CDD2BAF0A7353034F59DF481079630D77873E670618CB674244 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..589d2f02c6696 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.392.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..f29aeb90e246f --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.392.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.392.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.installer.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.installer.yaml new file mode 100644 index 0000000000000..f4d6e9df767ec --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.installer.yaml @@ -0,0 +1,18 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.393.0 +InstallerType: portable +Commands: +- safetyscanner +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.393.0&arch=x86 + InstallerSha256: 0CA77A77BD66AE970B11830807E8DE1F38D7B10EDE7A54442941F8127C2B711B +- Architecture: x64 + InstallerUrl: https://definitionupdates.microsoft.com/packages/content/msert.exe?packageType=Scanner&packageVersion=1.455.393.0&arch=amd64 + InstallerSha256: E14149F352D38159ED312E1BA7351D078323E037B3FCEE25E04661AB81CC9CDA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.locale.en-US.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.locale.en-US.yaml new file mode 100644 index 0000000000000..753cd43b8e12c --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.393.0 +PackageLocale: en-US +Publisher: Microsoft Corporation +PackageName: Microsoft Safety Scanner +PackageUrl: https://learn.microsoft.com/en-us/defender-endpoint/safety-scanner-download +License: Proprietary +Copyright: © Microsoft Corporation. All rights reserved. +ShortDescription: A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. +Description: |- + A scan tool designed to find and remove malware from Windows computers. Download it and run a scan to find malware and try to reverse changes made by identified threats. + + The tool uses the same security intelligence update definitions as (among others) Microsoft Defender Antivirus. Safety Scanner does however not have an internal definition update checker, but does get app updates every 3-4 hours. Thus, the Winget package may lag some days behind Windows Update + Microsoft Defender Antivirus. +Tags: +- microsoft-defender-antivirus +- microsoft-safety-scanner +- msert +- windows-security +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.yaml b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.yaml new file mode 100644 index 0000000000000..782b916da7e31 --- /dev/null +++ b/manifests/m/Microsoft/SafetyScanner/1.455.393.0/Microsoft.SafetyScanner.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Microsoft.SafetyScanner +PackageVersion: 1.455.393.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.installer.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.installer.yaml new file mode 100644 index 0000000000000..4f6cdba0e2a94 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.installer.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxCode +PackageVersion: 3.0.55 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.55.exe + InstallerSha256: 801C1CBC5A3C0A721CE4650C595B9D714175EE8AACCCCE112585AF7FFA13F90A + ProductCode: c3ad25b6-f8e2-5011-aa9b-70457ab9e042 +- Architecture: arm64 + InstallerUrl: https://file.cdn.minimax.io/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.55.exe + InstallerSha256: 801C1CBC5A3C0A721CE4650C595B9D714175EE8AACCCCE112585AF7FFA13F90A + ProductCode: c3ad25b6-f8e2-5011-aa9b-70457ab9e042 +- InstallerLocale: zh-CN + Architecture: x64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.55.exe + InstallerSha256: 452343B153F5401E20A4997ED47097C6E03136C0062F66A83C210A9C469A27F1 + ProductCode: f2219de5-6104-50ab-8a91-95ff0ef719de +- InstallerLocale: zh-CN + Architecture: arm64 + InstallerUrl: https://filecdn.minimax.chat/public/minimax-agent-prod/release/MiniMax%20Code%20Setup%203.0.55.exe + InstallerSha256: 452343B153F5401E20A4997ED47097C6E03136C0062F66A83C210A9C469A27F1 + ProductCode: f2219de5-6104-50ab-8a91-95ff0ef719de +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.locale.en-US.yaml new file mode 100644 index 0000000000000..e4d75deffe383 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.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: MiniMax.MiniMaxCode +PackageVersion: 3.0.55 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/minimax +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Code +License: Proprietary +Copyright: © 2026 MiniMax +ShortDescription: Remembers your habits, builds Agent teams, automates the repetitive work +Tags: +- agent +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- minimax +- programming +ReleaseNotes: |- + macOS (Apple silicon) + Download v3.0.55 + + macOS (Intel) + Download v3.0.55 + + Windows (64-bit) + Download v3.0.55 + Fixes + - Fixed a history display issue in edge cases. +ReleaseNotesUrl: https://agent.minimax.io/docs/changelog#v3-0-55-—-2026-07-28 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f2400cce5ff43 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.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: MiniMax.MiniMaxCode +PackageVersion: 3.0.55 +PackageLocale: zh-CN +PublisherUrl: https://www.minimaxi.com/ +PrivacyUrl: https://agent.minimaxi.com/doc/zh/privacy-policy.html +Author: 上海稀宇科技有限公司 +PackageUrl: https://agent.minimaxi.com/download +License: 专有软件 +LicenseUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +CopyrightUrl: https://agent.minimaxi.com/doc/zh/terms-of-service.html +ShortDescription: 你的专属 AI 搭档,记住关于你的一切,并在需要时召集小队解决问题 +Tags: +- minimax +- 人工智能 +- 代码 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +ReleaseNotes: |- + macOS(Apple 芯片) + 下载 v3.0.55 + + macOS(Intel 芯片) + 下载 v3.0.55 + + Windows(64 位) + 下载 v3.0.55 + 修复 + - 修复了边界条件下历史记录的显示异常。 +ReleaseNotesUrl: https://agent.minimaxi.com/docs/changelog#v3-0-55-—-2026-07-28 +PurchaseUrl: https://platform.minimaxi.com/subscribe/token-plan +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.yaml b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.yaml new file mode 100644 index 0000000000000..6f34d8af4fe38 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxCode/3.0.55/MiniMax.MiniMaxCode.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: MiniMax.MiniMaxCode +PackageVersion: 3.0.55 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.installer.yaml new file mode 100644 index 0000000000000..d6f0bee4bdae9 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 2.0.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub +ProductCode: d414eb59-510f-5dc8-950d-953402d18e79 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/builds/2.0.3/hilo-sandbox-219/MiniMax%20Hub%20Setup%202.0.3.exe + InstallerSha256: BB1D1174D32B671AEB9A1CC61ACF7D50BCBAD50979D721D624604B547726D037 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://file.cdn.minimax.io/public/minimax-hub/release/overseas/builds/2.0.3/hilo-sandbox-219/MiniMax%20Hub%20Setup%202.0.3.exe + InstallerSha256: BB1D1174D32B671AEB9A1CC61ACF7D50BCBAD50979D721D624604B547726D037 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.locale.en-US.yaml new file mode 100644 index 0000000000000..652c43015695e --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 2.0.3 +PackageLocale: en-US +Publisher: MiniMax +PublisherUrl: https://www.minimax.io/ +PublisherSupportUrl: https://discord.com/invite/hmfVm9dc4B +PrivacyUrl: https://www.minimax.io/privacy-policy-v2.html?show=platform,agent,video +Author: Shanghai Xiyu Technology Co., Ltd. +PackageName: MiniMax Hub +PackageUrl: https://hub.minimax.io/ +License: Proprietary +LicenseUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://www.minimax.io/terms-of-service-v2.html?show=platform,agent,video +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5ef86eadba29d --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 2.0.3 +PackageLocale: zh-CN +Author: 上海稀宇科技有限公司 +License: 专有软件 +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.yaml b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.yaml new file mode 100644 index 0000000000000..2e8384ecfad0e --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/2.0.3/MiniMax.MiniMaxHub.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: MiniMax.MiniMaxHub +PackageVersion: 2.0.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.installer.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.installer.yaml new file mode 100644 index 0000000000000..0d8d4cf47778a --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.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: MiniMax.MiniMaxHub.CN +PackageVersion: 2.0.3 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- minimax-hub-cn +ProductCode: 3e8b7c9a-b469-5185-aeed-382f7ea7a0a5 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/builds/2.0.3/hilo-sandbox-219/MiniMax%20Hub%20Setup%202.0.3.exe + InstallerSha256: 161CAADB55E0344B0FD4436942A0C9E6F71522441787029F13514EDE5CF98706 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://filecdn.minimax.chat/public/minimax-hub/release/domestic/builds/2.0.3/hilo-sandbox-219/MiniMax%20Hub%20Setup%202.0.3.exe + InstallerSha256: 161CAADB55E0344B0FD4436942A0C9E6F71522441787029F13514EDE5CF98706 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.en-US.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.en-US.yaml new file mode 100644 index 0000000000000..0ff04aaad6852 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.en-US.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: MiniMax.MiniMaxHub.CN +PackageVersion: 2.0.3 +PackageLocale: en-US +Author: Shanghai Xiyu Technology Co., Ltd. +License: Proprietary +ShortDescription: Your own multimodal Agent team +Description: |- + One director. A whole agent team. + One person. A whole production. + + Describe Your Idea, Agent Does the Rest + Say what you want — or drop in a brief. The main agent reads your intent, breaks down the task, and matches the best model automatically. Manual selection available too. + + Build Your Canvas, Cover Every Format + Script, storyboard, video, music, and editing — all on one canvas. Nodes connect automatically. From research to final cut, no tool-switching required. + + Save Your Skills, Reuse What Works + Agent automatically captures and builds Skills unique to you as you work. Or browse the MiniMax Skills Market and exclusive plugins — one click to activate. + + Access Local Files, Export to Pro Tools + Agent retrieves your local assets on its own. One click imports everything into your editing software — team assets organized, creative loop closed. + + Review Every Step, Deliver With Confidence + At key checkpoints, Agent asks for your direction before moving forward. Agent + Harness loads domain knowledge and runs multi-round quality checks behind the scenes — every frame ready to deliver. Built for: Short dramas · E-commerce content · Brand TVC · Ad creatives. +Tags: +- agent +- agentic +- ai +- chatbot +- large-language-model +- llm +- minimax +Documentations: +- DocumentLabel: User Guide + DocumentUrl: https://my.feishu.cn/wiki/X3pGw8I5Gi6E1fkMqQpcP5ZBnHd +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b8949b4806a11 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.locale.zh-CN.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: MiniMax.MiniMaxHub.CN +PackageVersion: 2.0.3 +PackageLocale: zh-CN +Publisher: MiniMax +PublisherUrl: https://www.minimaxi.com/ +PrivacyUrl: https://minimaxi.com/privacy-policy-v2-cn.html?show=platform,agent,video +Author: 上海稀宇科技有限公司 +PackageName: MiniMax Hub (CN) +PackageUrl: https://hub.minimaxi.com/ +License: 专有软件 +LicenseUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +Copyright: © 2026 MiniMax +CopyrightUrl: https://minimaxi.com/terms-of-service-v2-cn.html?show=platform,agent,video +ShortDescription: 属于你自己的多模态 Agent 团队 +Description: |- + 首个多模态本地创作平台 + 多能力提升,开启创作新范式。 + + 描述你的创意,启动 Agent 执行 + 说出想法,或直接丢进一份策划文档——主 Agent 理解意图后,自动拆解任务分配,自动(也可手动)适配最优模型,开始运作。 + + 搭建画布工作流,创作内容统一 + 你的脚本、分镜、视频、音乐、剪辑全在一块画布上——节点自动连线;从调研到成片,告别工具割裂。 + + 调用或自定义 Skills,经验持续复用 + 对话过程中,Agent 会自动记录、生成专属你的 Skill。也可以访问 Skills 精选市场与 MiniMax Hub 独家交互插件,一键调用。 + + 让 Agent 完成本地操作,一键直连专业工具 + 你的本地素材,Agent 自己去取;做完可一键导入专业剪辑软件,实现创作闭环,适配团队资产统一管理。 + + 审核把控,交付优质成片 + 在关键节点,Agent 会主动询问你的核心方向;Agent + Harness 后台调用专业知识库、多轮校验质量,确保每一帧都值得交付。适合场景包括但不限于:短剧全流程 · 电商批量出图出视频 · 品牌 TVC · 投放素材。 +Tags: +- minimax +- 人工智能 +- 大语言模型 +- 智能体 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 使用教程 + DocumentUrl: https://my.feishu.cn/wiki/VEoVwpfCKiTHvHkAGQ7cQJxCncf +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.yaml b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.yaml new file mode 100644 index 0000000000000..cd482884773f4 --- /dev/null +++ b/manifests/m/MiniMax/MiniMaxHub/CN/2.0.3/MiniMax.MiniMaxHub.CN.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: MiniMax.MiniMaxHub.CN +PackageVersion: 2.0.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.installer.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.installer.yaml new file mode 100644 index 0000000000000..56585d28312f0 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: vibe-acp.exe +Commands: +- vibe-acp +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/mistralai/mistral-vibe/releases/download/v2.23.0/vibe-acp-windows-x86_64-2.23.0.zip + InstallerSha256: B635AE7FF4E1E26748A628F2E39288A58B018845B379531E75B2BF6D1AE928AA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.locale.en-US.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.locale.en-US.yaml new file mode 100644 index 0000000000000..6c20d721948e0 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.0 +PackageLocale: en-US +Publisher: Mistral AI +PublisherUrl: https://mistral.ai/ +PublisherSupportUrl: https://github.com/mistralai/mistral-vibe/issues +PrivacyUrl: https://legal.mistral.ai/terms/privacy-policy +Author: Mistral AI +PackageName: Mistral Vibe (ACP mode) +PackageUrl: https://github.com/mistralai/mistral-vibe +License: Apache-2.0 +LicenseUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/LICENSE +Copyright: Copyright 2026 Mistral AI +CopyrightUrl: https://legal.mistral.ai/terms +ShortDescription: Minimal CLI coding agent by Mistral +Description: |- + Mistral's open-source CLI coding assistant. + Mistral Vibe is a command-line coding assistant powered by Mistral's models. It provides a conversational interface to your codebase, allowing you to use natural language to explore, modify, and interact with your projects through a powerful set of tools. +Tags: +- agent +- agentic +- ai +- code +- coding +- develop +- development +- programming +ReleaseNotes: |- + Added + - [A/B testing] OS-native managed shell tools + - vibe mcp add and vibe mcp remove commands to add and remove remote MCP servers without editing TOML + - Auto theme that follows terminal/OS appearance + - ACP project links surface for desktop integration + - Dense, grouped tool-call rendering in the TUI + Changed + - Trust dialog now defaults to "Trust folder" and is simplified + - Tool descriptions compressed to reduce context bloat + - Smoother, faster scrolling in long conversations + - Fixed unnecessary textual relayout computation on constant-size animation frames, removing lag spikes + - Major internal refactor introducing a JSON-RPC 2.0 app server as the single runtime owner between delivery surfaces (TUI, -p, ACP) and the core engine, replacing direct AgentLoop/callback coupling with a typed, projected protocol + Fixed + - Option+Left/Right word navigation in the chat input + - Unsigned thinking blocks dropped on backend replay + - SGR mouse protocol renegotiated when the emulator sends x10 bytes + - Crash on /resume delete confirmation + - Empty mapping treated as absent in CONCAT/UNION config merge + - LC_CTYPE used instead of LC_ALL in the bash tool environment + - Chunk text emitted before its tool call in the streaming loop + - Text selection guarded against detached widgets + - OSError on over-long @-mention autocompletion candidates + - MCP registry created when the first server is added via /mcp add + - CLI conversation ID preserved after teleport + - Data-retention link accessible to non-admins +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md#2230---2026-07-28 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b3749c06a5afb --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.locale.zh-CN.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.0 +PackageLocale: zh-CN +ShortDescription: Mistral 推出的极简 CLI 代码智能体 +Description: |- + Mistral 的开源 CLI 编程助手。 + Mistral Vibe 是由 Mistral 模型驱动的命令行编程助手。它为您的代码库提供了一个对话式界面,让您可以通过自然语言,利用一系列强大的工具来浏览、修改和与项目进行交互。 +Tags: +- ai +- 代码 +- 开发 +- 智能体 +- 编程 +- 自主智能 +ReleaseNotesUrl: https://github.com/mistralai/mistral-vibe/blob/HEAD/CHANGELOG.md +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.yaml b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.yaml new file mode 100644 index 0000000000000..505caa8ae5b38 --- /dev/null +++ b/manifests/m/MistralAI/MistralVibe/ACP/2.23.0/MistralAI.MistralVibe.ACP.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: MistralAI.MistralVibe.ACP +PackageVersion: 2.23.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.installer.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.installer.yaml new file mode 100644 index 0000000000000..19745f625432b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/en-US/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F48EC001B52F91CDF84B34B2743DB13D2FE6A21F20344C89B2EAFC3F963EB10C +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/en-US/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0B557B2983D63278BE98DAF7582FBB7050F93310F2A9381E804E0BA14FE2892E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/en-US/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 905115B96EAB601589FDF5B4CDE47DAB3D0C73EBF397C2779ACCD4076D82734C +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..ba6bf0625c8f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.da-DK.yaml new file mode 100644 index 0000000000000..fec9fe774ed9d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.de-DE.yaml new file mode 100644 index 0000000000000..bfd589087778f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.el-GR.yaml new file mode 100644 index 0000000000000..5d503b13ca2e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.en-GB.yaml new file mode 100644 index 0000000000000..811c330310222 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.en-US.yaml new file mode 100644 index 0000000000000..053d2f0b995c4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.es-MX.yaml new file mode 100644 index 0000000000000..c5aa2fa71a6ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.fr-FR.yaml new file mode 100644 index 0000000000000..d7ba4f642082d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.hu-HU.yaml new file mode 100644 index 0000000000000..a791a096113dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1eae555f0377c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0edc4b8fbb465 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.ru-RU.yaml new file mode 100644 index 0000000000000..093e630d89f30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.ta-IN.yaml new file mode 100644 index 0000000000000..c87401ca9c3d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.locale.zh-CN.yaml new file mode 100644 index 0000000000000..e2465ade3e5e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.yaml b/manifests/m/Mozilla/Firefox/153.0.1/Mozilla.Firefox.yaml new file mode 100644 index 0000000000000..aabf372e8a674 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.installer.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.installer.yaml new file mode 100644 index 0000000000000..e4c9d0454c79e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ach/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 2B903B8FFB6FE63C26E94028494C697F72C4A62B4CE4BDA7E0466B7837EE852A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ach/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0BC62A1A291A9C54976667DFCAA5DDE6D9A601D652BEB8D7E23BFC44747EC98A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ach/Firefox%20Setup%20153.0.1.exe + InstallerSha256: E878FB187FC9A983FB46BAD982BDDFDDF1C30D91C216C030BF4AA00783F3F182 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..32d8f27928b90 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.da-DK.yaml new file mode 100644 index 0000000000000..81885c9d09c69 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.de-DE.yaml new file mode 100644 index 0000000000000..ef1ff90e76826 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.el-GR.yaml new file mode 100644 index 0000000000000..63d720f6ac769 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.en-GB.yaml new file mode 100644 index 0000000000000..85fc0c42ffcfd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.en-US.yaml new file mode 100644 index 0000000000000..7d1592a2d18f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.es-MX.yaml new file mode 100644 index 0000000000000..7da44c713d5cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.fr-FR.yaml new file mode 100644 index 0000000000000..12588bc169228 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4f7ea9b3592c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a723c53df91e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.nb-NO.yaml new file mode 100644 index 0000000000000..373ecc0478f6d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.ru-RU.yaml new file mode 100644 index 0000000000000..03781a5f175c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.ta-IN.yaml new file mode 100644 index 0000000000000..52a256a2008f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.locale.zh-CN.yaml new file mode 100644 index 0000000000000..41e6532186860 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ach.yaml b/manifests/m/Mozilla/Firefox/ach/153.0.1/Mozilla.Firefox.ach.yaml new file mode 100644 index 0000000000000..24e1d40a152cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ach/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.installer.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.installer.yaml new file mode 100644 index 0000000000000..c7787f648175e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/af/Firefox%20Setup%20153.0.1.exe + InstallerSha256: CA4987B7D952D4386ED6E95701731716091B355CF20FC62B15E08FA51F7D2631 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/af/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7170FE1A7C1B525772EFA778FF0CD3FF537DD1AB88C7D0886395CC7A61637B07 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/af/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 99F6FA3BF1D35E4B33DA92DE9B59678EDB6F334ECF703857E765BB3AD4F009B1 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e95449e4ca0ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.da-DK.yaml new file mode 100644 index 0000000000000..7f3fa613cfc51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.de-DE.yaml new file mode 100644 index 0000000000000..d8d6adfcdf443 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.el-GR.yaml new file mode 100644 index 0000000000000..837b0f63f12b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.en-GB.yaml new file mode 100644 index 0000000000000..d6990bf0ca2bd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.en-US.yaml new file mode 100644 index 0000000000000..fb907c07ad2fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.es-MX.yaml new file mode 100644 index 0000000000000..16550dc2d747e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.fr-FR.yaml new file mode 100644 index 0000000000000..6added1f24970 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ffcf1e2cc86fa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.ja-JP.yaml new file mode 100644 index 0000000000000..e22b2a52e6b2c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.nb-NO.yaml new file mode 100644 index 0000000000000..42a911d4becc0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.ru-RU.yaml new file mode 100644 index 0000000000000..8c2a0e42f6dad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6a6557ed1b450 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9b0cea1c3e710 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.af.yaml b/manifests/m/Mozilla/Firefox/af/153.0.1/Mozilla.Firefox.af.yaml new file mode 100644 index 0000000000000..aa9a3b52d01c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/af/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.installer.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.installer.yaml new file mode 100644 index 0000000000000..597f0145bcd28 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/an/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 489ADBCF315B62F2983AB2EBC2650FD55FCFD62904BC22E265C35241831B0A5E +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/an/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 07C1249EA494182B0BC234321F39CF7D76C1CB6E8165E97B408D578F12D38C71 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/an/Firefox%20Setup%20153.0.1.exe + InstallerSha256: EAEC86D2E0CC6A85B33C0EBFC648E9800A2CC3A39BD31F0FD6C06B56AF6DDD8D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..5644e67bfd11a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.da-DK.yaml new file mode 100644 index 0000000000000..bb60925e4249f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.de-DE.yaml new file mode 100644 index 0000000000000..775f3a867cc7a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.el-GR.yaml new file mode 100644 index 0000000000000..d60559b798029 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.en-GB.yaml new file mode 100644 index 0000000000000..ec56b6e47e4e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.en-US.yaml new file mode 100644 index 0000000000000..c4f8cb36e59d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.es-MX.yaml new file mode 100644 index 0000000000000..3013087f9609d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.fr-FR.yaml new file mode 100644 index 0000000000000..892bd047f6b0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.hu-HU.yaml new file mode 100644 index 0000000000000..682a600fad7b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f930e543d88e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0a3b302c2ea25 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.ru-RU.yaml new file mode 100644 index 0000000000000..4dc808e0391ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.ta-IN.yaml new file mode 100644 index 0000000000000..5decb71c071cb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2068e82cc20d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.an.yaml b/manifests/m/Mozilla/Firefox/an/153.0.1/Mozilla.Firefox.an.yaml new file mode 100644 index 0000000000000..cd6ead747e732 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/an/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.installer.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.installer.yaml new file mode 100644 index 0000000000000..c2ed9e24336a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ar/Firefox%20Setup%20153.0.1.exe + InstallerSha256: EB0361331C1A8C2B9F318D4A61F8BC140DFFE265D712873C1E2E3624539F019D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ar/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 5B05EBD4CE194B7A5C2A3C51B66A9FC04F4541BE63DCC0314EC29F9AB9833009 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ar/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 843E97E76355A6EC79AE6BA5B8FD2168E14399D298AA44D623709696B2D33211 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..9c5aba6941335 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.da-DK.yaml new file mode 100644 index 0000000000000..d280b263ad032 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.de-DE.yaml new file mode 100644 index 0000000000000..47c989da439da --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.el-GR.yaml new file mode 100644 index 0000000000000..eb94b57a9439e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.en-GB.yaml new file mode 100644 index 0000000000000..9c7ea2b61d5fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.en-US.yaml new file mode 100644 index 0000000000000..7ba687264263f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.es-MX.yaml new file mode 100644 index 0000000000000..d8bb66855e1cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.fr-FR.yaml new file mode 100644 index 0000000000000..92ae0f6820b1e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.hu-HU.yaml new file mode 100644 index 0000000000000..c75bc627204aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.ja-JP.yaml new file mode 100644 index 0000000000000..1fc065d8dc93b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.nb-NO.yaml new file mode 100644 index 0000000000000..d8366ba0167ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.ru-RU.yaml new file mode 100644 index 0000000000000..305b9d966be03 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6eec2cfffd5eb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.locale.zh-CN.yaml new file mode 100644 index 0000000000000..fa9922526581d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ar.yaml b/manifests/m/Mozilla/Firefox/ar/153.0.1/Mozilla.Firefox.ar.yaml new file mode 100644 index 0000000000000..b2c4ffc255dea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ar/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.installer.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.installer.yaml new file mode 100644 index 0000000000000..d35172eda82f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ast/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 04454DF3B730744CF9586FAFEE0FEA733F54E7D7EEB93E5A0C28EB96F9D15092 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ast/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 23552D0438229B45120BFDB29DD49FB3108CB9BC76B6A6C3E55D5DF750641275 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ast/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 238756CB8EC786A7C336C34A963E31290180C659665A0EE6B489A134721DBB85 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..5bb85a56488ec --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.da-DK.yaml new file mode 100644 index 0000000000000..ef0818261f168 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.de-DE.yaml new file mode 100644 index 0000000000000..e40cfe153d6c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.el-GR.yaml new file mode 100644 index 0000000000000..f8d5d174bc0dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.en-GB.yaml new file mode 100644 index 0000000000000..7faf8b42530fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.en-US.yaml new file mode 100644 index 0000000000000..21f44ce4d93f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.es-MX.yaml new file mode 100644 index 0000000000000..bfc3d222c4e24 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a199701a985bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.hu-HU.yaml new file mode 100644 index 0000000000000..0570d0c944a7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.ja-JP.yaml new file mode 100644 index 0000000000000..535c1af6b29f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a92d5d10ce428 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f0607cceaaa82 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.ta-IN.yaml new file mode 100644 index 0000000000000..8bed167db8be9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.locale.zh-CN.yaml new file mode 100644 index 0000000000000..29938b7bba7c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ast.yaml b/manifests/m/Mozilla/Firefox/ast/153.0.1/Mozilla.Firefox.ast.yaml new file mode 100644 index 0000000000000..a363b6d197e41 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ast/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.installer.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.installer.yaml new file mode 100644 index 0000000000000..095a58ac4b40a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/az/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 36CEE9535F8C22B4423B6F0AF55917658BE236046FABDA288A6163EF36230E7D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/az/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 49A23C7D5624547CF14E49CC698FDD1DD2BB6EDE5362401ECAA2F200F35B6F29 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/az/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D29DDE4A90AA8A095F64C7CE769547D1D5251378E1AB87E450B9D5F51A565A71 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..93f76028ee75e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.da-DK.yaml new file mode 100644 index 0000000000000..28a480c5573a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.de-DE.yaml new file mode 100644 index 0000000000000..8d918521b5379 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.el-GR.yaml new file mode 100644 index 0000000000000..3fb25d64456f2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.en-GB.yaml new file mode 100644 index 0000000000000..26b2761cd2768 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.en-US.yaml new file mode 100644 index 0000000000000..cc0ec792aa7c6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.es-MX.yaml new file mode 100644 index 0000000000000..4a3a42e48f82a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.fr-FR.yaml new file mode 100644 index 0000000000000..866369fa9a28e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.hu-HU.yaml new file mode 100644 index 0000000000000..6ac3df7c5771a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.ja-JP.yaml new file mode 100644 index 0000000000000..9d2c4090c9f4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.nb-NO.yaml new file mode 100644 index 0000000000000..351fb7ce8b68b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.ru-RU.yaml new file mode 100644 index 0000000000000..a6ef2975fd2e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.ta-IN.yaml new file mode 100644 index 0000000000000..06c9c1f14b03f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0edb00b5da9c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.az.yaml b/manifests/m/Mozilla/Firefox/az/153.0.1/Mozilla.Firefox.az.yaml new file mode 100644 index 0000000000000..23e5f84772c92 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/az/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.installer.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.installer.yaml new file mode 100644 index 0000000000000..62483f48fa819 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/be/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 4E01B4AC6B45839878E2EFCD6A21DB8E688A46492CD751A9F9FE5FEBE783FB98 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/be/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 96F5B1FE448C6D928300DBFDCF7C78E0A55975126D09056971391F5121E1F537 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/be/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A6CBB4586ABA303C442C184B22046F715D2166A581D1A0A98B3E74352903AEAA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..15908b212bf35 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.da-DK.yaml new file mode 100644 index 0000000000000..18de778a6b79a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.de-DE.yaml new file mode 100644 index 0000000000000..19342b2ca527c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.el-GR.yaml new file mode 100644 index 0000000000000..9175a303a22bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.en-GB.yaml new file mode 100644 index 0000000000000..69db0d2d0dc18 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.en-US.yaml new file mode 100644 index 0000000000000..f53b91cea140f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.es-MX.yaml new file mode 100644 index 0000000000000..e7a15874679e7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.fr-FR.yaml new file mode 100644 index 0000000000000..152322624ad47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.hu-HU.yaml new file mode 100644 index 0000000000000..db75994f9a31c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3573269eb2336 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0176289f7f5f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.ru-RU.yaml new file mode 100644 index 0000000000000..14d9f776fdfd7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.ta-IN.yaml new file mode 100644 index 0000000000000..79e37bb86429f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.locale.zh-CN.yaml new file mode 100644 index 0000000000000..70d1ccd771657 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.be.yaml b/manifests/m/Mozilla/Firefox/be/153.0.1/Mozilla.Firefox.be.yaml new file mode 100644 index 0000000000000..5ae0525f2c558 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/be/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.installer.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.installer.yaml new file mode 100644 index 0000000000000..f1f2c849fb6c1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/bg/Firefox%20Setup%20153.0.1.exe + InstallerSha256: E9F73E957D61FA77AAE63AD9CB93FE577C37204EF3185B1694DA7B4F13257324 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/bg/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 58932586FBA1D008DE9FAF10D3B4B814785F0914118108C71DFE9C7BF9B33C82 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/bg/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 5A2096FB5A7D1D811A667BD8C061F6FD80D75175214472B55EFE96D6735B4394 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..9de0f891ca2e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.da-DK.yaml new file mode 100644 index 0000000000000..3794110018a31 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.de-DE.yaml new file mode 100644 index 0000000000000..240565acf229c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.el-GR.yaml new file mode 100644 index 0000000000000..16e70bc46b6c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.en-GB.yaml new file mode 100644 index 0000000000000..fc1690a041a01 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.en-US.yaml new file mode 100644 index 0000000000000..860870dc1e58b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.es-MX.yaml new file mode 100644 index 0000000000000..0ab59274410b6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.fr-FR.yaml new file mode 100644 index 0000000000000..f04c2196e2c1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ac03ba7609f55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.ja-JP.yaml new file mode 100644 index 0000000000000..74c71aeaeb845 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.nb-NO.yaml new file mode 100644 index 0000000000000..69170fa3384b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ad9a1ba0374ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.ta-IN.yaml new file mode 100644 index 0000000000000..84a8260f6bdc2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.locale.zh-CN.yaml new file mode 100644 index 0000000000000..077b543673cc5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bg.yaml b/manifests/m/Mozilla/Firefox/bg/153.0.1/Mozilla.Firefox.bg.yaml new file mode 100644 index 0000000000000..fa482df23e426 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bg/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.installer.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.installer.yaml new file mode 100644 index 0000000000000..3cefe9a2dad5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/bn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 28DE759979264659792AA36B57A3B4B0A52034A85949200D88BB99CE8A5C1F98 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/bn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 8F43CCB4E1BF304C41809A59398DD8F50098DF9DD5128761BE1C2AA1DBF285C6 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/bn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B8CA52D6EA601CDDEF1D1DDCEACC7B4C4E8FA228FFD0476804C7DC8304B6C97A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..9772dfaae6eca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.da-DK.yaml new file mode 100644 index 0000000000000..5838e1ba89c39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.de-DE.yaml new file mode 100644 index 0000000000000..017506ec28f03 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.el-GR.yaml new file mode 100644 index 0000000000000..a17396bcfff65 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.en-GB.yaml new file mode 100644 index 0000000000000..9199576cecbaa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.en-US.yaml new file mode 100644 index 0000000000000..18a96383015b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.es-MX.yaml new file mode 100644 index 0000000000000..1e76600c67a76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..edb1d069c7df6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..cd2e7c54f1d9e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f0535df74fe32 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a93ce8fa96f37 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..893bdc89b31bb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..649191be74844 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c12d109ecfac0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.bn.yaml b/manifests/m/Mozilla/Firefox/bn/153.0.1/Mozilla.Firefox.bn.yaml new file mode 100644 index 0000000000000..ef940d0517753 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bn/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.installer.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.installer.yaml new file mode 100644 index 0000000000000..56e60261eee9c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/br/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B656ADEE2CD364B7C76DE4FCA85884255524EBD8523C1C6317E279E7A815F515 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/br/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F565FCEFA3D14027D6C5E514E2B3C9ED01FFB77B46EBCAF76188043085E8343B +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/br/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D65EADDCE6F43851BBB471227911CBDE72D6415D03FD404E5982DE1B503F6DCA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3c7648d6f62d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.da-DK.yaml new file mode 100644 index 0000000000000..949065daf8ecb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.de-DE.yaml new file mode 100644 index 0000000000000..924bff502500a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.el-GR.yaml new file mode 100644 index 0000000000000..d831ec843fbac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.en-GB.yaml new file mode 100644 index 0000000000000..d4b44eadde51f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.en-US.yaml new file mode 100644 index 0000000000000..cc431fd99d966 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.es-MX.yaml new file mode 100644 index 0000000000000..9caaa5cc1dfc7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.fr-FR.yaml new file mode 100644 index 0000000000000..0696374d4ce08 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4dd3a82084a6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.ja-JP.yaml new file mode 100644 index 0000000000000..24a96f4d7dfae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7547003595c76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.ru-RU.yaml new file mode 100644 index 0000000000000..a17c954bbe197 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a0a584f0b90dc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c8b1dbe06a6b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.br.yaml b/manifests/m/Mozilla/Firefox/br/153.0.1/Mozilla.Firefox.br.yaml new file mode 100644 index 0000000000000..288004e891a0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/br/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.installer.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.installer.yaml new file mode 100644 index 0000000000000..f2a48466cade3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/bs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 1A058BF989C800C86F98048D84B0F5881DF894330744B4C0DC0E53442655E7A6 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/bs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D8470A29181302346173B3905F1EF1BD5032D919F12C92E0678CC5B1E577CB09 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/bs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 99AB81CFF8F2C10C21BC87E2EA224F169F68A30D43EBFBCF85ED3177E1BE0114 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..ecd1f278cabf5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.da-DK.yaml new file mode 100644 index 0000000000000..b2757c457fa0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.de-DE.yaml new file mode 100644 index 0000000000000..c07511f5f2aca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.el-GR.yaml new file mode 100644 index 0000000000000..1334ff7423c09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.en-GB.yaml new file mode 100644 index 0000000000000..988700e266269 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.en-US.yaml new file mode 100644 index 0000000000000..33e6ddd019823 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.bs +PackageVersion: 153.0.1 +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 (bs) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.es-MX.yaml new file mode 100644 index 0000000000000..f2fa1d5ab4034 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9260be8931089 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.hu-HU.yaml new file mode 100644 index 0000000000000..d422fc7d4284d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.ja-JP.yaml new file mode 100644 index 0000000000000..80e00bfcd78fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c121f0596b25b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.ru-RU.yaml new file mode 100644 index 0000000000000..899f47569fcf4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.ta-IN.yaml new file mode 100644 index 0000000000000..6fa6fdd88fa88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..63c09ad409166 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +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/bs/153.0.1/Mozilla.Firefox.bs.yaml b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.yaml new file mode 100644 index 0000000000000..73f429109860b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/bs/153.0.1/Mozilla.Firefox.bs.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.bs +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.installer.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.installer.yaml new file mode 100644 index 0000000000000..a327e22919f6c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ca/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 13C953C19301F1B291BF6AE89AEB390116815D2B9ED4965A0A0DECC9A0A681EC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ca/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0B44DC131D0DE781B1938850D0869D8AFC353AF1159577C4FCD1EAE3B668DA26 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ca/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 8DF200D617ACF84FB094A3D69CF024EFAF472AD4FF0D795F43571E7ADB55BDF9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..219fdaef19246 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.da-DK.yaml new file mode 100644 index 0000000000000..1092b25615d46 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.de-DE.yaml new file mode 100644 index 0000000000000..8374ee88e35b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.el-GR.yaml new file mode 100644 index 0000000000000..61b08a1787aa6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.en-GB.yaml new file mode 100644 index 0000000000000..6bbca6764555f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.en-US.yaml new file mode 100644 index 0000000000000..932beb120126d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.es-MX.yaml new file mode 100644 index 0000000000000..cbe027fad524d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.fr-FR.yaml new file mode 100644 index 0000000000000..ae99ee928bc5d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ea8b81f79d827 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8b01db6c14820 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.nb-NO.yaml new file mode 100644 index 0000000000000..51439caf038c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.ru-RU.yaml new file mode 100644 index 0000000000000..a61e8d4215f68 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.ta-IN.yaml new file mode 100644 index 0000000000000..dfb256b2f6ce0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.locale.zh-CN.yaml new file mode 100644 index 0000000000000..2e3d6b6c18d4f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ca.yaml b/manifests/m/Mozilla/Firefox/ca/153.0.1/Mozilla.Firefox.ca.yaml new file mode 100644 index 0000000000000..4779a2a19e037 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ca/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.installer.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.installer.yaml new file mode 100644 index 0000000000000..ffc71e53f5348 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/cs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 300D33932A87D540381E31815F277EC28382187444EF5C9480FACAF55E09CA8A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/cs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 36D0750C767BD60DAEF548C6D7DCDFE18279786C0975E3CEC6407E9D8B28DE48 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/cs/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 5349415D4850768026781448DF5D0A9E8CB9FD09D4A61621DFDBB8AEEECE8ECF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..2d35e4d0c646d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.da-DK.yaml new file mode 100644 index 0000000000000..b8a8ae2ce3660 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.de-DE.yaml new file mode 100644 index 0000000000000..a50daabaa1470 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.el-GR.yaml new file mode 100644 index 0000000000000..ddb1813d65efc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.en-GB.yaml new file mode 100644 index 0000000000000..5c17f9715e73b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.en-US.yaml new file mode 100644 index 0000000000000..737402d44ddf0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.es-MX.yaml new file mode 100644 index 0000000000000..8f946f5a7913a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e93e5e17e8de9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e4fb4d669970f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f4292db6cc6f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c0aaf2875c9d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.ru-RU.yaml new file mode 100644 index 0000000000000..3c5e602699df5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.ta-IN.yaml new file mode 100644 index 0000000000000..d72c29772e847 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42a5675d4dd3d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.cs.yaml b/manifests/m/Mozilla/Firefox/cs/153.0.1/Mozilla.Firefox.cs.yaml new file mode 100644 index 0000000000000..6981d7429a0f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cs/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.installer.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.installer.yaml new file mode 100644 index 0000000000000..91e4115738134 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/cy/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A2165B4B2670564310F0A0A797F3E95C086F9AEE945D97B1CA5FB86F27D902F5 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/cy/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B13A6723EEE98857D11C64B8E3A9805E9C7E3D196A549594713277D6D931E753 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/cy/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 521C483D9B0B3B33E0839145B16DC0C6940C0C5688BC9FD0E3C4538765625341 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0f0e7b2e0932a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.da-DK.yaml new file mode 100644 index 0000000000000..02016ee5e8906 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.de-DE.yaml new file mode 100644 index 0000000000000..eb1d30302a066 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.el-GR.yaml new file mode 100644 index 0000000000000..0e2a619a9c988 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.en-GB.yaml new file mode 100644 index 0000000000000..5cb43c22213d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.en-US.yaml new file mode 100644 index 0000000000000..6715f892838e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.cy +PackageVersion: 153.0.1 +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 (cy) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.es-MX.yaml new file mode 100644 index 0000000000000..255362e4342fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.fr-FR.yaml new file mode 100644 index 0000000000000..56fdaf33d910d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.hu-HU.yaml new file mode 100644 index 0000000000000..53f81730ab13a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b01f64951f1a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1c716d54a5e63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.ru-RU.yaml new file mode 100644 index 0000000000000..e8d0b7ea2f395 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.ta-IN.yaml new file mode 100644 index 0000000000000..d6a3841db909c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76e9101478ace --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +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/cy/153.0.1/Mozilla.Firefox.cy.yaml b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.yaml new file mode 100644 index 0000000000000..035633ec6979d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/cy/153.0.1/Mozilla.Firefox.cy.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.cy +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.installer.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.installer.yaml new file mode 100644 index 0000000000000..818ee3b7914a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/da/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 09FC4A9B40AB8F1DD6FB6E279C1B077D398F63635EFC133F25DEAD8721D9BADE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/da/Firefox%20Setup%20153.0.1.exe + InstallerSha256: AF77AF86CFE1D7B0DEE24D50946A37D4F4FBAA7A1AD6F021D1DF49551F90DF42 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/da/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 9EC7EEE8B7E860324E82ED3121F27BCFF9E27D21C794118A32FBE47492EE04A7 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..aa0c57f186f3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.da-DK.yaml new file mode 100644 index 0000000000000..6bdd7bd3875e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.de-DE.yaml new file mode 100644 index 0000000000000..5a9aa94e76daa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.el-GR.yaml new file mode 100644 index 0000000000000..814f66acc7505 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.en-GB.yaml new file mode 100644 index 0000000000000..50d401f542483 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.en-US.yaml new file mode 100644 index 0000000000000..b99ce279701fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.es-MX.yaml new file mode 100644 index 0000000000000..9c58e36c84b72 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.fr-FR.yaml new file mode 100644 index 0000000000000..cf829930b6215 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e1aaf02eef269 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.ja-JP.yaml new file mode 100644 index 0000000000000..3ae6b87acfb47 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.nb-NO.yaml new file mode 100644 index 0000000000000..da5afe94247d1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.ru-RU.yaml new file mode 100644 index 0000000000000..b8b33dedaad04 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.ta-IN.yaml new file mode 100644 index 0000000000000..648a16224bd3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cb9db63835239 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.da.yaml b/manifests/m/Mozilla/Firefox/da/153.0.1/Mozilla.Firefox.da.yaml new file mode 100644 index 0000000000000..d546af459cafc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/da/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.installer.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.installer.yaml new file mode 100644 index 0000000000000..6623f95c66a76 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/de/Firefox%20Setup%20153.0.1.exe + InstallerSha256: DE2976A0373C59F453DA21C073078DEA71824FA81DCE4047C1E7D843DD79080F +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/de/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A33A5063E23D12A6925B89B5E4980CA1E3E006481C3B862B8175A0FAA77A8EC9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/de/Firefox%20Setup%20153.0.1.exe + InstallerSha256: DCC1743806E19D5DEB2A6BF228817D06C3FB33A971B7C198C62093DE83374A96 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0ddbc446bece2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.da-DK.yaml new file mode 100644 index 0000000000000..bae47a11a1641 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.de-DE.yaml new file mode 100644 index 0000000000000..9278989ebd292 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.el-GR.yaml new file mode 100644 index 0000000000000..a32b3fb2f0e0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.en-GB.yaml new file mode 100644 index 0000000000000..64778cf345ca8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.en-US.yaml new file mode 100644 index 0000000000000..aef50803d178f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.es-MX.yaml new file mode 100644 index 0000000000000..567c14bc39228 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.fr-FR.yaml new file mode 100644 index 0000000000000..fd56ce376ceda --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.hu-HU.yaml new file mode 100644 index 0000000000000..da517949db180 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.ja-JP.yaml new file mode 100644 index 0000000000000..22c0264d3fc5a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.nb-NO.yaml new file mode 100644 index 0000000000000..176647dbe5cfc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ef5832402e0fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e9fae94f26f0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.locale.zh-CN.yaml new file mode 100644 index 0000000000000..96242c7eac3d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.de.yaml b/manifests/m/Mozilla/Firefox/de/153.0.1/Mozilla.Firefox.de.yaml new file mode 100644 index 0000000000000..d29eedd52de44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/de/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.installer.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.installer.yaml new file mode 100644 index 0000000000000..1d043a6715268 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/dsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 63512B47CF05F1BBC4294B060DDC3AE7DD75485DB73FE084F7C6942575070BD4 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/dsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7AA787066C3D3827CC5BE5CFCD9CA534C7B8A6CAAC9C4393CAF06FE48F367CB3 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/dsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B8070D2D3055283887E230136D281CC77D1C36EB72EEE19AA96B5420CEB53380 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..10cffe2c61bf3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.da-DK.yaml new file mode 100644 index 0000000000000..bcaf9b4f41c5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.de-DE.yaml new file mode 100644 index 0000000000000..96a5be2033e88 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.el-GR.yaml new file mode 100644 index 0000000000000..c3ef0b21aa7e4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.en-GB.yaml new file mode 100644 index 0000000000000..8204c09d8c98b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.en-US.yaml new file mode 100644 index 0000000000000..7cd9726d0c62c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.es-MX.yaml new file mode 100644 index 0000000000000..de59b244101a1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.fr-FR.yaml new file mode 100644 index 0000000000000..f91552f067f74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.hu-HU.yaml new file mode 100644 index 0000000000000..304230005fd61 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.ja-JP.yaml new file mode 100644 index 0000000000000..f9e49ecb18bd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3267dd9ee1a38 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.ru-RU.yaml new file mode 100644 index 0000000000000..50555e69ff749 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.ta-IN.yaml new file mode 100644 index 0000000000000..59478db2ccf4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4dc8d8ac8224c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.dsb.yaml b/manifests/m/Mozilla/Firefox/dsb/153.0.1/Mozilla.Firefox.dsb.yaml new file mode 100644 index 0000000000000..b3ae4e848ed9f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/dsb/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.installer.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.installer.yaml new file mode 100644 index 0000000000000..19221da162f63 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/el/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 2D66D9BB6138CCB9E315BB76B398C45377F3E8EC20C91F2B16BAE58915624FE0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/el/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 156F5B664B709C2E55A4D511FA0287E2AB0F036536FE0D3B61633AFFC0066E2C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/el/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 1B6B65835EA39C909D4F530DD5C37540EDF4C256E6C0BACBAB8EFF257927F4FC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..586abec393162 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.da-DK.yaml new file mode 100644 index 0000000000000..ac8d8e831158c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.de-DE.yaml new file mode 100644 index 0000000000000..20b7ccf0154f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.el-GR.yaml new file mode 100644 index 0000000000000..b24965becfdca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.en-GB.yaml new file mode 100644 index 0000000000000..e64492abbab8c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.en-US.yaml new file mode 100644 index 0000000000000..c08097de7d7bc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.es-MX.yaml new file mode 100644 index 0000000000000..e8665d085ecb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7ca29ffbce392 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.hu-HU.yaml new file mode 100644 index 0000000000000..b02f5a0f117e6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.ja-JP.yaml new file mode 100644 index 0000000000000..751dca37b2c61 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c201de7250bff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.ru-RU.yaml new file mode 100644 index 0000000000000..978541f075eac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.ta-IN.yaml new file mode 100644 index 0000000000000..95afd8ea3a624 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c19553b5d8bbe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.el.yaml b/manifests/m/Mozilla/Firefox/el/153.0.1/Mozilla.Firefox.el.yaml new file mode 100644 index 0000000000000..9fb72feafdd89 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/el/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.installer.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.installer.yaml new file mode 100644 index 0000000000000..ec2f76c020e97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/en-CA/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B0BD1DBF09CF9B35317A8AFFC62F6D5D0097CF1C4C773593F18EFC151F1C85D2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/en-CA/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7211EF529752894593954EEA1E5D6C07A9DBBBBA0C2B319C8CCE2288E9098C60 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/en-CA/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F847565245E8518CD47B5BBD7A56B8C20D5AB0C30491AFCE56EA4493713B4C56 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..5e83777e1b45f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.da-DK.yaml new file mode 100644 index 0000000000000..007eea5ab66d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.de-DE.yaml new file mode 100644 index 0000000000000..bbf65820a6431 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.el-GR.yaml new file mode 100644 index 0000000000000..685d6723faa9a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.en-GB.yaml new file mode 100644 index 0000000000000..6de2f5abdd3f4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.en-US.yaml new file mode 100644 index 0000000000000..58a20ef793210 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.es-MX.yaml new file mode 100644 index 0000000000000..32fd1b2f94a94 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.fr-FR.yaml new file mode 100644 index 0000000000000..11039ee910f19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.hu-HU.yaml new file mode 100644 index 0000000000000..3766580d48c6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.ja-JP.yaml new file mode 100644 index 0000000000000..be0f49c3196e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.nb-NO.yaml new file mode 100644 index 0000000000000..35a8350ffc9c3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.ru-RU.yaml new file mode 100644 index 0000000000000..758ba72a2cc20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.ta-IN.yaml new file mode 100644 index 0000000000000..b94de24e2af13 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.locale.zh-CN.yaml new file mode 100644 index 0000000000000..0ef9f7beb290f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.en-CA.yaml b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/Mozilla.Firefox.en-CA.yaml new file mode 100644 index 0000000000000..b19e65953c91c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-CA/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.installer.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.installer.yaml new file mode 100644 index 0000000000000..83c615f383bb5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/en-GB/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7FE8B4CB98BC5283C7D65837E4ED0395717DD6CD9B249C42DB3E4C7AF351C1FB +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/en-GB/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 97CE6C9B1D5C96989646B26763DFE09BB5A559F4224655F914489BA7AD8F2523 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/en-GB/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F9CB397E39557567BCD92970F2E581F3D1FB11953D8466723E413EE015454162 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..daaf2a2909556 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.da-DK.yaml new file mode 100644 index 0000000000000..f30db8a3ecaa8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.de-DE.yaml new file mode 100644 index 0000000000000..4535a4a231ef6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.el-GR.yaml new file mode 100644 index 0000000000000..311e4d6262a5f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.en-GB.yaml new file mode 100644 index 0000000000000..76be24fdc0b60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.en-US.yaml new file mode 100644 index 0000000000000..14f9049856169 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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-GB +PackageVersion: 153.0.1 +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-GB) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.es-MX.yaml new file mode 100644 index 0000000000000..7d710880373d5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.fr-FR.yaml new file mode 100644 index 0000000000000..f2e82e4fa3cad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.hu-HU.yaml new file mode 100644 index 0000000000000..a2527162ec9e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d27a34d499e4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0f1ff08774495 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ru-RU.yaml new file mode 100644 index 0000000000000..0f76d35bb8e6a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ad511d0f0bedd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4f208869c64ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +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-GB/153.0.1/Mozilla.Firefox.en-GB.yaml b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.yaml new file mode 100644 index 0000000000000..ea8293bb269d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/en-GB/153.0.1/Mozilla.Firefox.en-GB.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-GB +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.installer.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.installer.yaml new file mode 100644 index 0000000000000..9b6688cbda43f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/es-CL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 4BDA2523C7DCB6FE3EE93E41180E16DD11ABC3CB5AE5C64FAF71B10596FB43C1 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/es-CL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A548968E29FBFEAD4344F24047E5FB601B06AF6CC6546BC259704C331D0B1365 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/es-CL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: C19D88C3FCF0ED6D41A59CFEC1C5F2380C78E0833877165287D71DD6F7DD687A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0fd1b34100952 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.da-DK.yaml new file mode 100644 index 0000000000000..16ea830306979 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.de-DE.yaml new file mode 100644 index 0000000000000..f2fa434dd0dce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.el-GR.yaml new file mode 100644 index 0000000000000..15a10e57d7c4e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.en-GB.yaml new file mode 100644 index 0000000000000..4c516c2aaddbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.en-US.yaml new file mode 100644 index 0000000000000..7bf9945269297 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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-CL +PackageVersion: 153.0.1 +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-CL) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.es-MX.yaml new file mode 100644 index 0000000000000..436883c676331 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.fr-FR.yaml new file mode 100644 index 0000000000000..b7b1c22c684e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.hu-HU.yaml new file mode 100644 index 0000000000000..b29bcb7f7be0f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0a20df9f6b8b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.nb-NO.yaml new file mode 100644 index 0000000000000..fa7aefd391c86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ru-RU.yaml new file mode 100644 index 0000000000000..6333ecf481954 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.ta-IN.yaml new file mode 100644 index 0000000000000..620d0420dda7d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c4a2b2212acee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +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-CL/153.0.1/Mozilla.Firefox.es-CL.yaml b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.yaml new file mode 100644 index 0000000000000..cab17efc4e92e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-CL/153.0.1/Mozilla.Firefox.es-CL.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-CL +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.installer.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.installer.yaml new file mode 100644 index 0000000000000..c0b2f03cb0db8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/es-ES/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 4DF63752F8E6E65E7ADE620985FA824EA6CA3763DDCDBDAC35FCB605F729D16D +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/es-ES/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 93A4C23DC739E04E49351BD595AC93F8EED235BFFCF130E0D03C4374F326A666 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/es-ES/Firefox%20Setup%20153.0.1.exe + InstallerSha256: BD941E4B6317D6E10A5A242837C60EB776C57CBA74DFF80177499CE79FBF00FA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..955e15f0e9c96 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.da-DK.yaml new file mode 100644 index 0000000000000..a09c2b837d98b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.de-DE.yaml new file mode 100644 index 0000000000000..a4de394fbf684 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.el-GR.yaml new file mode 100644 index 0000000000000..013511a2b4694 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.en-GB.yaml new file mode 100644 index 0000000000000..ef6c9609cdec5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.en-US.yaml new file mode 100644 index 0000000000000..266ffcd635275 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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-ES +PackageVersion: 153.0.1 +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-ES) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.es-MX.yaml new file mode 100644 index 0000000000000..9be90621bc799 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.fr-FR.yaml new file mode 100644 index 0000000000000..f835d6c22a3f5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1ac833f2aecca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ja-JP.yaml new file mode 100644 index 0000000000000..a14750f437c83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.nb-NO.yaml new file mode 100644 index 0000000000000..cb662687ad998 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ru-RU.yaml new file mode 100644 index 0000000000000..633260cfb4429 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.ta-IN.yaml new file mode 100644 index 0000000000000..b8726b664862d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42e0ba9d0a340 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +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-ES/153.0.1/Mozilla.Firefox.es-ES.yaml b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.yaml new file mode 100644 index 0000000000000..48e8c2b7c060a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-ES/153.0.1/Mozilla.Firefox.es-ES.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-ES +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.installer.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.installer.yaml new file mode 100644 index 0000000000000..ad651ab4ae1ff --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/es-MX/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A5A545985D1E079E1A52628AF195A9C58DCF474CB881515851F8F10ABA03ADD0 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/es-MX/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 53CE7B9E1F4FD079644797C140E2C5AF6BA0839A639AF3E18E0D980E2E257AF9 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/es-MX/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 69751368DB7464594853487F5237FB955F37413FBFB45B03184F6107D9B31F44 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..465749485b3af --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.da-DK.yaml new file mode 100644 index 0000000000000..803f1c5ac4464 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.de-DE.yaml new file mode 100644 index 0000000000000..a53d7578e0c7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.el-GR.yaml new file mode 100644 index 0000000000000..981189959ff29 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.en-GB.yaml new file mode 100644 index 0000000000000..1e50a3930a0c2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.en-US.yaml new file mode 100644 index 0000000000000..55ab045fa6eda --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.es-MX.yaml new file mode 100644 index 0000000000000..8cad97710df7f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.fr-FR.yaml new file mode 100644 index 0000000000000..0df29fa066c4a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.hu-HU.yaml new file mode 100644 index 0000000000000..c7af5c5b725a8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ec0f607271f75 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7b214e37a35de --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.ru-RU.yaml new file mode 100644 index 0000000000000..9640f8b3eb3aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.ta-IN.yaml new file mode 100644 index 0000000000000..536f79164631a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.locale.zh-CN.yaml new file mode 100644 index 0000000000000..1bc900e6a22a9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.es-MX.yaml b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/Mozilla.Firefox.es-MX.yaml new file mode 100644 index 0000000000000..b5004934bcdf9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/es-MX/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.installer.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.installer.yaml new file mode 100644 index 0000000000000..8578a15670252 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/et/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 247DAC8B0B35EE463E6C0F7EA75D79ACAEF43F66F94938595582C5DDC6BC8000 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/et/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 1585BAB71823B54D0B1EF99DA12202CF51204EC5F68A9A10F8B4A905B5461A08 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/et/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 4A64FF4FAF21DE225CED585276844B0BFA33F49FBA1A01697DCE48040FAED432 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..541ecce3ee502 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.da-DK.yaml new file mode 100644 index 0000000000000..ca79f4aa57584 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.de-DE.yaml new file mode 100644 index 0000000000000..c948d971c358c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.el-GR.yaml new file mode 100644 index 0000000000000..8c651caffbdd1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.en-GB.yaml new file mode 100644 index 0000000000000..d0936997a7eed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.en-US.yaml new file mode 100644 index 0000000000000..050beed0b8d23 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.et +PackageVersion: 153.0.1 +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 (et) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.es-MX.yaml new file mode 100644 index 0000000000000..09dacf25202b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.fr-FR.yaml new file mode 100644 index 0000000000000..d09e89ed380e5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.hu-HU.yaml new file mode 100644 index 0000000000000..9d02d2d6a5921 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.ja-JP.yaml new file mode 100644 index 0000000000000..35eb2a9b10210 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.nb-NO.yaml new file mode 100644 index 0000000000000..0a8159837312b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.ru-RU.yaml new file mode 100644 index 0000000000000..e438c93c00893 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.ta-IN.yaml new file mode 100644 index 0000000000000..d36da90f4326e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.locale.zh-CN.yaml new file mode 100644 index 0000000000000..243ec589a24cc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +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/et/153.0.1/Mozilla.Firefox.et.yaml b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.yaml new file mode 100644 index 0000000000000..1ddff745ae059 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/et/153.0.1/Mozilla.Firefox.et.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.et +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.installer.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.installer.yaml new file mode 100644 index 0000000000000..acd993af6d821 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/eu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 9B6A767C48E433170F9697CC51DB2A29B330C4F1A5B78955BE9D4B668F6FBAE2 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/eu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: EEB094A34B10FEF1C7E163586F3B62EBB082A8EB6348CA460CC9157A9E77E82E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/eu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7D0BDC3742BF2535B5D8D19408B5D7F24E6BDD34C391D665223F44ED22AFA70A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..e34ee6e05d9ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.da-DK.yaml new file mode 100644 index 0000000000000..d4cc1417b8f00 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.de-DE.yaml new file mode 100644 index 0000000000000..13ac6380324a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.el-GR.yaml new file mode 100644 index 0000000000000..a20d12f60f113 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.en-GB.yaml new file mode 100644 index 0000000000000..063047cff34c5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.en-US.yaml new file mode 100644 index 0000000000000..c76c882fb3849 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.es-MX.yaml new file mode 100644 index 0000000000000..b91c48d4dcc45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.fr-FR.yaml new file mode 100644 index 0000000000000..282376177180c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.hu-HU.yaml new file mode 100644 index 0000000000000..1605518e19766 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.ja-JP.yaml new file mode 100644 index 0000000000000..6d6c3a381efcd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.nb-NO.yaml new file mode 100644 index 0000000000000..61d2285075dfe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.ru-RU.yaml new file mode 100644 index 0000000000000..15ccc8d2e5fbb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.ta-IN.yaml new file mode 100644 index 0000000000000..f7f8088b89e10 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..7ecd8fd0fdabf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.eu.yaml b/manifests/m/Mozilla/Firefox/eu/153.0.1/Mozilla.Firefox.eu.yaml new file mode 100644 index 0000000000000..eae70860661e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/eu/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.installer.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.installer.yaml new file mode 100644 index 0000000000000..f3ded3cbc8a57 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/fa/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 5AFAEEBB65C727D396DA1D5978C2AFFE3B47D2ED1262D476F0545295647A9C88 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/fa/Firefox%20Setup%20153.0.1.exe + InstallerSha256: C3F6786563F59F2EA0A9B46FA95F129CF36566B7834D450378D6C39283C2C47E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/fa/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D646A5C38471A9E1E6A81437AB4FEEEF95F3C894427F378B35FB8638EFDA98E4 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..1ed102fa1aa41 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.da-DK.yaml new file mode 100644 index 0000000000000..d56fe40cd90d4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.de-DE.yaml new file mode 100644 index 0000000000000..718faac6ff8f8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.el-GR.yaml new file mode 100644 index 0000000000000..7e8e6ac59bc3e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.en-GB.yaml new file mode 100644 index 0000000000000..fec59bfe30f62 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.en-US.yaml new file mode 100644 index 0000000000000..cef66c5a1bb70 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fa +PackageVersion: 153.0.1 +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 (fa) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.es-MX.yaml new file mode 100644 index 0000000000000..51f0726791058 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.fr-FR.yaml new file mode 100644 index 0000000000000..7a560c0171d20 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.hu-HU.yaml new file mode 100644 index 0000000000000..824eefca02480 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b4fbf89a0f909 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.nb-NO.yaml new file mode 100644 index 0000000000000..4d49a31c863b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.ru-RU.yaml new file mode 100644 index 0000000000000..bdfb1f3776cc0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a03dbed69b990 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.locale.zh-CN.yaml new file mode 100644 index 0000000000000..14c85a539b45a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +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/fa/153.0.1/Mozilla.Firefox.fa.yaml b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.yaml new file mode 100644 index 0000000000000..96c88aec9183a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fa/153.0.1/Mozilla.Firefox.fa.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.fa +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.installer.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.installer.yaml new file mode 100644 index 0000000000000..b9e55ec8bcc05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ff/Firefox%20Setup%20153.0.1.exe + InstallerSha256: EDC905FBA0A11B315FAC458DC18880306E810F5CC6B8CC45412E0997152BBBBC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ff/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 28B689C6E654F07F1DD556EE4E2BD115A34778DE0BF650390F6442BA155A143D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ff/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 70C3BA82DBE079844A659F3F2533A936FA2576F8ABBF8C32640ABCA51693DFEA +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..fdeea2023dd81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.da-DK.yaml new file mode 100644 index 0000000000000..37488e3296cd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.de-DE.yaml new file mode 100644 index 0000000000000..b723a0195b12a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.el-GR.yaml new file mode 100644 index 0000000000000..309a6e09a1518 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.en-GB.yaml new file mode 100644 index 0000000000000..d7a5e93240a09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.en-US.yaml new file mode 100644 index 0000000000000..1355ffeebcca2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.es-MX.yaml new file mode 100644 index 0000000000000..a2a1a4498bd86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.fr-FR.yaml new file mode 100644 index 0000000000000..3253f22eef66b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.hu-HU.yaml new file mode 100644 index 0000000000000..407cdea48678f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.ja-JP.yaml new file mode 100644 index 0000000000000..0c74d03cf1086 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.nb-NO.yaml new file mode 100644 index 0000000000000..579bcca1c86d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.ru-RU.yaml new file mode 100644 index 0000000000000..dd3143afd2b49 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.ta-IN.yaml new file mode 100644 index 0000000000000..128ab346327dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.locale.zh-CN.yaml new file mode 100644 index 0000000000000..dbf6e768f4841 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ff.yaml b/manifests/m/Mozilla/Firefox/ff/153.0.1/Mozilla.Firefox.ff.yaml new file mode 100644 index 0000000000000..aa2c1964d2015 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ff/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.installer.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.installer.yaml new file mode 100644 index 0000000000000..001de363b23d6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/fi/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 6FAA581928231066859F963C13862D7B68DB854799BA9ED5EDB6A846FB1A0006 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/fi/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0D845E6D64AFDBFD38994BDF9F97D8E29D24FC4417656215953FEFA15CF452AF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/fi/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 1CEE013BCFE239BE8FF26BD0D38D4A7509B4F25A75FBE3B946EF5C004BA864CC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..8b9ba7cf6f93f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.da-DK.yaml new file mode 100644 index 0000000000000..3a9fa45cd23e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.de-DE.yaml new file mode 100644 index 0000000000000..3076586474084 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.el-GR.yaml new file mode 100644 index 0000000000000..1e8d6d8ec2e0b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.en-GB.yaml new file mode 100644 index 0000000000000..9a85f1be5d4b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.en-US.yaml new file mode 100644 index 0000000000000..430a97ae41c80 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.fi +PackageVersion: 153.0.1 +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 (fi) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.es-MX.yaml new file mode 100644 index 0000000000000..5e6ffb29263a0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c248335d9e130 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.hu-HU.yaml new file mode 100644 index 0000000000000..066e0dd053a05 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.ja-JP.yaml new file mode 100644 index 0000000000000..7c8988b3eba44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.nb-NO.yaml new file mode 100644 index 0000000000000..cf26187ab8275 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f5aef9a7d6fc5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.ta-IN.yaml new file mode 100644 index 0000000000000..4e0c236e854cd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ed395152d8628 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +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/fi/153.0.1/Mozilla.Firefox.fi.yaml b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.yaml new file mode 100644 index 0000000000000..3129e2fcd17ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fi/153.0.1/Mozilla.Firefox.fi.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.fi +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.installer.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.installer.yaml new file mode 100644 index 0000000000000..e6bae246d115c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/fur/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B3B3AE98853600B4CB72BF483F440D67604D8A6E5C30037E0E518CB630934E47 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/fur/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0E665286AFBE03FA9A5F3E0504C9C83E83BED05692F55E56788E2733F8EBDAA8 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/fur/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 03F2A99EE1896B06C2B83060547C48F0B0F036D429F14DE57547EEEDA100B540 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3554b97cbfb7b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.da-DK.yaml new file mode 100644 index 0000000000000..10b56a70f1f79 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.de-DE.yaml new file mode 100644 index 0000000000000..76174a9b65180 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.el-GR.yaml new file mode 100644 index 0000000000000..327eb9992066c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.en-GB.yaml new file mode 100644 index 0000000000000..c279f2c67c976 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.en-US.yaml new file mode 100644 index 0000000000000..575e63032e9ef --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.es-MX.yaml new file mode 100644 index 0000000000000..bbbac341d2d60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.fr-FR.yaml new file mode 100644 index 0000000000000..05b2e4d0181ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.hu-HU.yaml new file mode 100644 index 0000000000000..c9c0f00c366dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.ja-JP.yaml new file mode 100644 index 0000000000000..4e8b70f5e2605 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2eee4a2d23417 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.ru-RU.yaml new file mode 100644 index 0000000000000..ce1afe4aab3b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.ta-IN.yaml new file mode 100644 index 0000000000000..47ebdfb0a134f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ff56253d6ed1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fur.yaml b/manifests/m/Mozilla/Firefox/fur/153.0.1/Mozilla.Firefox.fur.yaml new file mode 100644 index 0000000000000..36ed5b12a4346 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fur/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.installer.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.installer.yaml new file mode 100644 index 0000000000000..0f99c9dcd2e86 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/fy-NL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 365F128B76AD24BF0B6ACAD30D33DD095E5B422B5BBE6753F0DB0841FA7F6265 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/fy-NL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 27C4EEA1FB7DFAC3F6353A87D5BFDC6FF32D1DBA37CA8CB917F29E9E66E83D82 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/fy-NL/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B472C115F246FB998927FF37927238C8F577936A570DD7FF39CA36A3E0CA759E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..c117dd615b730 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.da-DK.yaml new file mode 100644 index 0000000000000..265ee2d37ba83 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.de-DE.yaml new file mode 100644 index 0000000000000..c06fa5d4cabb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.el-GR.yaml new file mode 100644 index 0000000000000..f241a40ebb490 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.en-GB.yaml new file mode 100644 index 0000000000000..3d44b0e4a8584 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.en-US.yaml new file mode 100644 index 0000000000000..2344b4ac997c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.es-MX.yaml new file mode 100644 index 0000000000000..d860a12a1b196 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.fr-FR.yaml new file mode 100644 index 0000000000000..96e870af0d5aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.hu-HU.yaml new file mode 100644 index 0000000000000..4e24b49122c45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.ja-JP.yaml new file mode 100644 index 0000000000000..6e79a81315f3f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.nb-NO.yaml new file mode 100644 index 0000000000000..311614f022984 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.ru-RU.yaml new file mode 100644 index 0000000000000..2f77d47426991 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.ta-IN.yaml new file mode 100644 index 0000000000000..adc7a23241dcb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3275d25884446 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.fy-NL.yaml b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/Mozilla.Firefox.fy-NL.yaml new file mode 100644 index 0000000000000..f9a5e364fb22d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/fy-NL/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.installer.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.installer.yaml new file mode 100644 index 0000000000000..dc28cfe7da433 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/gd/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 4918AF3C7342803CAF3982B8542D0557E5F6EC9400E527AC7593BC84A08F22AA +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/gd/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0F189BBCD65C968E1F535F7268ABF1FFEF9279FB3648021849C308DD7229D38D +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/gd/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 8D9CEBA01F4DDD9974E86D95CA9F98551F6716C971E8104E0560739598810281 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..529a4084eb9ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.da-DK.yaml new file mode 100644 index 0000000000000..8be84e771f98b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.de-DE.yaml new file mode 100644 index 0000000000000..2180de3139b71 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.el-GR.yaml new file mode 100644 index 0000000000000..b4ef5d42052ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.en-GB.yaml new file mode 100644 index 0000000000000..22e97c9e868f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.en-US.yaml new file mode 100644 index 0000000000000..eade23eb430a4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.es-MX.yaml new file mode 100644 index 0000000000000..ea1ccab1a0f40 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.fr-FR.yaml new file mode 100644 index 0000000000000..e5d47ceb6dfd1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.hu-HU.yaml new file mode 100644 index 0000000000000..a9cd05138a875 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.ja-JP.yaml new file mode 100644 index 0000000000000..80212f8b6290a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.nb-NO.yaml new file mode 100644 index 0000000000000..5cd419c79d5ee --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.ru-RU.yaml new file mode 100644 index 0000000000000..4d9e5d35d5a60 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.ta-IN.yaml new file mode 100644 index 0000000000000..baad67501e75c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.locale.zh-CN.yaml new file mode 100644 index 0000000000000..af268bd3e9104 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gd.yaml b/manifests/m/Mozilla/Firefox/gd/153.0.1/Mozilla.Firefox.gd.yaml new file mode 100644 index 0000000000000..4af2b297855ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gd/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.installer.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.installer.yaml new file mode 100644 index 0000000000000..8399ad2dd7a44 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/gl/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D70314655F7BF751FF1DE52E45CE1DCE169F47C6331BE551FA7C3B67D1066184 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/gl/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 2F5E614A688519EEC96F6846C9F0611B539D1114D3F797F822667A60EE256A15 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/gl/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0C00681265830022A7A89451BD342486C54BA2F240F609BB2FFA6E3410FFCECC +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..d2ac1b84554e0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.da-DK.yaml new file mode 100644 index 0000000000000..90c6ae3d5aaad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.de-DE.yaml new file mode 100644 index 0000000000000..afbac62751574 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.el-GR.yaml new file mode 100644 index 0000000000000..d2840b78d6fd6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.en-GB.yaml new file mode 100644 index 0000000000000..3250199b75478 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.en-US.yaml new file mode 100644 index 0000000000000..3bff71ef42147 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.es-MX.yaml new file mode 100644 index 0000000000000..9210eb7d1d078 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.fr-FR.yaml new file mode 100644 index 0000000000000..80e1fb03f805d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.hu-HU.yaml new file mode 100644 index 0000000000000..ff3e5a52140c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.ja-JP.yaml new file mode 100644 index 0000000000000..08b44d6e7bbae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.nb-NO.yaml new file mode 100644 index 0000000000000..7bdd6e4fc991a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.ru-RU.yaml new file mode 100644 index 0000000000000..1c9e4bba840f9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.ta-IN.yaml new file mode 100644 index 0000000000000..ffb5ac9032994 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c95490582c6f3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.gl.yaml b/manifests/m/Mozilla/Firefox/gl/153.0.1/Mozilla.Firefox.gl.yaml new file mode 100644 index 0000000000000..4b60d35e4e383 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gl/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.installer.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.installer.yaml new file mode 100644 index 0000000000000..3b80b24396a30 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/gn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 3C6F927C3AF391DC946796314DA23A3968106DD1DC30502A539E6CC20C8C908B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/gn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7B993CED5876875FF75B78DEE13417FC3EABA01F13472F569A84A8CA72DCA582 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/gn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 3A8F26602F163576808BBE14CA0CBCC3D00D5D3EAA952944AE229C4751A7E6C5 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..42797f8403e85 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.da-DK.yaml new file mode 100644 index 0000000000000..7ed2db30b4a6e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.de-DE.yaml new file mode 100644 index 0000000000000..d5c33be75b824 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.el-GR.yaml new file mode 100644 index 0000000000000..21166a344c98c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.en-GB.yaml new file mode 100644 index 0000000000000..83118623dc1f1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.en-US.yaml new file mode 100644 index 0000000000000..aee120e24a9b7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gn +PackageVersion: 153.0.1 +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 (gn) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.es-MX.yaml new file mode 100644 index 0000000000000..cf3aaf10d7e19 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..a55edec87023b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..9317fe78625fe --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8682b04b86fb2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..a1e8ff890b95a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..14235378465b8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..b7a0a362aead6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..c5c84e7478a43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +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/gn/153.0.1/Mozilla.Firefox.gn.yaml b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.yaml new file mode 100644 index 0000000000000..4a8f6d28a9675 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gn/153.0.1/Mozilla.Firefox.gn.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.gn +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.installer.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.installer.yaml new file mode 100644 index 0000000000000..acf9726919ea3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/gu-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 67975929755DFBEFD15EFE978BF3A3CC3EE69765B100F03BD7FD5E47BDB73792 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/gu-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F8560B1E93AB24F060550DD27AEFDE4880623B713DA273F0661747DD16EF87F0 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/gu-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: F6291DFC4D26E05291100C3519AB1B591ED95A38AD521A4DE2CDC6EFB3A28ECF +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..0843e862394d7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.da-DK.yaml new file mode 100644 index 0000000000000..bae3e3e0f902d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.de-DE.yaml new file mode 100644 index 0000000000000..51bf8efbd1fb7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.el-GR.yaml new file mode 100644 index 0000000000000..f505325328cc8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.en-GB.yaml new file mode 100644 index 0000000000000..3dba62b2b8a09 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.en-US.yaml new file mode 100644 index 0000000000000..c0d00cc5741ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.gu-IN +PackageVersion: 153.0.1 +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 (gu-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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.es-MX.yaml new file mode 100644 index 0000000000000..65934d5c37393 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.fr-FR.yaml new file mode 100644 index 0000000000000..1578e9fa3791a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.hu-HU.yaml new file mode 100644 index 0000000000000..26ee1a2b45d27 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ja-JP.yaml new file mode 100644 index 0000000000000..42433ee83102d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.nb-NO.yaml new file mode 100644 index 0000000000000..b966e35da255f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ru-RU.yaml new file mode 100644 index 0000000000000..b55a533e510c7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.ta-IN.yaml new file mode 100644 index 0000000000000..8d0ab417041ed --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..399d2fd70fef0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +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/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.yaml b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-IN.yaml new file mode 100644 index 0000000000000..f90a5cb1ab387 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/gu-IN/153.0.1/Mozilla.Firefox.gu-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.gu-IN +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.installer.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.installer.yaml new file mode 100644 index 0000000000000..0a39852fdadcd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/he/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B2D0200721C3D324C79100504FA1DE13FC6547834EF0F42627BA7B5C0B5C1264 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/he/Firefox%20Setup%20153.0.1.exe + InstallerSha256: DECFCE184CF72E1CB777FE7E9027027C863449024BB9FD6CCCA4B90C2EABF95A +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/he/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 6750D30DA82FDCABE9DE79907803A432BAC36A2CF545992ED40B17AE8F0A88F6 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..81948ceb65518 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.da-DK.yaml new file mode 100644 index 0000000000000..32153f3db48e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.de-DE.yaml new file mode 100644 index 0000000000000..d966737ae56d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.el-GR.yaml new file mode 100644 index 0000000000000..1dfc89051962f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.en-GB.yaml new file mode 100644 index 0000000000000..fd373b8da26d3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.en-US.yaml new file mode 100644 index 0000000000000..75cc181032934 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.es-MX.yaml new file mode 100644 index 0000000000000..4799ed0e06177 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.fr-FR.yaml new file mode 100644 index 0000000000000..3142d4b599a81 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.hu-HU.yaml new file mode 100644 index 0000000000000..7518593a2e8cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.ja-JP.yaml new file mode 100644 index 0000000000000..dfe35d2a60a59 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c3043642c9626 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f77c409c17a55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.ta-IN.yaml new file mode 100644 index 0000000000000..19086af174b45 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.locale.zh-CN.yaml new file mode 100644 index 0000000000000..cb86fd79c7066 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.he.yaml b/manifests/m/Mozilla/Firefox/he/153.0.1/Mozilla.Firefox.he.yaml new file mode 100644 index 0000000000000..d498ded370ed2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/he/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.installer.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.installer.yaml new file mode 100644 index 0000000000000..118fde82d5800 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/hi-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0B7CE92C50A181738EA566E71ED2FF9D45A95BC84A0BD22E4C6E083A74F547FC +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/hi-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A87A647C17D3008D898F580CEA4087BABAFD7A040A8D94A81021C6D9C2966909 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/hi-IN/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 98949980BFA25E6EC6AB0E626E10CBF352D311A1E4787564B4E1F2E890983F6D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..8aa5dc953a259 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.da-DK.yaml new file mode 100644 index 0000000000000..b1107e56732d2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.de-DE.yaml new file mode 100644 index 0000000000000..cba293d1438fd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.el-GR.yaml new file mode 100644 index 0000000000000..43d6e99a01877 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.en-GB.yaml new file mode 100644 index 0000000000000..7c4e3f22f2f43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.en-US.yaml new file mode 100644 index 0000000000000..011f5f400f127 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.es-MX.yaml new file mode 100644 index 0000000000000..7c02d3a32158c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.fr-FR.yaml new file mode 100644 index 0000000000000..fd7b05fa61859 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.hu-HU.yaml new file mode 100644 index 0000000000000..98705d564b56c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.ja-JP.yaml new file mode 100644 index 0000000000000..d38d8f7415618 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1ba1346199a95 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.ru-RU.yaml new file mode 100644 index 0000000000000..7923eb591a362 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.ta-IN.yaml new file mode 100644 index 0000000000000..fb0045f3f0f36 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.locale.zh-CN.yaml new file mode 100644 index 0000000000000..d14ec23dea8a2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hi-IN.yaml b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/Mozilla.Firefox.hi-IN.yaml new file mode 100644 index 0000000000000..8b58b76995db6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hi-IN/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.installer.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.installer.yaml new file mode 100644 index 0000000000000..7ae40a605f21c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/hr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: C8EB0F21098384D855863503B3C51EE085CC87FB793747ACF5300616C695B6A9 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/hr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 521CDD994DB5FF88AE0DF9A282A5220AE05EB7998158430394714CEEC9C3A3B4 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/hr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 8472A742B5A9D0BD27CE62DB940A41CF1D0DC06013A47510C6EEA4CB94228E8A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..3966758823b0d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.da-DK.yaml new file mode 100644 index 0000000000000..02bcccf20a582 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.de-DE.yaml new file mode 100644 index 0000000000000..967181b8ae054 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.el-GR.yaml new file mode 100644 index 0000000000000..c137355afb82c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.en-GB.yaml new file mode 100644 index 0000000000000..5e638132b1183 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.en-US.yaml new file mode 100644 index 0000000000000..603130e89e8ae --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.es-MX.yaml new file mode 100644 index 0000000000000..7eea3549ed229 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.fr-FR.yaml new file mode 100644 index 0000000000000..4da590f4ee7ad --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.hu-HU.yaml new file mode 100644 index 0000000000000..5e1e1b1477e43 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.ja-JP.yaml new file mode 100644 index 0000000000000..8672717053602 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.nb-NO.yaml new file mode 100644 index 0000000000000..3c0b5e0380496 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.ru-RU.yaml new file mode 100644 index 0000000000000..dd1a28f17b5b5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.ta-IN.yaml new file mode 100644 index 0000000000000..8f18cbd7f14e3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..ada8b9618340a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hr.yaml b/manifests/m/Mozilla/Firefox/hr/153.0.1/Mozilla.Firefox.hr.yaml new file mode 100644 index 0000000000000..d51fbe60a3601 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hr/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.installer.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.installer.yaml new file mode 100644 index 0000000000000..d9a76542eb89f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/hsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 734F38F24DC3818E2CCF3D3D1DBAF2F061D692292407AFB1E7D0BB84C468F6AF +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/hsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 676DF639B6C022E6A0EB4A344E5A17147DCD67684B1723904634C9F3276F3570 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/hsb/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D2D8E27F1CFC8AEB7D18664BE75F148CDA0A4B63CBB75580D2C4CF8213FE1D43 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..14640e0ea15b3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.da-DK.yaml new file mode 100644 index 0000000000000..bd7207d9f128c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.de-DE.yaml new file mode 100644 index 0000000000000..1aa182f1437ca --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.el-GR.yaml new file mode 100644 index 0000000000000..d3b20df6522e9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.en-GB.yaml new file mode 100644 index 0000000000000..5101ec826c633 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.en-US.yaml new file mode 100644 index 0000000000000..d762cbea48758 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.hsb +PackageVersion: 153.0.1 +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 (hsb) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.es-MX.yaml new file mode 100644 index 0000000000000..48c9b96d54481 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.fr-FR.yaml new file mode 100644 index 0000000000000..1827c022d13c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.hu-HU.yaml new file mode 100644 index 0000000000000..add595451a450 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ja-JP.yaml new file mode 100644 index 0000000000000..b9873ff3440db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.nb-NO.yaml new file mode 100644 index 0000000000000..bf7eab56405dd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ru-RU.yaml new file mode 100644 index 0000000000000..e0275e406d7a5 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.ta-IN.yaml new file mode 100644 index 0000000000000..59b514bcdbedd --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.locale.zh-CN.yaml new file mode 100644 index 0000000000000..42f20bc2c60ce --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +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/hsb/153.0.1/Mozilla.Firefox.hsb.yaml b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.yaml new file mode 100644 index 0000000000000..a0ae82e264e6f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hsb/153.0.1/Mozilla.Firefox.hsb.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.hsb +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.installer.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.installer.yaml new file mode 100644 index 0000000000000..654f2b6c6027e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/hu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: ED403003BBE97AAAB949FF1638C4BBED1AF79E04030972B8C27238A2C996025A +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/hu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 681227F582B289B428887586D8041F32598341E258B647DD420CC4C46DA003CF +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/hu/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 5FCBA9C8D0A4799C45D12D6811D500EEB355D2A8E36C9C080BF1860279EE7E4A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..fc5f5f6acad52 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.da-DK.yaml new file mode 100644 index 0000000000000..23718d988feba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.de-DE.yaml new file mode 100644 index 0000000000000..b99cb3e837000 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.el-GR.yaml new file mode 100644 index 0000000000000..6a3fb42fe2730 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.en-GB.yaml new file mode 100644 index 0000000000000..3fcca81dfa328 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.en-US.yaml new file mode 100644 index 0000000000000..71c37b2fee281 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.es-MX.yaml new file mode 100644 index 0000000000000..fa5fb1935020b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.fr-FR.yaml new file mode 100644 index 0000000000000..2654880976704 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.hu-HU.yaml new file mode 100644 index 0000000000000..6dbb3849394ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.ja-JP.yaml new file mode 100644 index 0000000000000..36d7fdd7b70db --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.nb-NO.yaml new file mode 100644 index 0000000000000..cae5479ea0209 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.ru-RU.yaml new file mode 100644 index 0000000000000..7199bb89cec9e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.ta-IN.yaml new file mode 100644 index 0000000000000..98e6084f20ee1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.locale.zh-CN.yaml new file mode 100644 index 0000000000000..4bb1e0b2902df --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.hu.yaml b/manifests/m/Mozilla/Firefox/hu/153.0.1/Mozilla.Firefox.hu.yaml new file mode 100644 index 0000000000000..b70bec6985734 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/hu/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.installer.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.installer.yaml new file mode 100644 index 0000000000000..7bd2f3b4133f6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ia/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 6C86EC32416F0AAE375EEC4A61D29C0AB306C298A53A1423C540D24F23FA121B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ia/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7ED205596E58B9040312380A948F04D43EEB5DF9C4E6B3496CA5E74AD6CE170C +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ia/Firefox%20Setup%20153.0.1.exe + InstallerSha256: C44E8C0C231E581CD757693BB0D445DD67A34992AD484CA449D9276ED9843D05 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..bc8cfea873286 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.da-DK.yaml new file mode 100644 index 0000000000000..f68a5cee4e15c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.de-DE.yaml new file mode 100644 index 0000000000000..b5bc30cec6213 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.el-GR.yaml new file mode 100644 index 0000000000000..5b38f4a5f5e6e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.en-GB.yaml new file mode 100644 index 0000000000000..802c190e7a4cf --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.en-US.yaml new file mode 100644 index 0000000000000..8f900b4513452 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ia +PackageVersion: 153.0.1 +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 (ia) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.es-MX.yaml new file mode 100644 index 0000000000000..1143b460f76d8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.fr-FR.yaml new file mode 100644 index 0000000000000..edeb15736a1e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f2c0def59eb74 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.ja-JP.yaml new file mode 100644 index 0000000000000..7902863c5a88e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.nb-NO.yaml new file mode 100644 index 0000000000000..2493e5ae6ed84 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.ru-RU.yaml new file mode 100644 index 0000000000000..52bb292cd6bd2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e3b3718026b08 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.locale.zh-CN.yaml new file mode 100644 index 0000000000000..a14203561f44b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +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/ia/153.0.1/Mozilla.Firefox.ia.yaml b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.yaml new file mode 100644 index 0000000000000..8f12e6d34d029 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ia/153.0.1/Mozilla.Firefox.ia.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.ia +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.installer.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.installer.yaml new file mode 100644 index 0000000000000..32b9a77900e78 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/is/Firefox%20Setup%20153.0.1.exe + InstallerSha256: A2DC4CFD26A57D99686C6765C2CE6E490A4F71E4D249123BE2BD4466BE039DF3 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/is/Firefox%20Setup%20153.0.1.exe + InstallerSha256: DCDC99B633F53F28C306DA4DB583B69AF278B6A6812C66C287B7CE7AEB777434 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/is/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 3639C05CBA28307314301BE37799C228534C3AC806EEE4ADA97F59365DFF827A +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..ae9e9741a3316 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.da-DK.yaml new file mode 100644 index 0000000000000..e3b38751d3475 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.de-DE.yaml new file mode 100644 index 0000000000000..6225f3e87b6fc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.el-GR.yaml new file mode 100644 index 0000000000000..f9196372505fb --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.en-GB.yaml new file mode 100644 index 0000000000000..5d71ac0f40477 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.en-US.yaml new file mode 100644 index 0000000000000..5c83d66a4aa16 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.es-MX.yaml new file mode 100644 index 0000000000000..26fbd3a6b8116 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.fr-FR.yaml new file mode 100644 index 0000000000000..9e796a2f10624 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.hu-HU.yaml new file mode 100644 index 0000000000000..699ed85b84a6b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.ja-JP.yaml new file mode 100644 index 0000000000000..874ee284045c9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c60ca66a3f6f0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.ru-RU.yaml new file mode 100644 index 0000000000000..5638ad91665a6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.ta-IN.yaml new file mode 100644 index 0000000000000..c4c506f6aead4 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.locale.zh-CN.yaml new file mode 100644 index 0000000000000..eeab2d42031b2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.is.yaml b/manifests/m/Mozilla/Firefox/is/153.0.1/Mozilla.Firefox.is.yaml new file mode 100644 index 0000000000000..63e75592ff2d0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/is/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.installer.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.installer.yaml new file mode 100644 index 0000000000000..85dd9d1141f64 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/kn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 17D5E6EA83D14A30F9D6B564D5B501B2954FC3054D5284FD26CC266A0C736671 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/kn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 516865D72795D367AC4C245AF3B77DBDBFC73D1B07660E9951E3ED8FE302FB8E +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/kn/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 52B63973864ADBF4FF688389075003D66A5BD1BBE646C3F2E36BA3CB79B24F11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..92ed9de9e9c0c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.da-DK.yaml new file mode 100644 index 0000000000000..eb9dec1ee141d --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.de-DE.yaml new file mode 100644 index 0000000000000..2205604c1dd57 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.el-GR.yaml new file mode 100644 index 0000000000000..f5776c3c7f747 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.en-GB.yaml new file mode 100644 index 0000000000000..f204c172d1209 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.en-US.yaml new file mode 100644 index 0000000000000..cb9ffde041bd3 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.es-MX.yaml new file mode 100644 index 0000000000000..807b8ebfdebb1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.fr-FR.yaml new file mode 100644 index 0000000000000..c901a98e975c0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.hu-HU.yaml new file mode 100644 index 0000000000000..a715ccd5025e1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.ja-JP.yaml new file mode 100644 index 0000000000000..19f4b4477b99b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e9f80c542c2aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.ru-RU.yaml new file mode 100644 index 0000000000000..dfbd88d421fe7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.ta-IN.yaml new file mode 100644 index 0000000000000..2b5ee528e1111 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.locale.zh-CN.yaml new file mode 100644 index 0000000000000..b17432450ae91 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.kn.yaml b/manifests/m/Mozilla/Firefox/kn/153.0.1/Mozilla.Firefox.kn.yaml new file mode 100644 index 0000000000000..385710c43f8e8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/kn/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.installer.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.installer.yaml new file mode 100644 index 0000000000000..d5aeff636648e --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ko/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0528163789EA38EBB30490FA95F2B0A2CCDE86D0E33EC40E75E9BFE4355D1EAE +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ko/Firefox%20Setup%20153.0.1.exe + InstallerSha256: B387571FD58A28020BE9386B87AAAB5CB2C579D99FC28D91B08B7D350BC4E488 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ko/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7418558FBC3880C8C5C8B63757EE2BC95C6A0ACE79E5F2D94F65A34025CEE573 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..bd5b6753b9e1a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.da-DK.yaml new file mode 100644 index 0000000000000..d69d9e9271a39 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.de-DE.yaml new file mode 100644 index 0000000000000..4090accff4df6 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.el-GR.yaml new file mode 100644 index 0000000000000..5fa9c08a3bc51 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.en-GB.yaml new file mode 100644 index 0000000000000..7a6dd7fd6aea7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.en-US.yaml new file mode 100644 index 0000000000000..b339c723bff8f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.en-US.yaml @@ -0,0 +1,50 @@ +# 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: 153.0.1 +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.es-MX.yaml new file mode 100644 index 0000000000000..551deae124027 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.fr-FR.yaml new file mode 100644 index 0000000000000..284de7afc1df1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.hu-HU.yaml new file mode 100644 index 0000000000000..e7d1f6012db56 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.ja-JP.yaml new file mode 100644 index 0000000000000..5432891cc011b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.nb-NO.yaml new file mode 100644 index 0000000000000..e4db08634612f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.ru-RU.yaml new file mode 100644 index 0000000000000..f7c09744e0788 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.ta-IN.yaml new file mode 100644 index 0000000000000..e39a34fbb756c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.locale.zh-CN.yaml new file mode 100644 index 0000000000000..10adf11394c8b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +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/153.0.1/Mozilla.Firefox.ko.yaml b/manifests/m/Mozilla/Firefox/ko/153.0.1/Mozilla.Firefox.ko.yaml new file mode 100644 index 0000000000000..21cd07f196d21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ko/153.0.1/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: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.installer.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.installer.yaml new file mode 100644 index 0000000000000..440c6fa78788a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/mk/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 9D6A1B67462C6E46C4C0DF1BB48EEF10F451B4BB7D726852B167E073C69BAB6B +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/mk/Firefox%20Setup%20153.0.1.exe + InstallerSha256: D8D31CA36A2A79CD198C82C02E90368857285163DF539B9785E35D2F1F2DE172 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/mk/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 61F19659EFC55D41459004A5FC0CE077A213E5D3805EF52E9D5C55F64BB2A12B +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..a2256366e4948 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.da-DK.yaml new file mode 100644 index 0000000000000..bb42b47390bb9 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.de-DE.yaml new file mode 100644 index 0000000000000..ebf044fbf2c21 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.el-GR.yaml new file mode 100644 index 0000000000000..992c38a2f5e2f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.en-GB.yaml new file mode 100644 index 0000000000000..ec886d00f87ea --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.en-US.yaml new file mode 100644 index 0000000000000..7465146114e77 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mk +PackageVersion: 153.0.1 +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 (mk) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.es-MX.yaml new file mode 100644 index 0000000000000..88bd2d50866f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.fr-FR.yaml new file mode 100644 index 0000000000000..d6c074edfd547 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.hu-HU.yaml new file mode 100644 index 0000000000000..64941c35dc232 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.ja-JP.yaml new file mode 100644 index 0000000000000..62bc259f9225a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.nb-NO.yaml new file mode 100644 index 0000000000000..c1fd15ca40e5b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.ru-RU.yaml new file mode 100644 index 0000000000000..31ec2bd2b137a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.ta-IN.yaml new file mode 100644 index 0000000000000..eaf7c615d23aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.locale.zh-CN.yaml new file mode 100644 index 0000000000000..76b10584bbfbc --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +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/mk/153.0.1/Mozilla.Firefox.mk.yaml b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.yaml new file mode 100644 index 0000000000000..a1b4f5cb5e65a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mk/153.0.1/Mozilla.Firefox.mk.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.mk +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.installer.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.installer.yaml new file mode 100644 index 0000000000000..fd6e05f92a006 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/mr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 93160E85775F143550F1E5733953C86BEDDAD17A5F1382DDE964845C7A51EF96 +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/mr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 7D95FAC67353AF5DA9C69DAB9C0A35E74C21BB92C83F42A15BCF583048453228 +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/mr/Firefox%20Setup%20153.0.1.exe + InstallerSha256: E8FE9A8F10476A5BBCB31FD4E87E22C5B6BEAF6AF3C754AF7272031D5A638273 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..4be6b5099002c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.da-DK.yaml new file mode 100644 index 0000000000000..082f10d9cec3c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.de-DE.yaml new file mode 100644 index 0000000000000..9d2b3e47e10aa --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.el-GR.yaml new file mode 100644 index 0000000000000..fa719105d10e2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.en-GB.yaml new file mode 100644 index 0000000000000..e7579e62869c8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.en-US.yaml new file mode 100644 index 0000000000000..f8c7b07926ef8 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.mr +PackageVersion: 153.0.1 +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 (mr) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.es-MX.yaml new file mode 100644 index 0000000000000..ad12f84685dba --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.fr-FR.yaml new file mode 100644 index 0000000000000..86e549eafe47b --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.hu-HU.yaml new file mode 100644 index 0000000000000..f01a6d0e51dd7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ca7602788017f --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.nb-NO.yaml new file mode 100644 index 0000000000000..ba4685a654711 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.ru-RU.yaml new file mode 100644 index 0000000000000..be1c7635af541 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.ta-IN.yaml new file mode 100644 index 0000000000000..a9714642dbc22 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.locale.zh-CN.yaml new file mode 100644 index 0000000000000..5a5c48fc8408a --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +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/mr/153.0.1/Mozilla.Firefox.mr.yaml b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.yaml new file mode 100644 index 0000000000000..adf46392d5783 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/mr/153.0.1/Mozilla.Firefox.mr.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.mr +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.installer.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.installer.yaml new file mode 100644 index 0000000000000..7df15bf1d0165 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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-07-28 +Installers: +- Architecture: x86 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win32/ms/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 99053485FD4CE6FD3C8734AE895B2B0DE12DB388A20696018B1BD12FE6C3D8BD +- Architecture: x64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64/ms/Firefox%20Setup%20153.0.1.exe + InstallerSha256: 0E3B519CD0E05FAA6844611576D49C4369D219FC777B2BB39283BD899A0269FE +- Architecture: arm64 + InstallerUrl: https://download-installer.cdn.mozilla.net/pub/firefox/releases/153.0.1/win64-aarch64/ms/Firefox%20Setup%20153.0.1.exe + InstallerSha256: E1C8C9B69DF1F515BACFBB3BA7AF7934FE4BD9C7C39966BE0AED8BAEB3AE3D2E +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.cs-CZ.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.cs-CZ.yaml new file mode 100644 index 0000000000000..6603005510db2 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.da-DK.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.da-DK.yaml new file mode 100644 index 0000000000000..7401e7cd45ce0 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.de-DE.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.de-DE.yaml new file mode 100644 index 0000000000000..59f467523e4ab --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.el-GR.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.el-GR.yaml new file mode 100644 index 0000000000000..c15f74a393ded --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.en-GB.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.en-GB.yaml new file mode 100644 index 0000000000000..825a9d7079189 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.en-US.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.en-US.yaml new file mode 100644 index 0000000000000..78715358ea467 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.en-US.yaml @@ -0,0 +1,50 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Mozilla.Firefox.ms +PackageVersion: 153.0.1 +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 (ms) +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 153.0.1, first offered to Release channel users on July 28, 2026 + + Fixed + - Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). + - Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). + - Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). + - Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). + - Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). + - Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). + - Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338, Bug 2040628). + - Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). + - Fixed View Page Source failing to load blob: documents (Bug 2054428). + - Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). + - Reference link to 153.0 release notes. + + Unresolved + - Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. +ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/153.0.1/releasenotes/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.es-MX.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.es-MX.yaml new file mode 100644 index 0000000000000..191dd154edd97 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.fr-FR.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.fr-FR.yaml new file mode 100644 index 0000000000000..8738535b98e1c --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.hu-HU.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.hu-HU.yaml new file mode 100644 index 0000000000000..5e93196010284 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.ja-JP.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.ja-JP.yaml new file mode 100644 index 0000000000000..ed595cc90afe1 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.nb-NO.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.nb-NO.yaml new file mode 100644 index 0000000000000..1a14b24c07804 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.ru-RU.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.ru-RU.yaml new file mode 100644 index 0000000000000..d6c3bfed91c26 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.ta-IN.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.ta-IN.yaml new file mode 100644 index 0000000000000..68a68b1e674f7 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.locale.zh-CN.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.locale.zh-CN.yaml new file mode 100644 index 0000000000000..8ad89b351ec55 --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +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/ms/153.0.1/Mozilla.Firefox.ms.yaml b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.yaml new file mode 100644 index 0000000000000..a008cbfe408ac --- /dev/null +++ b/manifests/m/Mozilla/Firefox/ms/153.0.1/Mozilla.Firefox.ms.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.ms +PackageVersion: 153.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.installer.yaml b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.installer.yaml new file mode 100644 index 0000000000000..b6f4c5a466f1e --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.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: Multica.MulticaCLI +PackageVersion: 0.4.13 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: multica.exe +Commands: +- multica +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.13/multica-cli-0.4.13-windows-amd64.zip + InstallerSha256: 998EECA5E5CF4A057ED32ABD94470DB2D99FDBD84D28D0871F691C721C03A17F +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.13/multica-cli-0.4.13-windows-arm64.zip + InstallerSha256: F2E6D4044E096C975BB7FE5897F02E15674606C641605EA78033CD452021F9BD +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.locale.en-US.yaml b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.locale.en-US.yaml new file mode 100644 index 0000000000000..7a41de3988586 --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaCLI +PackageVersion: 0.4.13 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica CLI +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - aa110aac9c1f5bf30797d962c0a3a0977650c5f2 MUL-5088: import repositories from GitHub App (#5896) + - c271f80999ef1017e0be300a94a6f85255b72d55 MUL-5370 fix: label stalled skill-bundle downloads, align failure-reason copy with the backend taxonomy (#6001) + - 18adb20c149fbdf30540a39fd8eb945187cec94b MUL-5391: unify upload placeholder UI (#6025) + - 79cc3abc8d1cc48873180190861fc1a81e1eb2be docs(changelog): add v0.4.13 release entry (#6038) + - 025409085369d25727a82a626d9bbdb437afbcfb docs(changelog): file the Claude Code cache fix under fixes and lead with it (MUL-5400) (#6047) + - 81797b5a03ef82c2fee4675b0372badfc11f8e03 feat(agents): thinking level + Codex speed in the create flow (MUL-5390) (#6027) + - 50c89c709453ec675c54e530d34223c93a3ae536 feat(autopilots): hide webhook URL token by default (MUL-5374) (#6015) + - b5f19adbab67c0a1be620d6a8f9d427a4a6d82f2 feat(composer): post-send caret policy per surface (afterAccepted) (#6014) + - 420ffe7dbc02db08a303587d1090a4d1235ab41d feat(diagnostics): capture the JS stack of a hung renderer (MUL-5345) (#6026) + - 77b309a5ac1d1dce7d94d05e99836519bb9fdbc9 feat(drafts): unified draft lifecycle + upload ownership inversion (MUL-5181) (#5900) + - 995ec8fcf21d6fca966fecdc9b2f14080ace45bf feat(editor): 粘贴超长文本自动转为文本附件 (#6019) + - 2274f521dc957504859e1a44b8a8274180340a9a feat(issues): agents-working chip on the sub-issues header (#5825) (#5834) + - a874dc80660b49a8f2c1021bcb74b2de9a6e1551 feat(usage): cap the leaderboard at the top 10 agents behind a Show all toggle (MUL-5388) (#6020) + - 4d0475ce89c046a8b1ee93db0501d0843ef102c2 feat(usage): error/failure charts on the Usage page (MUL-5352) (#5991) + - ce45b8d35310ca1921e52b5a3a7cd3c5a718deab feat(usage): rank the Errors offender list by failures or rate (MUL-5389) (#6023) + - ba108978acba00a12a0896eb23b044933d3bfea3 fix(channel): deliver the final answer only to Slack and Lark (MUL-5378) (#6016) + - 4eb80c8b773ea93b81c56c8f1018ec9753ecccf3 fix(daemon): keep the runtime brief byte-stable across triggers (MUL-5377) (#6021) + - 7d2d745d9d3af28e626481f506f4737053d17bec fix(daemon): probe built-in agent CLIs once per registration batch (MUL-5225) (#5842) + - 831ef926e18d8af18a8c0f4f3e7feb979fd1a753 fix(editor): limit paste-as-file to chat (#6043) + - ceba14a227760eda17f74324fa8525519ebfb83b fix(issues): MUL-5362 return to the source list after deleting an issue (#5997) + - c0f397b8d28298821b29a3f44daefc99c2aceaee fix(migrations): remove historical skill-bundle backfill (MUL-5400) (#6045) + - 54469766fdd6e7a65369856cc1358c3735f02b9b fix(qoder): deliver final answer only (MUL-5394) (#6022) + - f1cb726d7cc45fc62d648f7452d72ab8cffb048e fix(usage): move the Errors card to the page bottom and rebalance its layout (#6003) + - 077ac8acc9fad06fc59a6377dace6f4543c0880c refactor(channel): claim media ledger rows one at a time (MUL-5367) (#5993) + - 1018c052e931e6aaa337d7f14fbeae86c46515c5 test(daemon): extend the byte-identity guarantee to chat and the other kinds (#6033) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.13 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.locale.zh-CN.yaml b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.locale.zh-CN.yaml new file mode 100644 index 0000000000000..3700c6b26efb1 --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.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: Multica.MulticaCLI +PackageVersion: 0.4.13 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.yaml b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.yaml new file mode 100644 index 0000000000000..96c6ed6be609b --- /dev/null +++ b/manifests/m/Multica/MulticaCLI/0.4.13/Multica.MulticaCLI.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: Multica.MulticaCLI +PackageVersion: 0.4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.installer.yaml b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.installer.yaml new file mode 100644 index 0000000000000..e16a2dfcb8d7d --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.installer.yaml @@ -0,0 +1,23 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.13 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +Protocols: +- multica +ProductCode: d8b75c36-d208-59aa-9acd-26838c159dc3 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.13/multica-desktop-0.4.13-windows-x64.exe + InstallerSha256: DC80C7228CCFB69C3484452395C812B20DAAFB8B112A012757ADA30D4C3AF6A5 +- Architecture: arm64 + InstallerUrl: https://github.com/multica-ai/multica/releases/download/v0.4.13/multica-desktop-0.4.13-windows-arm64.exe + InstallerSha256: 7C26D41DDE4DB066DE00933C4D907EC4FE641EAE76B1754800A52C086C465C6F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.locale.en-US.yaml b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.locale.en-US.yaml new file mode 100644 index 0000000000000..66e4c6840fe5e --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.locale.en-US.yaml @@ -0,0 +1,64 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Multica.MulticaDesktop +PackageVersion: 0.4.13 +PackageLocale: en-US +Publisher: Multica +PublisherUrl: https://multica.ai/ +PublisherSupportUrl: https://github.com/multica-ai/multica/issues +PackageName: Multica +PackageUrl: https://multica.ai/download +License: Freeware +LicenseUrl: https://github.com/multica-ai/multica/blob/HEAD/LICENSE +Copyright: © 2026 Multica. All rights reserved. +ShortDescription: The open-source managed agents platform. Turn coding agents into real teammates — assign tasks, track progress, compound skills. +Description: |- + Multica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously. + No more copy-pasting prompts. No more babysitting runs. Your agents show up on the board, participate in conversations, and compound reusable skills over time. Think of it as open-source infrastructure for managed agents — vendor-neutral, self-hosted, and designed for human + AI teams. Works with Claude Code, Codex, GitHub Copilot CLI, OpenClaw, OpenCode, Hermes, Gemini, Pi, Cursor Agent, Kimi, and Kiro CLI. + For larger teams, Squads add a stable routing layer: assign work to a group led by an agent, and the leader delegates to the right member. +Tags: +- agent +- agent-team +- agentic +- ai +- chatbot +- code +- coding +- large-language-model +- llm +- multi-agent +- programming +ReleaseNotes: |- + Changelog + - aa110aac9c1f5bf30797d962c0a3a0977650c5f2 MUL-5088: import repositories from GitHub App (#5896) + - c271f80999ef1017e0be300a94a6f85255b72d55 MUL-5370 fix: label stalled skill-bundle downloads, align failure-reason copy with the backend taxonomy (#6001) + - 18adb20c149fbdf30540a39fd8eb945187cec94b MUL-5391: unify upload placeholder UI (#6025) + - 79cc3abc8d1cc48873180190861fc1a81e1eb2be docs(changelog): add v0.4.13 release entry (#6038) + - 025409085369d25727a82a626d9bbdb437afbcfb docs(changelog): file the Claude Code cache fix under fixes and lead with it (MUL-5400) (#6047) + - 81797b5a03ef82c2fee4675b0372badfc11f8e03 feat(agents): thinking level + Codex speed in the create flow (MUL-5390) (#6027) + - 50c89c709453ec675c54e530d34223c93a3ae536 feat(autopilots): hide webhook URL token by default (MUL-5374) (#6015) + - b5f19adbab67c0a1be620d6a8f9d427a4a6d82f2 feat(composer): post-send caret policy per surface (afterAccepted) (#6014) + - 420ffe7dbc02db08a303587d1090a4d1235ab41d feat(diagnostics): capture the JS stack of a hung renderer (MUL-5345) (#6026) + - 77b309a5ac1d1dce7d94d05e99836519bb9fdbc9 feat(drafts): unified draft lifecycle + upload ownership inversion (MUL-5181) (#5900) + - 995ec8fcf21d6fca966fecdc9b2f14080ace45bf feat(editor): 粘贴超长文本自动转为文本附件 (#6019) + - 2274f521dc957504859e1a44b8a8274180340a9a feat(issues): agents-working chip on the sub-issues header (#5825) (#5834) + - a874dc80660b49a8f2c1021bcb74b2de9a6e1551 feat(usage): cap the leaderboard at the top 10 agents behind a Show all toggle (MUL-5388) (#6020) + - 4d0475ce89c046a8b1ee93db0501d0843ef102c2 feat(usage): error/failure charts on the Usage page (MUL-5352) (#5991) + - ce45b8d35310ca1921e52b5a3a7cd3c5a718deab feat(usage): rank the Errors offender list by failures or rate (MUL-5389) (#6023) + - ba108978acba00a12a0896eb23b044933d3bfea3 fix(channel): deliver the final answer only to Slack and Lark (MUL-5378) (#6016) + - 4eb80c8b773ea93b81c56c8f1018ec9753ecccf3 fix(daemon): keep the runtime brief byte-stable across triggers (MUL-5377) (#6021) + - 7d2d745d9d3af28e626481f506f4737053d17bec fix(daemon): probe built-in agent CLIs once per registration batch (MUL-5225) (#5842) + - 831ef926e18d8af18a8c0f4f3e7feb979fd1a753 fix(editor): limit paste-as-file to chat (#6043) + - ceba14a227760eda17f74324fa8525519ebfb83b fix(issues): MUL-5362 return to the source list after deleting an issue (#5997) + - c0f397b8d28298821b29a3f44daefc99c2aceaee fix(migrations): remove historical skill-bundle backfill (MUL-5400) (#6045) + - 54469766fdd6e7a65369856cc1358c3735f02b9b fix(qoder): deliver final answer only (MUL-5394) (#6022) + - f1cb726d7cc45fc62d648f7452d72ab8cffb048e fix(usage): move the Errors card to the page bottom and rebalance its layout (#6003) + - 077ac8acc9fad06fc59a6377dace6f4543c0880c refactor(channel): claim media ledger rows one at a time (MUL-5367) (#5993) + - 1018c052e931e6aaa337d7f14fbeae86c46515c5 test(daemon): extend the byte-identity guarantee to chat and the other kinds (#6033) +ReleaseNotesUrl: https://github.com/multica-ai/multica/releases/tag/v0.4.13 +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://multica.ai/docs +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.locale.zh-CN.yaml b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.locale.zh-CN.yaml new file mode 100644 index 0000000000000..984a5734b3a77 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.4.13 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 开源托管智能体助手平台。将编程智能体转化为真正的团队伙伴 —— 分配任务、跟踪进度、复用技能。 +Description: |- + Multica 将代码智能体转变为真正的团队伙伴。你可以像给同事分配任务一样给智能体分配 Issue —— 它们会自动接手工作、编写代码、报告阻碍并自主更新状态。 + 无需再反复复制粘贴提示词,也无需再盯守运行过程。你的智能体将出现在任务看板上,参与对话,并随时间积累可复用的技能。将其视为受管智能体的开源基础设施 —— 厂商中立、支持私有化部署,专为“人+AI”团队设计。兼容 Claude Code、Codex、GitHub Copilot CLI、OpenClaw、OpenCode、Hermes、Gemini、Pi、Cursor Agent、Kimi 和 Kiro CLI。 + 对于更大的团队,Squads(小队)增加了一个稳定的路由层:将工作分配给一个由智能体领导的小组,领导者会将其委派给最合适的成员。 +Tags: +- 人工智能 +- 代码 +- 多智能体 +- 大语言模型 +- 智能体 +- 编程 +- 聊天机器人 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://multica.ai/docs +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.yaml b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.yaml new file mode 100644 index 0000000000000..58dedbe4b7fe1 --- /dev/null +++ b/manifests/m/Multica/MulticaDesktop/0.4.13/Multica.MulticaDesktop.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: Multica.MulticaDesktop +PackageVersion: 0.4.13 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.installer.yaml b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.installer.yaml new file mode 100644 index 0000000000000..01dd26b71348b --- /dev/null +++ b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: meshmakers.octo-cli +PackageVersion: 3.4.62.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: octo-cli.exe + PortableCommandAlias: octo-cli +Installers: +- Architecture: x64 + InstallerUrl: https://meshdownload.blob.core.windows.net/staging/octo-cli/octo-cli-3.4.62.0-win-x64.zip + InstallerSha256: B9A6594A9869E1E70CF7A5B3DF5A165ABCA2FA3587DB0380BC83FE4D97D2FC11 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.locale.en-US.yaml b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.locale.en-US.yaml new file mode 100644 index 0000000000000..a215400a22fb6 --- /dev/null +++ b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.locale.en-US.yaml @@ -0,0 +1,12 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: meshmakers.octo-cli +PackageVersion: 3.4.62.0 +PackageLocale: en-US +Publisher: meshmakers GmbH +PackageName: Octo Mesh Admin Command Line +License: MIT License +ShortDescription: Management tool for admins using Octo Mesh +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.yaml b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.yaml new file mode 100644 index 0000000000000..002d6586c4ef7 --- /dev/null +++ b/manifests/m/meshmakers/octo-cli/3.4.62.0/meshmakers.octo-cli.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: meshmakers.octo-cli +PackageVersion: 3.4.62.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.installer.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.installer.yaml new file mode 100644 index 0000000000000..bb4b822ffe566 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.installer.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.49 +InstallerLocale: en-US +InstallerType: inno +Scope: machine +InstallModes: +- interactive +- silent +InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART + Log: /"{localappdata}\NetSentinel\install.log" +UpgradeBehavior: install +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/ossianericson/netsentinel/releases/download/v2.1.49/NetSentinel-Setup-2.1.49.exe + InstallerSha256: F6DA43AB8261F21A8BB5B4711E07925D62935C452324DEAF00283CE01BABCA92 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.locale.en-US.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.locale.en-US.yaml new file mode 100644 index 0000000000000..6eb1b455043e4 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.locale.en-US.yaml @@ -0,0 +1,60 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.49 +PackageLocale: en-US +Publisher: NetSentinel Project +PublisherUrl: https://github.com/ossianericson/netsentinel +PublisherSupportUrl: https://github.com/ossianericson/netsentinel/issues +PrivacyUrl: https://github.com/ossianericson/netsentinel/blob/main/PRIVACY.md +PackageName: NetSentinel +PackageUrl: https://github.com/ossianericson/netsentinel +License: MIT +LicenseUrl: https://raw.githubusercontent.com/ossianericson/netsentinel/main/LICENSE +ShortDescription: Network security scanner — rogue device detector, STP monitor, and connectivity analyser +Description: |- + NetSentinel is a one-stop network diagnostic and security tool for Windows. + It combines several tools that previously required separate utilities: + + • Device Fingerprinter — scans your LAN's ARP table and identifies every + device by MAC OUI, hostname, and device type (camera, smart speaker, router, etc.) + • Rogue Bridge Detector — captures 802.1D/RSTP BPDUs and flags any device + that steals the Root Bridge role and causes periodic 15-45 second outages. + • Broadcast Storm Analyser — measures broadcast/multicast packet rates and + identifies which device is flooding the network. + • IoT Behavioral Baseline — learns normal IoT traffic patterns and raises + an alert if your smart fridge starts port-scanning or talking to a C2 server. + • Root Cause Correlator — links trace results, storm data, and STP findings + into a single plain-English verdict with actionable remediation steps. + • Connection Stability Monitor — long-term background ping logger with + outage detection, jitter analysis, and a 24-hour stability score. + • TCP Port Scanner, OS Fingerprinter, CVE Lookup, DNS Leak Test, Speed Test, + ARP spoof detector, DHCP monitor, SNMP poller, and more. + + Most features require Administrator privileges for raw packet capture. + Install Npcap (https://npcap.com) for STP, Storm, and ARP modules. +Moniker: netsentinel +Tags: +- network +- security +- scanner +- monitoring +- diagnostics +- lan +- wifi +- dns +- iot +- port-scanner +- cve +- speed-test +- packet-capture +- mqtt +- home-assistant +- network-health +ReleaseNotesUrl: https://github.com/ossianericson/netsentinel/releases/tag/v2.1.49 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/ossianericson/netsentinel/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.yaml b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.yaml new file mode 100644 index 0000000000000..d990196b83bf1 --- /dev/null +++ b/manifests/n/NetSentinel/NetSentinel/2.1.49/NetSentinel.NetSentinel.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NetSentinel.NetSentinel +PackageVersion: 2.1.49 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..932c77b9e6b4c --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.2 +InstallerType: wix +ProductCode: '{BF58253C-EAF6-4204-824D-F6922F8207EA}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.4.2/nimbus-headless-windows-x64.msi + InstallerSha256: 90FC39A597498BB0D821F735249043EA7F14D74537F14AFE9B2D068CA67370A0 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..4512af76e7fb8 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.2 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.4.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..9ed04e726fb6d --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.2/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..52c9b029df277 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.3 +InstallerType: wix +ProductCode: '{1D562358-1C40-4010-B8BE-178A4ECAD390}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.4.3/nimbus-headless-windows-x64.msi + InstallerSha256: 5C8E6888A757F6C245A23E33D8D512D00402244060F597B037B47DE1CB5B2D14 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..965077f6b87b7 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.3 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.4.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..361da07d42a5f --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.4.3/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.4.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.installer.yaml b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.installer.yaml new file mode 100644 index 0000000000000..818daa7184d58 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.installer.yaml @@ -0,0 +1,14 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.5.0 +InstallerType: wix +ProductCode: '{082845CA-F0FC-4300-9DE1-A10ABC546134}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nimbus-agent/Nimbus/releases/download/v1.5.0/nimbus-headless-windows-x64.msi + InstallerSha256: 7B04F454F16499C92CCD22DC47202539B1DEBE2AA4CF3316EE2B69858D139704 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.locale.en-US.yaml b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.locale.en-US.yaml new file mode 100644 index 0000000000000..29612e38382bc --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.locale.en-US.yaml @@ -0,0 +1,23 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.5.0 +PackageLocale: en-US +Publisher: NimbusAgent +PublisherUrl: https://github.com/nimbus-agent +PublisherSupportUrl: https://github.com/nimbus-agent/Nimbus/issues +PackageName: Nimbus +PackageUrl: https://github.com/nimbus-agent/Nimbus +License: AGPL-3.0-only +ShortDescription: Local-first AI agent framework (headless gateway + CLI) +Moniker: nimbus +Tags: +- ai +- agent +- cli +- gateway +- automation +ReleaseNotesUrl: https://github.com/nimbus-agent/Nimbus/releases/tag/v1.5.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.yaml b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.yaml new file mode 100644 index 0000000000000..56eb12f685d70 --- /dev/null +++ b/manifests/n/NimbusAgent/Nimbus/1.5.0/NimbusAgent.Nimbus.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.8.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: NimbusAgent.Nimbus +PackageVersion: 1.5.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.installer.yaml b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.installer.yaml new file mode 100644 index 0000000000000..55b2ac420d810 --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.installer.yaml @@ -0,0 +1,16 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.14.3 +InstallerType: portable +Scope: user +Commands: +- pdfapps +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/nelsonduarte/PDFApps/releases/download/v1.14.3/PDFAppsSetup.exe + InstallerSha256: 1CBC269B137D018E9C384E67752B6475073FB06FB5DEDA27100962500C99DA4F +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.locale.en-US.yaml b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.locale.en-US.yaml new file mode 100644 index 0000000000000..064a7cf98e69c --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.14.3 +PackageLocale: en-US +Publisher: Nelson Duarte +PublisherUrl: https://github.com/nelsonduarte +PublisherSupportUrl: https://github.com/nelsonduarte/PDFApps/issues +Author: Nelson Duarte +PackageName: PDFApps +PackageUrl: https://nelsonduarte.github.io/PDFApps/ +License: MIT +LicenseUrl: https://github.com/nelsonduarte/PDFApps/blob/main/LICENSE +Copyright: Copyright (c) Nelson Duarte +ShortDescription: Fast, offline, subscription-free PDF editor +Description: |- + PDFApps is an all-in-one PDF editor with 13 built-in tools: split, merge, rotate, + extract, reorder, compress, encrypt, watermark, OCR, convert (PNG/JPG/DOCX/TXT), + visual editor (redact, text, images, signatures, highlights, notes), import + (TXT/images/Markdown), and metadata viewer. + + Features include continuous-scroll viewer, presentation mode (F5), fullscreen + (F11), tabbed viewing, dark/light themes, drag and drop, multi-select PDF open, + and 8-language interface (EN, PT, ES, FR, DE, ZH, IT, NL). + + 100% offline. No subscriptions, no cloud uploads, no account required. +Moniker: pdfapps +Tags: +- pdf +- pdf-editor +- pdf-viewer +- pdf-tools +- offline +- open-source +- ocr +- split +- merge +- compress +- encrypt +- watermark +ReleaseNotesUrl: https://github.com/nelsonduarte/PDFApps/releases/tag/v1.14.3 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/nelsonduarte/PDFApps/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.yaml b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.yaml new file mode 100644 index 0000000000000..27eb8c44a9a4d --- /dev/null +++ b/manifests/n/nelsonduarte/PDFApps/1.14.3/nelsonduarte.PDFApps.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: nelsonduarte.PDFApps +PackageVersion: 1.14.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.installer.yaml b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.installer.yaml new file mode 100644 index 0000000000000..d6432a3d73381 --- /dev/null +++ b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.installer.yaml @@ -0,0 +1,18 @@ +# 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: OrdinLabs.ssh-autocomplete +PackageVersion: 1.0.1 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: ssh-autocomplete.exe + PortableCommandAlias: ssh-autocomplete + InstallerUrl: https://github.com/ordinlabs/ssh-autocomplete/releases/download/v1.0.1/ssh-autocomplete_1.0.1_windows_amd64.zip + InstallerSha256: 7c3bc72da28332b4b5e61721a4ba798d91af3f0a0de092d34a6ce172d5488523 + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.locale.en-US.yaml b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.locale.en-US.yaml new file mode 100644 index 0000000000000..5a5c76f17475c --- /dev/null +++ b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.locale.en-US.yaml @@ -0,0 +1,12 @@ +# 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: OrdinLabs.ssh-autocomplete +PackageVersion: 1.0.1 +PackageLocale: en-US +Publisher: OrdinLabs +PackageName: ssh-autocomplete +License: MIT +ShortDescription: SSH host autocompletion helper +Moniker: ssh-autocomplete +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.yaml b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.yaml new file mode 100644 index 0000000000000..f8b436ba74f50 --- /dev/null +++ b/manifests/o/OrdinLabs/ssh-autocomplete/1.0.1/OrdinLabs.ssh-autocomplete.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: OrdinLabs.ssh-autocomplete +PackageVersion: 1.0.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.installer.yaml b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.installer.yaml new file mode 100644 index 0000000000000..55a6e27f266e5 --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.installer.yaml @@ -0,0 +1,15 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.255.0 +MinimumOSVersion: 10.0.0.0 +InstallerType: wix +ProductCode: '{E2DF30D4-7635-4F2D-BC9F-67555AE03CA9}' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/pulumi/pulumi-winget/releases/download/v3.255.0/pulumi-3.255.0-windows-x64.msi + InstallerSha256: 99510C3F88D839120F68C702767E681BE89A6A6DC7AC14FFD10FF3096EE0F749 +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.locale.en-US.yaml b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.locale.en-US.yaml new file mode 100644 index 0000000000000..d46c4a41703e5 --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.locale.en-US.yaml @@ -0,0 +1,35 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.255.0 +PackageLocale: en-US +Publisher: Pulumi Corp +PublisherUrl: https://github.com/pulumi +PublisherSupportUrl: https://github.com/pulumi/pulumi-winget/issues +PackageName: Pulumi +PackageUrl: https://www.pulumi.com +License: Apache License 2.0 +LicenseUrl: https://github.com/pulumi/pulumi/blob/master/LICENSE +ShortDescription: Pulumi CLI for managing modern infrastructure as code +Tags: +- aws +- azure +- containers +- cloud +- cloud-computing +- dotnet +- gcp +- go +- iac +- infrastructure-as-code +- kubernetes +- python +- serverless +- typescript +ReleaseNotesUrl: https://github.com/pulumi/pulumi-winget/releases/tag/v3.255.0 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/pulumi/pulumi-winget/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.yaml b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.yaml new file mode 100644 index 0000000000000..1b172d74bd4bf --- /dev/null +++ b/manifests/p/Pulumi/Pulumi/3.255.0/Pulumi.Pulumi.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Pulumi.Pulumi +PackageVersion: 3.255.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.installer.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.installer.yaml index d50c2ec9272c7..862e132b18746 100644 --- a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.installer.yaml +++ b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.installer.yaml @@ -1,38 +1,38 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json - -PackageIdentifier: RoxyBrowser.RoxyBrowser -PackageVersion: 3.8.8 -InstallerType: nullsoft -InstallerSwitches: - Upgrade: --updated -UpgradeBehavior: install -ProductCode: 5633cfcb-8c5e-5d87-b6fa-ae51c376d817 -ReleaseDate: 2026-06-05 -Installers: -- Architecture: x86 - Scope: user - InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/3.8.8/RoxyBrowser_x86_3.8.8.exe - InstallerSha256: DCD639669CEB8FDCF45FD436FAA5BA575F1AD6594BDFBD836D1A27815173709A - InstallerSwitches: - Custom: /currentuser -- Architecture: x86 - Scope: machine - InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/3.8.8/RoxyBrowser_x86_3.8.8.exe - InstallerSha256: DCD639669CEB8FDCF45FD436FAA5BA575F1AD6594BDFBD836D1A27815173709A - InstallerSwitches: - Custom: /allusers -- Architecture: x64 - Scope: user - InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/3.8.8/RoxyBrowser_x64_3.8.8.exe - InstallerSha256: B0D290B168545C0C69B5BAEA6282444F14C786DAEA23E916301D26F8EB401EFB - InstallerSwitches: - Custom: /currentuser -- Architecture: x64 - Scope: machine - InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/3.8.8/RoxyBrowser_x64_3.8.8.exe - InstallerSha256: B0D290B168545C0C69B5BAEA6282444F14C786DAEA23E916301D26F8EB401EFB - InstallerSwitches: - Custom: /allusers -ManifestType: installer -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RoxyBrowser.RoxyBrowser +PackageVersion: 3.8.8 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 5633cfcb-8c5e-5d87-b6fa-ae51c376d817 +ReleaseDate: 2026-06-05 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/3.8.8/RoxyBrowser_x86_3.8.8.exe + InstallerSha256: 2578EE87CC237F8B04D5628A7F4CC89A642B52A3F177406D9891ABBAEC450C9D + InstallerSwitches: + Custom: /currentuser +- Architecture: x86 + Scope: machine + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/32/3.8.8/RoxyBrowser_x86_3.8.8.exe + InstallerSha256: 2578EE87CC237F8B04D5628A7F4CC89A642B52A3F177406D9891ABBAEC450C9D + InstallerSwitches: + Custom: /allusers +- Architecture: x64 + Scope: user + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/3.8.8/RoxyBrowser_x64_3.8.8.exe + InstallerSha256: 26F5435F23B967A6CCF897B6CA70E8AB62F18D8BDAD7C547A74E689745925FB0 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://sgp1.vultrobjects.com/roxybrowseross/public/package/app/Windows/64/3.8.8/RoxyBrowser_x64_3.8.8.exe + InstallerSha256: 26F5435F23B967A6CCF897B6CA70E8AB62F18D8BDAD7C547A74E689745925FB0 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.en-US.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.en-US.yaml index 9870a828ab70a..821e09151b9c3 100644 --- a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.en-US.yaml +++ b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.en-US.yaml @@ -1,27 +1,27 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json - -PackageIdentifier: RoxyBrowser.RoxyBrowser -PackageVersion: 3.8.8 -PackageLocale: en-US -Publisher: kuajingzhiyan -PublisherUrl: https://roxybrowser.com/ -PrivacyUrl: https://roxybrowser.com/copyright/privacy -PackageName: RoxyBrowser -PackageUrl: https://roxybrowser.com/download -License: Proprietary -LicenseUrl: https://roxybrowser.com/copyright/user -Copyright: © 2026 RoxyBrowser -CopyrightUrl: https://roxybrowser.com/copyright/user -ShortDescription: A premier antidetect browser that streamlines your workflow effortlessly -Tags: -- browser -- internet -- web -- webpage -ReleaseNotes: |- - 1. Fixed some known issues - 2. Optimized some functions -PurchaseUrl: https://roxybrowser.com/pricing -ManifestType: defaultLocale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RoxyBrowser.RoxyBrowser +PackageVersion: 3.8.8 +PackageLocale: en-US +Publisher: kuajingzhiyan +PublisherUrl: https://roxybrowser.com/ +PrivacyUrl: https://roxybrowser.com/copyright/privacy +PackageName: RoxyBrowser +PackageUrl: https://roxybrowser.com/download +License: Proprietary +LicenseUrl: https://roxybrowser.com/copyright/user +Copyright: © 2026 RoxyBrowser +CopyrightUrl: https://roxybrowser.com/copyright/user +ShortDescription: A premier antidetect browser that streamlines your workflow effortlessly +Tags: +- browser +- internet +- web +- webpage +ReleaseNotes: |- + 1. Fixed some known issues + 2. Optimized some functions +PurchaseUrl: https://roxybrowser.com/pricing +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml index 62de42917294f..ff33866657e91 100644 --- a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml +++ b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.locale.zh-CN.yaml @@ -1,23 +1,23 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json - -PackageIdentifier: RoxyBrowser.RoxyBrowser -PackageVersion: 3.8.8 -PackageLocale: zh-CN -PublisherUrl: https://roxybrowser.com/zh -PrivacyUrl: https://roxybrowser.com/zh/copyright/privacy -PackageUrl: https://roxybrowser.com/zh/download -License: 专有软件 -LicenseUrl: https://roxybrowser.com/zh/copyright/user -CopyrightUrl: https://roxybrowser.com/zh/copyright/user -ShortDescription: 一款顶尖的防检测浏览器,轻松优化您的工作流程 -Tags: -- 互联网 -- 浏览器 -- 网页 -ReleaseNotes: |- - 1. 修复了一些已知问题 - 2. 优化了部分功能 -PurchaseUrl: https://roxybrowser.com/zh/pricing -ManifestType: locale -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: RoxyBrowser.RoxyBrowser +PackageVersion: 3.8.8 +PackageLocale: zh-CN +PublisherUrl: https://roxybrowser.com/zh +PrivacyUrl: https://roxybrowser.com/zh/copyright/privacy +PackageUrl: https://roxybrowser.com/zh/download +License: 专有软件 +LicenseUrl: https://roxybrowser.com/zh/copyright/user +CopyrightUrl: https://roxybrowser.com/zh/copyright/user +ShortDescription: 一款顶尖的防检测浏览器,轻松优化您的工作流程 +Tags: +- 互联网 +- 浏览器 +- 网页 +ReleaseNotes: |- + 1. 修复了一些已知问题 + 2. 优化了部分功能 +PurchaseUrl: https://roxybrowser.com/zh/pricing +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.yaml b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.yaml index f0daabab7254d..8cc0a0c0341d4 100644 --- a/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.yaml +++ b/manifests/r/RoxyBrowser/RoxyBrowser/3.8.8/RoxyBrowser.RoxyBrowser.yaml @@ -1,8 +1,8 @@ -# Created with YamlCreate.ps1 Dumplings Mod -# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json - -PackageIdentifier: RoxyBrowser.RoxyBrowser -PackageVersion: 3.8.8 -DefaultLocale: en-US -ManifestType: version -ManifestVersion: 1.12.0 +# Automatically updated by the winget bot at 2026/Jul/28 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: RoxyBrowser.RoxyBrowser +PackageVersion: 3.8.8 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.installer.yaml b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.installer.yaml new file mode 100644 index 0000000000000..77926d1791362 --- /dev/null +++ b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.installer.yaml @@ -0,0 +1,71 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4 +PackageVersion: 3.4.10-1 +InstallerType: inno +UpgradeBehavior: install +Commands: +- ruby +- rubyw +FileExtensions: +- rb +- rbw +ReleaseDate: 2026-07-02 +Installers: +- Architecture: x86 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-x86.exe + InstallerSha256: F32D73F04B83136AFBDF548E74495514E0D0EF1F402BA2956492403328F85A57 + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-i386-mingw32_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x86 +- Architecture: x86 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-x86.exe + InstallerSha256: F32D73F04B83136AFBDF548E74495514E0D0EF1F402BA2956492403328F85A57 + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-i386-mingw32_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x86 +- Architecture: x64 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-x64.exe + InstallerSha256: 7D4CAE0A9FB47D1E8C8D4198F9A3BFA6F49EC1B4F3D8D492E8CC8C88471B3F4C + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x64 +- Architecture: x64 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-x64.exe + InstallerSha256: 7D4CAE0A9FB47D1E8C8D4198F9A3BFA6F49EC1B4F3D8D492E8CC8C88471B3F4C + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-x64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-x64 +- Architecture: arm64 + Scope: user + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-arm.exe + InstallerSha256: 95E2BFF28565DF0AF5403DF02969B4C4559A8AF8166D9C12FDED10CF388D39BD + InstallerSwitches: + Custom: /CURRENTUSER + ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-arm +- Architecture: arm64 + Scope: machine + InstallerUrl: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.10-1/rubyinstaller-devkit-3.4.10-1-arm.exe + InstallerSha256: 95E2BFF28565DF0AF5403DF02969B4C4559A8AF8166D9C12FDED10CF388D39BD + InstallerSwitches: + Custom: /ALLUSERS + ProductCode: RubyInstaller-3.4-aarch64-mingw-ucrt_is1 + AppsAndFeaturesEntries: + - DisplayName: Ruby 3.4.10-1-arm +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.en-US.yaml b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.en-US.yaml new file mode 100644 index 0000000000000..fe6c3f035bc5a --- /dev/null +++ b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.en-US.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: RubyInstallerTeam.RubyWithDevKit.3.4 +PackageVersion: 3.4.10-1 +PackageLocale: en-US +Publisher: RubyInstaller Team +PublisherUrl: https://rubyinstaller.org/ +PublisherSupportUrl: https://github.com/oneclick/rubyinstaller2/issues +PackageName: Ruby 3.4 with MSYS2 +PackageUrl: https://rubyinstaller.org/downloads/ +License: BSD-3-Clause +LicenseUrl: https://github.com/oneclick/rubyinstaller2/blob/HEAD/LICENSE.txt +Copyright: Copyright (c) 2007-2026, RubyInstaller Team. All rights reserved. +ShortDescription: A Ruby language execution environment with a MSYS2 installation. +Description: The RubyInstaller project provides a self-contained Windows-based installer that includes a Ruby-language execution environment and a baseline set of required RubyGems and extensions, integrated with a MSYS2 installation. +Moniker: ruby3-4-devkit +Tags: +- language +- programming +- programming-language +- ruby +- ruby-with-devkit +ReleaseNotes: |- + Added + - Add more text to the startmenu buttons and more color to outputs. + Changed + - Update to ruby-3.4.10, see release notes. + - Update the SSL CA certificate list. + - Change libssl-3.dll to libssl-3-arm64.dll on ARM64. +ReleaseNotesUrl: https://github.com/oneclick/rubyinstaller2/releases/tag/RubyInstaller-3.4.10-1 +Documentations: +- DocumentLabel: Wiki + DocumentUrl: https://github.com/oneclick/rubyinstaller2/wiki +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.zh-CN.yaml b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.zh-CN.yaml new file mode 100644 index 0000000000000..afe296d743dfe --- /dev/null +++ b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.locale.zh-CN.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: RubyInstallerTeam.RubyWithDevKit.3.4 +PackageVersion: 3.4.10-1 +PackageLocale: zh-CN +ShortDescription: Ruby 语言运行环境,配备 MSYS2。 +Description: RubyInstaller 项目提供一个独立的基于 Windows 的安装包,其中包含 Ruby 语言的运行环境,以及一组基本所需的 RubyGems 和扩展,并集成 MSYS2。 +Tags: +- ruby +- ruby-with-devkit +- 编程 +- 编程语言 +- 语言 +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.yaml b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.yaml new file mode 100644 index 0000000000000..b0de58a416cd2 --- /dev/null +++ b/manifests/r/RubyInstallerTeam/RubyWithDevKit/3/4/3.4.10-1/RubyInstallerTeam.RubyWithDevKit.3.4.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: RubyInstallerTeam.RubyWithDevKit.3.4 +PackageVersion: 3.4.10-1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.installer.yaml similarity index 64% rename from manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.installer.yaml index 57c9668ef0f80..25f9ccbfea837 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.installer.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785228716-gedda19 +PackageVersion: 0.0.1785241901-gcaf206 InstallerType: portable Commands: - amp @@ -12,7 +12,7 @@ Dependencies: ReleaseDate: 2026-07-28 Installers: - Architecture: x64 - InstallerUrl: https://static.ampcode.com/cli/0.0.1785228716-gedda19/amp-windows-x64-baseline.exe - InstallerSha256: B0E4DF5981FF41401A8191436CBDB26C883C79643C4C5BC7736C64329F58365A + InstallerUrl: https://static.ampcode.com/cli/0.0.1785241901-gcaf206/amp-windows-x64-baseline.exe + InstallerSha256: 0D9E4656B16152A94180E0259F69B137938839C7C542928FDA497DA7F732E738 ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.en-US.yaml similarity index 97% rename from manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.en-US.yaml index cc0a26a2f5e94..8fe935b46d954 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.en-US.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785228716-gedda19 +PackageVersion: 0.0.1785241901-gcaf206 PackageLocale: en-US Publisher: Sourcegraph, Inc. PublisherUrl: https://ampcode.com/ diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.zh-CN.yaml similarity index 96% rename from manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.zh-CN.yaml index 4b02e96393ce1..98b9468d3b0c9 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.locale.zh-CN.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785228716-gedda19 +PackageVersion: 0.0.1785241901-gcaf206 PackageLocale: zh-CN License: 专有软件 ShortDescription: 适用于终端与编辑器的前沿编码智能体。 diff --git a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.yaml similarity index 85% rename from manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml rename to manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.yaml index 55f42fc121487..326343984bb32 100644 --- a/manifests/s/Sourcegraph/Amp/0.0.1785228716-gedda19/Sourcegraph.Amp.yaml +++ b/manifests/s/Sourcegraph/Amp/0.0.1785241901-gcaf206/Sourcegraph.Amp.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Sourcegraph.Amp -PackageVersion: 0.0.1785228716-gedda19 +PackageVersion: 0.0.1785241901-gcaf206 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.installer.yaml b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.installer.yaml new file mode 100644 index 0000000000000..5649aba2aab14 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.installer.yaml @@ -0,0 +1,18 @@ +# 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: SpecScore.CLI +PackageVersion: 0.24.3 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: specscore.exe + PortableCommandAlias: specscore + InstallerUrl: https://github.com/specscore/specscore-cli/releases/download/v0.24.3/specscore_0.24.3_windows_amd64.zip + InstallerSha256: 5d06a5da858be08bc64f8af717fdb479877c7a00da29540b0951c9e481f6bd9e + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.locale.en-US.yaml b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..600948091d685 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: SpecScore.CLI +PackageVersion: 0.24.3 +PackageLocale: en-US +Publisher: SpecScore +PublisherUrl: https://specscore.md +PackageName: SpecScore +PackageUrl: https://specscore.md +License: Apache-2.0 +ShortDescription: Lint, validate, and navigate Markdown specifications. +Description: | + SpecScore is a CLI for working with Markdown-based specifications: + validate spec trees against structural conventions, search across + features, and inspect feature/plan/task relationships. +Moniker: SpecScore +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.yaml b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.yaml new file mode 100644 index 0000000000000..70577697208ac --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.3/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.24.3 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.installer.yaml b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.installer.yaml new file mode 100644 index 0000000000000..6ceece4dfe364 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.installer.yaml @@ -0,0 +1,18 @@ +# 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: SpecScore.CLI +PackageVersion: 0.24.4 +InstallerLocale: en-US +InstallerType: zip +ReleaseDate: "2026-07-28" +Installers: + - Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: specscore.exe + PortableCommandAlias: specscore + InstallerUrl: https://github.com/specscore/specscore-cli/releases/download/v0.24.4/specscore_0.24.4_windows_amd64.zip + InstallerSha256: 912b0099d1b40efd3d9485ed4eb4332efbd96c0f3abd167b9e36a4a2b7be55ff + UpgradeBehavior: uninstallPrevious +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.locale.en-US.yaml b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.locale.en-US.yaml new file mode 100644 index 0000000000000..ba178c701cc90 --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.locale.en-US.yaml @@ -0,0 +1,18 @@ +# 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: SpecScore.CLI +PackageVersion: 0.24.4 +PackageLocale: en-US +Publisher: SpecScore +PublisherUrl: https://specscore.md +PackageName: SpecScore +PackageUrl: https://specscore.md +License: Apache-2.0 +ShortDescription: Lint, validate, and navigate Markdown specifications. +Description: | + SpecScore is a CLI for working with Markdown-based specifications: + validate spec trees against structural conventions, search across + features, and inspect feature/plan/task relationships. +Moniker: SpecScore +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.yaml b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.yaml new file mode 100644 index 0000000000000..4debbb89c339f --- /dev/null +++ b/manifests/s/SpecScore/CLI/0.24.4/SpecScore.CLI.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: SpecScore.CLI +PackageVersion: 0.24.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.installer.yaml b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.installer.yaml new file mode 100644 index 0000000000000..823342feea5e6 --- /dev/null +++ b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.installer.yaml @@ -0,0 +1,25 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: SteelSeries.GG +PackageVersion: 116.0.0 +InstallerType: nullsoft +Scope: machine +InstallModes: +- interactive +- silent +UpgradeBehavior: install +ProductCode: SteelSeries GG +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- DisplayName: SteelSeries GG 109.1.0 + ProductCode: SteelSeries GG +ElevationRequirement: elevatesSelf +InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles(x86)%\SteelSeries\GG' +Installers: +- Architecture: x64 + InstallerUrl: https://engine.steelseriescdn.com/SteelSeriesGG116.0.0Setup.exe + InstallerSha256: 7C69366AA2B8A1BCA301079199537AD7FF990CBD002DECF7163910197ED321F9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.locale.en-US.yaml b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.locale.en-US.yaml new file mode 100644 index 0000000000000..2a5b5fb8053c8 --- /dev/null +++ b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: SteelSeries.GG +PackageVersion: 116.0.0 +PackageLocale: en-US +Publisher: SteelSeries ApS +PublisherUrl: https://steelseries.com/gg +PublisherSupportUrl: https://support.steelseries.com/ +PrivacyUrl: https://steelseries.com/policies/privacy/ +Author: SteelSeries ApS +PackageName: SteelSeries GG +PackageUrl: https://steelseries.com/gg +License: Proprietary +LicenseUrl: https://steelseries.com/policies +Copyright: Copyright (c) SteelSeries ApS +ShortDescription: SteelSeries GG helps create better connections with your gear, your people and your game. +Description: |- + SteelSeries GG helps create better connections with your gear, your people and your game. + Try new services that enhance your game like the Moments gameplay clipping tool and manage your hardware from the same software platform. +Moniker: steelseriesgg +Tags: +- apex +- arctis +- controller +- engine +- gg +- headphones +- headset +- keyboard +- mice +- mouse +- mousepad +- qck +- rival +- sonar +- steelseriesengine +Documentations: +- DocumentLabel: Engine + DocumentUrl: https://steelseries.com/gg/engine +- DocumentLabel: Sonar + DocumentUrl: https://steelseries.com/gg/sonar +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.yaml b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.yaml new file mode 100644 index 0000000000000..7767e6b0afb0d --- /dev/null +++ b/manifests/s/SteelSeries/GG/116.0.0/SteelSeries.GG.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: SteelSeries.GG +PackageVersion: 116.0.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.installer.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.installer.yaml similarity index 80% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.installer.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.installer.yaml index 1c10a908a950d..72111ca18c939 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.installer.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 InstallerType: exe Scope: user InstallModes: @@ -14,10 +14,10 @@ InstallerSwitches: Protocols: - tandemhealth ProductCode: Tandem -ReleaseDate: 2026-07-21 +ReleaseDate: 2026-07-28 Installers: - Architecture: x64 InstallerUrl: https://tandemhealth.blob.core.windows.net/tandem-public/native/Tandem-win-Setup.exe - InstallerSha256: D0EDA54DE72E2624470F8135AC8A592882770065B344DB8871D822387625A46E + InstallerSha256: ACF7D9F0727C8250F7A3BA304BC5BB31DE80F626907F4D2763E1D2F81A30EC1E ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.da.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.da.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.da.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.da.yaml index 8831c0f84a3f7..c0a720cda691c 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.da.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.da.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: da PublisherUrl: https://tandemhealth.ai/da/ PrivacyUrl: https://tandemhealth.ai/da/juridisk/privatlivspolitik diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.de.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.de.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.de.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.de.yaml index 7559cdf1153a0..aca624bc8b571 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.de.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.de.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: de PublisherUrl: https://tandemhealth.ai/de/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/de/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.en-US.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.en-US.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.en-US.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.en-US.yaml index 8cefadccb6336..9861cb47ab802 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.en-US.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: en-US Publisher: Tandem PublisherUrl: https://tandemhealth.ai/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.es.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.es.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.es.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.es.yaml index dfa56e869aa75..f58b10e83957a 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.es.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.es.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: es PublisherUrl: https://tandemhealth.ai/es/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/es/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.et.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.et.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.et.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.et.yaml index a5f1d40741bcd..cb6bea8f6caa0 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.et.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.et.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: et PublisherUrl: https://tandemhealth.ai/et/ PrivacyUrl: https://tandemhealth.ai/et/juriidiline/privacy-policy diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fi.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fi.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fi.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fi.yaml index 748cda51db072..0828651860d61 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fi.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fi.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: fi PublisherUrl: https://tandemhealth.ai/fi/ PrivacyUrl: https://tandemhealth.ai/fi/legal/tietosuoja diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fr.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fr.yaml similarity index 97% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fr.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fr.yaml index 90adb99b9034e..4f1af892a686e 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.fr.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.fr.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: fr PublisherUrl: https://tandemhealth.ai/fr/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/fr/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.nb-NO.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.nb-NO.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.nb-NO.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.nb-NO.yaml index 4e92b0b04bad2..92af118bc64f6 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.nb-NO.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.nb-NO.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: nb-NO PublisherUrl: https://tandemhealth.ai/no/ PrivacyUrl: https://tandemhealth.ai/no/juridisk/personvern diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.sv.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.sv.yaml similarity index 96% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.sv.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.sv.yaml index 01e643214a6ea..4be942c3842d0 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.locale.sv.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.locale.sv.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 PackageLocale: sv PublisherUrl: https://tandemhealth.ai/sv/ PublisherSupportUrl: https://intercom-help.eu/tandem-eu/sv/ diff --git a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.yaml b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.yaml similarity index 90% rename from manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.yaml rename to manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.yaml index 85bd021114044..3cba1e3beaccb 100644 --- a/manifests/t/TandemHealth/Tandem/2026.7.21/TandemHealth.Tandem.yaml +++ b/manifests/t/TandemHealth/Tandem/2026.7.28/TandemHealth.Tandem.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: TandemHealth.Tandem -PackageVersion: 2026.7.21 +PackageVersion: 2026.7.28 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.installer.yaml b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.installer.yaml new file mode 100644 index 0000000000000..10a7937318a50 --- /dev/null +++ b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.installer.yaml @@ -0,0 +1,27 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Tympanix.Electorrent +PackageVersion: 2.15.0 +InstallerType: exe # Squirrel +Scope: user +InstallModes: +- silent +InstallerSwitches: + Silent: --silent + SilentWithProgress: --silent +UpgradeBehavior: install +Protocols: +- magnet +ProductCode: electorrent +ReleaseDate: 2026-07-28 +AppsAndFeaturesEntries: +- ProductCode: electorrent +InstallationMetadata: + DefaultInstallLocation: '%LocalAppData%\electorrent' +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/tympanix/Electorrent/releases/download/v2.15.0/electorrent-Setup-2.15.0.exe + InstallerSha256: 58D45714AD7C90580D5AB8F2A939D430961243A162D93C59537D1E9E168C7CC9 +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.locale.en-US.yaml b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.locale.en-US.yaml new file mode 100644 index 0000000000000..9d34927627648 --- /dev/null +++ b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.locale.en-US.yaml @@ -0,0 +1,45 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Tympanix.Electorrent +PackageVersion: 2.15.0 +PackageLocale: en-US +Publisher: tympanix +PublisherUrl: https://github.com/tympanix/Electorrent +PublisherSupportUrl: https://github.com/tympanix/Electorrent/issues +Author: tympanix +PackageName: Electorrent +PackageUrl: https://github.com/tympanix/Electorrent +License: GPL-3.0 +LicenseUrl: https://github.com/tympanix/Electorrent/blob/HEAD/LICENSE +CopyrightUrl: https://github.com/tympanix/Electorrent/blob/HEAD/LICENSE +ShortDescription: An Electron remote client app for uTorrent server +Tags: +- bittorrent-client +- rtorrent +- torrent +- torrent-files +- torrent-management +ReleaseNotes: |- + What's Changed + - fix(sidebar): style no-label chip by @tympanix in #721 + - feat(aria2): add JSON-RPC client support by @tympanix in #723 + - fix(theme): mute dark form error colors by @tympanix in #725 + - fix(aria2): remove magnet metadata by @tympanix in #726 + - fix(connections): tolerate unknown clients by @tympanix in #698 + - test: add wdio spec retries by @tympanix in #722 + - chore(deps): bump json-schema and jsprim by @dependabot[bot] in #727 + - chore(deps): bump yargs-parser and yargs by @dependabot[bot] in #728 + - refactor(torrents): track items by id by @tympanix in #730 + - fix(saved-locations): compact icon grid by @tympanix in #731 + - feat(torrents): add existing label action by @tympanix in #732 + - refactor(ui): use modal refs by @tympanix in #736 + - feat(menu): add server selection shortcut by @tympanix in #735 + - fix: close modals with Escape by @tympanix in #737 + - feat(actions): add start and pause torrent controls by @tympanix in #738 + - fix(qbittorrent): support legacy v1 API by @tympanix in #740 + - refactor: remove torrent files modal by @tympanix in #741 + - fix: align trackers tab scrolling by @tympanix in #739 +ReleaseNotesUrl: https://github.com/tympanix/Electorrent/releases/tag/v2.15.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.yaml b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.yaml new file mode 100644 index 0000000000000..eee8fb4978217 --- /dev/null +++ b/manifests/t/Tympanix/Electorrent/2.15.0/Tympanix.Electorrent.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Tympanix.Electorrent +PackageVersion: 2.15.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.installer.yaml b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.installer.yaml new file mode 100755 index 0000000000000..bf77870b333b6 --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.installer.yaml @@ -0,0 +1,17 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.4 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: + - RelativeFilePath: numan-0.1.4-x86_64-pc-windows-msvc\numan.exe + PortableCommandAlias: numan +Commands: + - numan +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/tonythethompson/numan/releases/download/v0.1.4/numan-0.1.4-x86_64-pc-windows-msvc.zip + InstallerSha256: F843A717BD7FD13F2D86BF727D2292DCF9831F2544A3DF88987104299229EF9D +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.locale.en-US.yaml b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.locale.en-US.yaml new file mode 100755 index 0000000000000..5f2982243aefb --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.locale.en-US.yaml @@ -0,0 +1,25 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.4 +PackageLocale: en-US +Publisher: Anthony Thompson +PublisherUrl: https://github.com/tonythethompson +PublisherSupportUrl: https://github.com/tonythethompson/numan/issues +PackageName: numan +PackageUrl: https://github.com/tonythethompson/numan +License: MIT +LicenseUrl: https://github.com/tonythethompson/numan/blob/master/LICENSE +ShortDescription: Cross-platform package manager for Nushell +Description: >- + Numan installs plugins, modules, scripts, and completions from signed registries, + pins immutable artifacts in a lockfile, and activates them with Nu only when you + run numan activate. +Moniker: numan +Tags: + - cli + - nushell + - package-manager +ReleaseNotesUrl: https://github.com/tonythethompson/numan/releases/tag/v0.1.4 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.yaml b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.yaml new file mode 100755 index 0000000000000..c2a374eed4e2a --- /dev/null +++ b/manifests/t/tonythethompson/numan/0.1.4/tonythethompson.numan.yaml @@ -0,0 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: tonythethompson.numan +PackageVersion: 0.1.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.installer.yaml b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.installer.yaml new file mode 100644 index 0000000000000..6af3992422144 --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.installer.yaml @@ -0,0 +1,20 @@ +# 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: topgrade-rs.topgrade +PackageVersion: 17.9.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: topgrade.exe +UpgradeBehavior: install +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.VCRedist.2015+.x64 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/topgrade-rs/topgrade/releases/download/v17.9.0/topgrade-v17.9.0-x86_64-pc-windows-msvc.zip + InstallerSha256: 879C221F8C84B82F3BBE6A585EF2132F903D108429585E116FD169BD9DBD448F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.locale.en-US.yaml b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.locale.en-US.yaml new file mode 100644 index 0000000000000..137c4acb869bb --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.locale.en-US.yaml @@ -0,0 +1,47 @@ +# 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: topgrade-rs.topgrade +PackageVersion: 17.9.0 +PackageLocale: en-US +Publisher: topgrade-rs +PublisherUrl: https://github.com/topgrade-rs +PublisherSupportUrl: https://github.com/topgrade-rs/topgrade/issues +PackageName: topgrade +PackageUrl: https://github.com/topgrade-rs/topgrade +License: GPL-3.0 +LicenseUrl: https://github.com/topgrade-rs/topgrade/blob/HEAD/LICENSE +ShortDescription: Detects which tools you use and runs the appropriate commands to update them. +Description: Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this, Topgrade detects which tools you use and runs the appropriate commands to update them. +Tags: +- cli +- linux +- package-management +- package-manager +- packagemanagement +- packagemanagers +- requirescmd +- rust +- updatechecker +- updater +- updatetool +- windows +ReleaseNotes: |- + Added + - link new issue form and prefill Topgrade version (#2232) + - (step) add OpenAI Codex (#2220) + - (claude) split plugin updates into a separate claude_code_plugins step (#2215) + - (step) add Soar package manager (#2212) + - (flutter) add config for force option (#2203) + - (mise) run mise prune if cleanup = true (#2196) + Fixed + - do not pass verbose through to steps (#2236) + - (macports) fix passing of -N for assume_yes (#2216) + - (atom) fix conflict with Agent Package Manager (#2221) + - (zsh) drop redundant .zshrc source (#2182) + - (sudo) make the sudo loop refresh non-interactive + - (sudo) cache credentials at start when sudo_loop is enabled + - (nix) avoid symlink resolution when determining sudo user (#2194) +ReleaseNotesUrl: https://github.com/topgrade-rs/topgrade/releases/tag/v17.9.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.yaml b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.yaml new file mode 100644 index 0000000000000..80708151617f8 --- /dev/null +++ b/manifests/t/topgrade-rs/topgrade/17.9.0/topgrade-rs.topgrade.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: topgrade-rs.topgrade +PackageVersion: 17.9.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/v/VSS/VSS/2.2.2/VSS.VSS.installer.yaml b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.installer.yaml new file mode 100644 index 0000000000000..6eeeea0e1405a --- /dev/null +++ b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.installer.yaml @@ -0,0 +1,14 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json +PackageIdentifier: VSS.VSS +PackageVersion: 2.2.2 +Installers: + - Architecture: x64 + InstallerType: inno + InstallerUrl: https://github.com/siddharth-1118/vss-language/releases/download/v2.2.2/VSS-2.2.2-Setup.exe + InstallerSha256: ee0c3585aaffe0582d1d0198109a0f19b844edb1e366489c7a0a57c38be5c291 + InstallerLocale: en-US + InstallerSwitches: + Silent: /VERYSILENT /SUPPRESSMSGBOXES /NORESTART + SilentWithProgress: /SILENT /SUPPRESSMSGBOXES /NORESTART +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/v/VSS/VSS/2.2.2/VSS.VSS.locale.en-US.yaml b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.locale.en-US.yaml new file mode 100644 index 0000000000000..03bfd1d6b6c00 --- /dev/null +++ b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.locale.en-US.yaml @@ -0,0 +1,33 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json +PackageIdentifier: VSS.VSS +PackageVersion: 2.2.2 +PackageLocale: en-US +Publisher: VSS Core Team +PublisherUrl: https://github.com/siddharth-1118/vss-language +PublisherSupportUrl: https://github.com/siddharth-1118/vss-language/issues +License: MIT +LicenseUrl: https://github.com/siddharth-1118/vss-language/blob/main/LICENSE +Copyright: Copyright (c) 2024-2026 VSS Core Team +PackageName: VSS Programming Language +PackageUrl: https://github.com/siddharth-1118/vss-language +ShortDescription: A beginner-friendly programming language with English-like syntax +Description: |- + VSS (Very Simple Syntax) is a beginner-friendly, dynamically typed scripting + language with a clean, English-like syntax. Version 2.2.2 introduces Shapes + (structs), first-class Closures & Lambdas, Choices & Pattern Matching, + Blueprints (interfaces), and Coroutines & Generators. Includes a complete + standard library (math, string, file, json, http, time, random, system, + database, crypto, network), a native bytecode VM with automatic reference + counting, colored error diagnostics, and the grab module system. + Full CLI: run, build, new, init, test, format, lint, docs, clean, doctor. +Moniker: vss +Tags: + - programming-language + - scripting + - compiler + - interpreter + - cli + - language +ReleaseNotesUrl: https://github.com/siddharth-1118/vss-language/releases/tag/v2.2.2 +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/v/VSS/VSS/2.2.2/VSS.VSS.yaml b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.yaml new file mode 100644 index 0000000000000..be8514321e94d --- /dev/null +++ b/manifests/v/VSS/VSS/2.2.2/VSS.VSS.yaml @@ -0,0 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json +PackageIdentifier: VSS.VSS +PackageVersion: 2.2.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.installer.yaml b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.installer.yaml new file mode 100644 index 0000000000000..7b25d9f22c1c0 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.installer.yaml @@ -0,0 +1,20 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.13.0 +Platform: +- Windows.Desktop +MinimumOSVersion: 10.0.0.0 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: VisiGrid-windows-x64\visigrid.exe + PortableCommandAlias: visigrid +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/VisiGrid/VisiGrid/releases/download/v0.13.0/VisiGrid-windows-x64.zip + InstallerSha256: D22D3B5898D3D04569FF2A83B56DF949FCEC5A138A021450D0FADA11350870FC +ManifestType: installer +ManifestVersion: 1.12.0 +ReleaseDate: 2026-07-28 diff --git a/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.locale.en-US.yaml b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.locale.en-US.yaml new file mode 100644 index 0000000000000..3ff583ec8fc06 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.locale.en-US.yaml @@ -0,0 +1,28 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.13.0 +PackageLocale: en-US +Publisher: VisiGrid +PublisherUrl: https://visigrid.app +PublisherSupportUrl: https://github.com/VisiGrid/VisiGrid/issues +PackageName: VisiGrid +PackageUrl: https://visigrid.app +License: AGPL-3.0 +LicenseUrl: https://github.com/VisiGrid/VisiGrid/blob/main/LICENSE +ShortDescription: A fast, local-first spreadsheet for serious data work. +Description: |- + VisiGrid is a native, GPU-accelerated spreadsheet built for keyboard-first workflows. + Features include 97 formula functions, vim mode, keyboard hints, Lua scripting, + and full offline capability with no cloud lock-in. +Tags: +- spreadsheet +- csv +- excel +- data +- productivity +- keyboard +ReleaseNotesUrl: https://github.com/VisiGrid/VisiGrid/releases/tag/v0.13.0 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.yaml b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.yaml new file mode 100644 index 0000000000000..84e182974e8c3 --- /dev/null +++ b/manifests/v/VisiGrid/VisiGrid/0.13.0/VisiGrid.VisiGrid.yaml @@ -0,0 +1,8 @@ +# Created using wingetcreate 1.12.13.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: VisiGrid.VisiGrid +PackageVersion: 0.13.0 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.installer.yaml b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.installer.yaml new file mode 100644 index 0000000000000..f34613961562e --- /dev/null +++ b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.installer.yaml @@ -0,0 +1,23 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: WeebLabs.DSPiConsole +PackageVersion: v1.1.5-beta6 +InstallerType: zip +NestedInstallerType: portable +NestedInstallerFiles: +- RelativeFilePath: DSPiConsole.exe + PortableCommandAlias: DSPiConsole +UpgradeBehavior: uninstallPrevious +Commands: +- dspi +Dependencies: + PackageDependencies: + - PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 +ReleaseDate: 2026-07-27 +Installers: +- Architecture: neutral + InstallerUrl: https://github.com/WeebLabs/DSPi-Console-Windows/releases/download/v1.1.5-beta6/DSPi.Console.v1.1.5-beta6.zip + InstallerSha256: 57792AB482057CB16108ECDE044AE1B991F4579BD708108D59B5C1F18C28CA0F +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.locale.en-US.yaml b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.locale.en-US.yaml new file mode 100644 index 0000000000000..fd3c1687a1970 --- /dev/null +++ b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.locale.en-US.yaml @@ -0,0 +1,40 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: WeebLabs.DSPiConsole +PackageVersion: v1.1.5-beta6 +PackageLocale: en-US +Publisher: WeebLabs +PublisherUrl: https://github.com/WeebLabs +PublisherSupportUrl: https://github.com/WeebLabs/DSPi-Console-Windows/issues +Author: WeebLabs +PackageName: DSPiConsole +PackageUrl: https://github.com/WeebLabs/DSPi-Console-Windows +License: GPL-3.0 +Copyright: Copyright (c) WeebLabs +ShortDescription: A WinUI 3 control application for the DSPi audio processor. Supports both RP2040 and RP2350 platforms. +Moniker: dspiconsole +ReleaseNotes: |- + Beta release for testing. + What's new + - Stereo upmixer: new Upmixer window (Ctrl+Shift+U) deriving centre and surround channels from a stereo input, with Sinner and Logician engine modes, centre and surround conditioning controls, and a live telemetry strip that says why the upmixer is parked when it is. Inapplicable controls hide rather than grey out. The Matrix Mixer labels the derived rows as Upmix C/Ls/Rs while it runs. RP2350 only. + - Preset files: Import and Export are now submenus, with a new Preset File entry alongside Filters. A preset file holds the whole device configuration: input preamps, volumes, input source, loudness, crossfeed, the volume leveller, psychoacoustic bass, the upmixer, every channel's name, delay, gain, mute and enable state with its EQ and crossover bands, all matrix crosspoints, and the physical I/O wiring. Volume levels and I/O configuration are separate opt-ins when importing, off by default, and anything the connected device cannot accept is listed in the result instead of being dropped quietly. + - Control Surfaces: new bindings for the upmixer, psychoacoustic bass, per-output delay and preset reload. Channel targets now show your own channel names instead of "Output 1" and relabel live when you rename one. Enum parameters get proper labelled pickers in both the binding and IR command editors. + - Dashboard: cards follow renamed channels, pair correctly when a left channel is disabled (an unpaired right channel gets its own mono card), keep their gain, delay and muted text updating after an output toggle, and follow the active input set rather than a fixed stereo pair. + - Graph pills: dashboard channel visibility persists between sessions, and the extra inputs no longer start hidden. Opening a channel editor still narrows the graph temporarily, and backing out restores your saved configuration. + Known issues + - A channel muted from the main window rather than the matrix mixer can be written into a preset file as unmuted, until the app next re-reads the device. + - Output channel pairs cannot yet be linked. + - The routing preview for output channels currently only displays the first two routed input channels. + - The system master-mode sample rate setting is currently located on the I2S Configuration page, despite affecting other systems. + Fixes + - Linkwitz Transform: the settings popover no longer closes when moving between its fields. The popover now has Cancel and Apply buttons, defers edits until applied and rejects out of range entries. Switching a band into or out of Linkwitz Transform now clears the settings that cannot carry over: the transform stores its target frequency in the gain field, so a 30 Hz target used to become 30 dB of boost on the filter type you switched to. + - Fixed a device scan re-entrancy bug behind perpetual reconnect churn. Where opening the device takes longer than the scan interval, overlapping scans each tore down the connection the previous one had just made, so the app showed "device not connected" despite healthy USB traffic. + - Millisecond values in control surface bindings were encoded as plain integers, so a 5 ms output delay reached the device as 0.02 ms and the range displayed as 0 to 10752 instead of 0 to 42 ms. + - Signal generator: repeat 0 means infinite for sweeps as well as patterns, sweeps honour the gap setting, and the walk flag now switches the timing rows it actually affects. A device that has never staged a config no longer presents full scale as the starting level or rejects a sweep outright. Level edits commit on Enter or focus loss instead of applying part-typed values, an empty channel selection explains itself rather than failing silently, and closing the window stops the generator. + - Filter file export no longer loses Linkwitz Transform bands, first-order shelves and all-pass filters, or per-band bypass. Filter import can now reach input channels 3 to 8, which the exporter had been writing and the import dialog silently discarding, and it reports any channels a file carries that this device does not have. + - Sidebar: clicking either half of a linked input pair returns to the dashboard instead of switching to the partner's page, and the bass clef icon is sized to match the icons around it. + > Requires up-to-date DSPi firmware (upmixer / ADAT / psychoacoustic bass / control-surface support). +ReleaseNotesUrl: https://github.com/WeebLabs/DSPi-Console-Windows/releases/tag/v1.1.5-beta6 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.yaml b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.yaml new file mode 100644 index 0000000000000..8f229ec8b4563 --- /dev/null +++ b/manifests/w/WeebLabs/DSPiConsole/v1.1.5-beta6/WeebLabs.DSPiConsole.yaml @@ -0,0 +1,8 @@ +# Created with komac v2.16.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: WeebLabs.DSPiConsole +PackageVersion: v1.1.5-beta6 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.installer.yaml b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.installer.yaml similarity index 76% rename from manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.installer.yaml rename to manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.installer.yaml index 0242262ece055..44c3d8deaf4e0 100644 --- a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.installer.yaml +++ b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.installer.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json PackageIdentifier: Winlink.WinlinkExpress -PackageVersion: 1.8.3.0 +PackageVersion: 1.8.4.0 InstallerType: zip NestedInstallerType: inno NestedInstallerFiles: @@ -10,10 +10,10 @@ NestedInstallerFiles: Scope: machine UpgradeBehavior: install ProductCode: '{61C2109E-F4CA-43B1-9F3D-90BBBADF510A}_is1' -ReleaseDate: 2026-07-22 +ReleaseDate: 2026-07-28 Installers: - Architecture: x86 - InstallerUrl: https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-8-3-0.zip - InstallerSha256: D14CEE658D28EACB8CB5F92EC7658BD7D3EC3FA2074FCAD669F1DA7B011AE5E8 + InstallerUrl: https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-8-4-0.zip + InstallerSha256: E35586E73E76CF7876C6AC2F1D78C6B9FBF492A6F17C692D913EF2DE6C0F079D ManifestType: installer ManifestVersion: 1.12.0 diff --git a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.en-US.yaml b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.en-US.yaml similarity index 99% rename from manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.en-US.yaml rename to manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.en-US.yaml index df6e8c3cec2b2..a3a8717c1eccb 100644 --- a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.en-US.yaml +++ b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.en-US.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json PackageIdentifier: Winlink.WinlinkExpress -PackageVersion: 1.8.3.0 +PackageVersion: 1.8.4.0 PackageLocale: en-US Publisher: ARSFi - Winlink Development, Copyright (c) PublisherUrl: https://www.winlink.org/ diff --git a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.zh-CN.yaml b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.zh-CN.yaml similarity index 98% rename from manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.zh-CN.yaml rename to manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.zh-CN.yaml index 66ff7c728bc66..fc857af196e8a 100644 --- a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.locale.zh-CN.yaml +++ b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.locale.zh-CN.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json PackageIdentifier: Winlink.WinlinkExpress -PackageVersion: 1.8.3.0 +PackageVersion: 1.8.4.0 PackageLocale: zh-CN License: 专有软件 ShortDescription: 专为无缝通信而设计的终极无线电电子邮件客户端 diff --git a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.yaml b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.yaml similarity index 91% rename from manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.yaml rename to manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.yaml index 714804a9909a7..dadea9004b37b 100644 --- a/manifests/w/Winlink/WinlinkExpress/1.8.3.0/Winlink.WinlinkExpress.yaml +++ b/manifests/w/Winlink/WinlinkExpress/1.8.4.0/Winlink.WinlinkExpress.yaml @@ -2,7 +2,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json PackageIdentifier: Winlink.WinlinkExpress -PackageVersion: 1.8.3.0 +PackageVersion: 1.8.4.0 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.12.0 diff --git a/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.installer.yaml b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.installer.yaml new file mode 100644 index 0000000000000..bcee4d240e48b --- /dev/null +++ b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.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: XxHuberrr.Mineradio +PackageVersion: 2.0.3 +InstallerType: nullsoft +Scope: user +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 9733721a-009e-52bc-b705-49059cd80258 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + InstallerUrl: https://github.com/XxHuberrr/Mineradio/releases/download/v2.0.3/Mineradio-2.0.3-Setup.exe + InstallerSha256: 87E2CFABFDBB145AAD937E78DB982AD162CC13182998812425D595121249FEBB +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.en-US.yaml b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.en-US.yaml new file mode 100644 index 0000000000000..69986d39e3476 --- /dev/null +++ b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.en-US.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: XxHuberrr.Mineradio +PackageVersion: 2.0.3 +PackageLocale: en-US +ShortDescription: An immersive music player centered on cinematic shots, particle visuals, and lyric stages. +Description: Mineradio is an immersive music player for Windows desktop. It integrates weather radio, search-based playback, lyric stages, particle visuals, and 3D playlist racks into a private music space that delivers a more lifelike, live-performance experience. +Tags: +- album +- artist +- audio +- cloudmusic +- music +- player +- playlist +- qqmusic +- song +- sound +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.zh-CN.yaml b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.zh-CN.yaml new file mode 100644 index 0000000000000..13916240df832 --- /dev/null +++ b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.locale.zh-CN.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: XxHuberrr.Mineradio +PackageVersion: 2.0.3 +PackageLocale: zh-CN +Publisher: Mineradio +PublisherUrl: https://github.com/XxHuberrr +PublisherSupportUrl: https://github.com/XxHuberrr/Mineradio/issues +PackageName: Mineradio +PackageUrl: https://github.com/XxHuberrr/Mineradio +License: GPL-3.0 +LicenseUrl: https://github.com/XxHuberrr/Mineradio/blob/HEAD/LICENSE +Copyright: Copyright (C) 2026 XxHuberrr. +ShortDescription: 一款以电影镜头、粒子视觉和歌词舞台为核心的沉浸式音乐播放器。 +Description: Mineradio 是一款 Windows 桌面沉浸式音乐播放器,把天气电台、搜索播放、歌词舞台、粒子视觉和 3D 歌单架组合成一个更接近现场感的私人音乐空间。 +Tags: +- qq音乐 +- 专辑 +- 播放器 +- 歌单 +- 歌手 +- 歌曲 +- 网易云音乐 +- 音乐 +- 音频 +ReleaseNotes: |- + Mineradio 2.0.3 + - 优化视觉层级与桌面显示体验。 + - 提升启动、播放与切歌稳定性。 + - 更新下载入口,支持多线路选择。 + 下载 + - 夸克盘 + - 百度云(提取码:sjhp) + - 蓝奏云 +ReleaseNotesUrl: https://github.com/XxHuberrr/Mineradio/releases/tag/v2.0.3 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.yaml b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.yaml new file mode 100644 index 0000000000000..00a181bc65f35 --- /dev/null +++ b/manifests/x/XxHuberrr/Mineradio/2.0.3/XxHuberrr.Mineradio.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: XxHuberrr.Mineradio +PackageVersion: 2.0.3 +DefaultLocale: zh-CN +ManifestType: version +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.901/yetone.Alma.installer.yaml b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.installer.yaml new file mode 100644 index 0000000000000..42cb10b0a286b --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.901 +InstallerType: nullsoft +InstallerSwitches: + Upgrade: --updated +UpgradeBehavior: install +ProductCode: 53efb302-dbc3-52a1-8bb5-041beae96976 +ReleaseDate: 2026-07-28 +Installers: +- Architecture: x64 + Scope: user + InstallerUrl: https://updates.alma.now/alma-0.0.901-win-x64.exe + InstallerSha256: AC20A3C6A184D26A6B88C5D3D838AB0FC148DB78D98D5A5BE9FEB34BA3F6F6F7 + InstallerSwitches: + Custom: /currentuser +- Architecture: x64 + Scope: machine + InstallerUrl: https://updates.alma.now/alma-0.0.901-win-x64.exe + InstallerSha256: AC20A3C6A184D26A6B88C5D3D838AB0FC148DB78D98D5A5BE9FEB34BA3F6F6F7 + InstallerSwitches: + Custom: /allusers +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.en-US.yaml b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.en-US.yaml new file mode 100644 index 0000000000000..b7b5aff3fcb3c --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.901 +PackageLocale: en-US +Publisher: yetone +PublisherUrl: https://alma.now/ +PackageName: Alma +PackageUrl: https://alma.now/ +License: Freeware +Copyright: © 2026 Alma +ShortDescription: A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. +Description: |- + Alma is a Local-First, Memory-First AI Agent app — zero barrier to entry, putting Agent capability in everyone's hands. + Why Alma? + Unified Experience + Instead of switching between ChatGPT, Claude, and other AI interfaces, Alma lets you access all your AI providers from a single application. Switch between models with a single click. + Privacy First + Alma runs entirely on your desktop. Your API keys and conversation history stay on your machine - we don't operate any cloud servers that process your data. + Powerful Features + Beyond basic chat, Alma offers: + - Memory First - The AI remembers important information across conversations + - Tools - File operations, shell commands, web search, and more + - Skills - Extend AI behavior with custom prompts and workflows + - Workspaces - Associate chats with project directories for coding assistance + - MCP - Extend capabilities with third-party integrations + Beautiful Design + A modern, clean interface with customizable themes, keyboard shortcuts, and attention to detail. +Tags: +- agent +- agentic +- ai +- large-language-model +- llm +ReleaseNotes: |- + Features + - Added a toggle for the Win98 window trail Easter egg, which is now enabled by default. + - The Win98 window trail Easter egg now also gives the project sidebar a matching 98-inspired look. + Bug Fixes + - Fixed the Win98 window trail so it paints correctly as a dense, smeared trail, drawing the oldest content first instead of causing flicker. + - Prevented the theme system from accidentally clearing the pre-loaded theme on startup, ensuring the bootstrapped look applies reliably. + - Resolved a visual glitch where the settings window briefly displayed un-themed chrome before switching to the Win98 style. +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://alma.now/docs/ +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.zh-CN.yaml b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.zh-CN.yaml new file mode 100644 index 0000000000000..863d922fe4ec4 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.locale.zh-CN.yaml @@ -0,0 +1,34 @@ +# Created with YamlCreate.ps1 Dumplings Mod +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json + +PackageIdentifier: yetone.Alma +PackageVersion: 0.0.901 +PackageLocale: zh-CN +License: 免费软件 +ShortDescription: 一款精美的桌面应用程序,可统一您的 AI 体验。无缝切换 OpenAI、Anthropic、Google Gemini 和自定义提供商。 +Description: |- + Alma 是一款以本地为先、记忆为先的 AI Agent 应用——零门槛上手,让每个人都能轻松使用 Agent 功能。 + 为什么选择 Alma? + 统一体验 + 无需在 ChatGPT、Claude 和其他 AI 界面之间来回切换,Alma 让你通过一个应用程序访问所有 AI 服务提供商。只需单击一下即可切换模型。 + 注重隐私 + Alma 完全在你的桌面运行。你的 API 密钥和对话历史都保留在本地设备中——我们不运营任何用于处理你数据的云服务器。 + 强大功能 + 除了基础聊天外,Alma 还提供: + - 记忆优先 —— AI 能在不同对话间记住重要信息 + - 工具 —— 文件操作、shell 命令、网页搜索等 + - 技能 —— 通过自定义提示词和工作流扩展 AI 行为 + - 工作区 —— 将聊天与项目目录关联,辅助编程开发 + - MCP —— 通过第三方集成扩展能力 + 精美设计 + 现代简洁的界面,支持自定义主题、键盘快捷键,并注重每一个细节。 +Tags: +- 人工智能 +- 大语言模型 +- 智能体 +- 自主智能 +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://alma.now/docs/zh/ +ManifestType: locale +ManifestVersion: 1.12.0 diff --git a/manifests/y/yetone/Alma/0.0.901/yetone.Alma.yaml b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.yaml new file mode 100644 index 0000000000000..648f922c4e620 --- /dev/null +++ b/manifests/y/yetone/Alma/0.0.901/yetone.Alma.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: yetone.Alma +PackageVersion: 0.0.901 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0