- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 15 Jan 2026 04:11:42 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 January 2026 12:11:46 UTC
marcoscaceres left a comment (w3c/manifest#975)
Ok, running through more conditions, it might be better to just have one `"dark"` member 🙈:
```JSON
{
"background_color": "#fff",
"theme_color": "red",
"dark": {
"background_color": "#000",
"theme_color": "hotpink"
"icons_localized": [{}]
}
}
```
That still covers everything and is even less complexity.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-3754426877
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/issues/975/3754426877@github.com>
Received on Thursday, 15 January 2026 12:11:46 UTC