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
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
The specification for app manifests define that icon.src can be relative urls to the base url.
However, the browser assume they are absolute urls and then might show the wrong icon or a broken icon like this:
(in this case using localhost:8888 (the browser base url) instead of the app base url)