const preferenceItem: AddonSettingsItem = {
displayName: 'Image Optimizer',
// subHeader is optional and if omitted, no subHeader will be rendered
// this defines what string will be rendered in the left hand "column" of a row
// this defines what will be rendered in the right hand "column" of a row. It can be any React component.
// ...add some more rows if you want
// ...add some more sections if you want
console.log('changes applied!')
// This optional object can be any arbitrary props to get passed to your row components (or Override component)
menu.push(preferenceItem);
// remember to return the menu array here! If you don't Local won't be able to render your Preference item