- From: Kaido Kert <notifications@github.com>
- Date: Wed, 05 Feb 2025 18:52:15 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 February 2025 02:52:20 UTC
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