- From: Louise Brett <notifications@github.com>
- Date: Wed, 23 Nov 2022 15:41:11 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 November 2022 23:41:23 UTC
The syntax that I've implemented for the origin trial is: ``` "theme_colors": [ { "color": "#000", "media": "(prefers-color-scheme: dark)" } ], "background_colors": [ { "color": "#000", "media": "(prefers-color-scheme: dark)" } ] ``` Currently the only supported fields are "theme_colors" and "background_colors" and the only supported media query is "(prefers-color-scheme: dark)". -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/1045#issuecomment-1325773952 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/issues/1045/1325773952@github.com>
Received on Wednesday, 23 November 2022 23:41:23 UTC