- From: Jeremy Wagner <notifications@github.com>
- Date: Tue, 04 May 2021 12:58:35 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 4 May 2021 19:58:47 UTC
One approach that sounds good to me would be to overload `"theme_color"` to accept either a string (the current behavior), or a nested object like so:
```
"theme_color": {
"dark": "#000000",
"light": "#ffffff"
}
```
Not sure if this approach conflicts with existing functionality in any way, but it's the first approach that came to mind.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-832204747
Received on Tuesday, 4 May 2021 19:58:47 UTC