w3c / manifest-app-info

Web App Manifest - Application Information
https://w3c.github.io/manifest-app-info/
Other
27 stars 14 forks source link

Add videos alongside screenshots #36

Open FluorescentHallucinogen opened 3 years ago

FluorescentHallucinogen commented 3 years ago

Some app stores like Google Play and Microsoft Store allow to publish videos in addition to screenshots.

Video can be declared inside "screenshots" member or outside it.

It can be a link to video file (or a set of links in different formats and resolutions) or a link to e.g. YouTube.

Browsers can display video inside screenshot carousel in the PWA install UI (https://twitter.com/alexey_rodionov/status/1394004391384944640).

google-play-video

aarongustafson commented 3 years ago

I think this is a great addition. Perhaps the ImageResource could be more generalized as a MediaResource. It may require an additional poster parameter, however.

FluorescentHallucinogen commented 3 years ago

@b1tr0t @mustafa-x PTAL. :wink:

mustafa-x commented 3 years ago

We actually explored videos and animated gifs as well. For now we are looking at the experienment to see the impact of the overall installsheet first before adding new media types.

FluorescentHallucinogen commented 3 years ago

I think we need to agree on the JSON format (key names, valid values, etc.).

FluorescentHallucinogen commented 2 years ago

For now we are looking at the experienment to see the impact of the overall installsheet first before adding new media types.

It looks like the experiment has come to an end a long time ago, the feature in the stable now. :)