Re: [w3c/manifest] No way to localize icons? (Issue #1077)

#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