- From: Christian Liebel <notifications@github.com>
- Date: Sat, 06 Jul 2024 07:11:37 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 6 July 2024 14:11:41 UTC
#1101 would introduce a way to localize icons:
```json
{
"lang": "en-US",
"icons": [
{ "src": "icon/lowres.png", "sizes": "64x64" },
{ "src": "icon/hires.png", "sizes": "256x256" }
],
"icons_localized": {
"fr": [
{ "src": "icon/lowres_fr.png", "sizes": "64x64" },
{ "src": "icon/hires_fr.png", "sizes": "256x256" }
]
}
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1077#issuecomment-2211778954
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/issues/1077/2211778954@github.com>
Received on Saturday, 6 July 2024 14:11:41 UTC