You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to do this is to create a manifest.webmanifest file in the public folder and reference it in the HTML template.
One idea I had is to allow html.appIcon to write properties to the public/manifest.webmanifest file, which would allow using both approaches at the same time.
Uh oh!
There was an error while loading. Please reload this page.
What problem does this feature solve?
It would be great if more manifest members were supported, to allow more customization.
It's currently possible to specify the "name" and "icons" through the html.appIcon api
What does the proposed API look like?
One way it could be done: add more fields to the
html.appIcon
Another way would be, instead of calling the configuration option
html.appIcon
, add a configuration option calledhtml.manifest
, with a similar APIThe text was updated successfully, but these errors were encountered: