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

An extensible concept of manifest overriding sounds ideal to me if its syntax can accomodate all potential use cases.
Something with the data structure:
```json
"conditional_overrides": [
  {
    "condition": <predicate>,
    "path.to.manifest.field": <override value>,
    ...
  },
  ...
]
```
I'm somewhat skeptical an acceptable syntax can be found though.

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

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

Received on Wednesday, 20 July 2022 04:29:34 UTC