WICG / manifest-incubations

Before install prompt API for installing web applications
https://wicg.github.io/manifest-incubations/
Other
99 stars 29 forks source link

Support plain string for display_override #11

Open alancutter opened 3 years ago

alancutter commented 3 years ago

https://wicg.github.io/manifest-incubations/index.html#display_override-member

We should allow plain strings for this field e.g. "display_override": "tabbed" to be parsed equivalently as "display_override": ["tabbed"].