From a8c9a47a80d21931487c679edc222796d3970457 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Wed, 26 Aug 2026 09:18:13 +0200 Subject: [PATCH] doc(spec): allow WebP and AVIF for screenshots and the logo Screenshots were limited to PNG and JPG and the logo to SVG, SVGZ and PNG, while every current browser also renders WebP and AVIF Baseline widely available as of today: https://web-platform-dx.github.io/web-features-explorer/widely-available/. --- docs/standard/schema.core.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index 565a3c8..59c40a6 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -120,7 +120,7 @@ Key ``logo`` - Type: string (relative path to file or absolute URL) - Presence: optional -- Acceptable formats: SVG, SVGZ, PNG +- Acceptable formats: SVG, SVGZ, PNG, JPEG, WebP, AVIF - Example: ``"img/logo.svg"`` This key contains the path to the logo of the software. Logos SHOULD be @@ -560,7 +560,7 @@ Key ``description/[lang]/screenshots`` - Type: array of strings (paths) - Presence: optional -- Formats: PNG, JPG +- Formats: PNG, JPEG, WebP, AVIF - Example: ``"data/screenshots/configuration.png"`` This key contains one or multiple paths to files showing screenshots of