Re: [w3c/manifest] Add support for defining a theme color for both light & dark modes (prefers color scheme) (#975)

marcoscaceres left a comment (w3c/manifest#975)

@carlosjeurissen, I guess one could just do if we change the key to a space-separated list of language tags: 

```
{
  "icons": [{},{},{}],
  "icons_localized": {
    "ru be uk": [{},{},{}]
  }
  "dark_theme_color":
    "icons": [{},{},{}],
    "icons_localized": {
      "ru be uk": [{},{},{}]
    }
}
```

Doesn't that pretty much achieve the same thing? 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-3857135051
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/975/3857135051@github.com>

Received on Friday, 6 February 2026 00:33:21 UTC