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 has been archived by the owner on Nov 27, 2019. It is now read-only.
Maybe also provide another option to use chrome registrations? Personally I don't think forcing everyone to put icon files on the top level is a good idea.
In https://github.com/mozilla-jetpack/jpm/blob/master/lib/rdf.js#L90 we use a hack to replace relative icon paths with absolute
resource://
URLs, since relative icon paths are not supported in Firefox (yet?).This should not be the default way to go because:
resource://
is not guaranteed to be around foreverHence we should log a short warning that it is recommended to use a file called
icon.png
/icon64.png
in the root directory instead and link to https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#iconURLThe text was updated successfully, but these errors were encountered: