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

aarongustafson left a comment (w3c/manifest#975)

I like the shape of 

```json
{ 
  "lang": "de",
  "name": "Coole App",
  "name_localized": { "en": "Cool App" },
  "icons": [{ "src": "a.png" }],
  "icons_localized": { "en": [{ "src": "b.png" }] },
  "color_scheme_dark": {
    "icons": [{ "src": "c.png" }],
    "icons_localized": { "en": [{ "src": "d.png" }] }
  }
}
```

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

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

Received on Thursday, 22 January 2026 15:51:55 UTC