Re: [w3c/manifest] Web Manifest Overrides (Issue #1045)

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