Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Support video ( webm ) icons in manifest #1162

Closed
kaidokert opened this issue Feb 6, 2025 · 1 comment
Closed

Feature Request: Support video ( webm ) icons in manifest #1162

kaidokert opened this issue Feb 6, 2025 · 1 comment

Comments

@kaidokert
Copy link

kaidokert commented Feb 6, 2025

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"
  },
@marcoscaceres
Copy link
Member

Yes, this is permitted by the spec... it's up to the user agent if they would support it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants