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

Thanks, @marcoscaceres, for doing the grunt work and summarizing all proposals so far. Boy, this space is complex. Regarding **Purpose-built objects and members**, it's not clear if your proposal would require CSS user preference media query parsing or not, since you mention two ways:

```json
{
  "color": "darkred",
  "media": "(prefers-color-scheme: dark)"
}
```
```json
{
  "other_icons": [{
    "src": "/icons/play-later.svg",
    "scheme": "dark"
  }]
}
```

Can you clarify?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1045#issuecomment-1188733459
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1045/1188733459@github.com>

Received on Tuesday, 19 July 2022 08:06:15 UTC