To add an icon to a setting name without causing crashes,
- Make sure the icon file name does not contain hyphens
- Write
@ICONFILENAME.svg setting name
onaddon.json
- Add
ICONFILENAME.svg
at/images/icons/
if missing - Edit
/background/load-addon-manifests.js
to addiconfilenameIcon: "@ICONFILENAME.svg",
- Edit
/addons/scratch-notifier/notifier.js
for Scratch Notifier settings
Comments
Make sure to follow the code of conduct. You can see this comment section on GitHub Discussions, as well as editing and removing your comment.