- From: Robert Wenzel <notifications@github.com>
- Date: Thu, 04 Jul 2019 03:11:29 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 4 July 2019 10:11:51 UTC
just in case someone spends time searching a solution and ending up here ...
the helpful documentation is
https://w3c.github.io/manifest/#icon-masks
this worked on my side: after adding the `"purpose": "maskable"`
```
"icons": [
{
"src": "/img/myappicon.png",
"type": "image/png",
"sizes": "48x48 72x72 96x96 144x144 192x192 512x512",
"purpose": "maskable"
}
]
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/555#issuecomment-508426578
Received on Thursday, 4 July 2019 10:11:51 UTC