Re: [w3c/manifest] Adding the webapp's badge to the manifest (#480)

@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