- From: alancutter <notifications@github.com>
- Date: Tue, 19 Jul 2022 21:29:07 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 July 2022 04:29:34 UTC
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