- From: Aaron Gustafson <notifications@github.com>
- Date: Thu, 22 Jan 2026 07:51:52 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 January 2026 15:51:55 UTC
aarongustafson left a comment (w3c/manifest#975)
I like the shape of
```json
{
"lang": "de",
"name": "Coole App",
"name_localized": { "en": "Cool App" },
"icons": [{ "src": "a.png" }],
"icons_localized": { "en": [{ "src": "b.png" }] },
"color_scheme_dark": {
"icons": [{ "src": "c.png" }],
"icons_localized": { "en": [{ "src": "d.png" }] }
}
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-3785153982
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/issues/975/3785153982@github.com>
Received on Thursday, 22 January 2026 15:51:55 UTC