immersive-web / spatial-favicons

A proposal for favicon support for a new data type. Feature lead: Rik Cabanier
Other
12 stars 7 forks source link

Web App manifest addition #4

Open cwilso opened 5 years ago

cwilso commented 5 years ago

The addition to Web App Manifest is going to be a little more complex. The WebApp manifest 'icons' member is currently defined as a set of ImageResources, each of which is of (MIME) type "image" - there's a loading step that it iterates through. Unless the model type starts with "image", which doesn't make sense, it's going to be a little challenging to have mixed types in that list.

raviramachandra commented 5 years ago

I have opened an issue on web app manifest repo: https://github.com/w3c/manifest/issues/763