- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 04 Aug 2016 23:40:17 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Friday, 5 August 2016 06:40:48 UTC
@beverloo, mabye we want is to enhance image objects with a "purpose" or "role" (though
"role" usually refers to ARIA role) and "platform" member... so:
```JSON
{
"icons": [ {
"src": "icon/android/badge.png",
"purpose": "badge",
"platform": "android"
}, {
"src": "icon/app.png"
}]
}
```
---
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/480#issuecomment-237768677
Received on Friday, 5 August 2016 06:40:48 UTC