[w3c/manifest] Feature Request: Support video ( webm ) icons in manifest (Issue #1162)

Current manifest allows specifying icons in various static image formats, e.g.

```
"icons": [
  {
    "src": "icon/low-res.png",
    "type": "image/png",
    "sizes": "48x48"
  },
```

Would it be feasible ( or of broader interest ) to allow video files, specifically for showing splash screens ? E.g.

```
"icons": [
  {
    "src": "icon/splash.webm",
    "type": "video/webm",
    "sizes": "640x480"
  },
```




-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1162
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1162@github.com>

Received on Thursday, 6 February 2025 02:52:20 UTC