- From: Akshat Verma <notifications@github.com>
- Date: Sat, 17 Jun 2023 03:44:16 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 17 June 2023 10:44:22 UTC
This approach makes sense to me –
"theme_color": "red",
"theme_colors": [
{ "color": "darkred", "media": "(prefers-color-scheme: dark)" }
]
Authors could also choose to provide only the default:
"theme_color": "red",
Or (down the road) move to only using the longhand:
"theme_colors": [
{ "color": "red" },
{ "color": "darkred", "media": "(prefers-color-scheme: dark)" }
]
Hope it would work...
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-1595705983
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/issues/975/1595705983@github.com>
Received on Saturday, 17 June 2023 10:44:22 UTC