Re: [w3c/manifest] Icon shapes and masking (#555)

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