made sure each widget has a /src/runtime/translations/default.ts file with a _widgetLabel property, with the value set to the same as the manifest.json label property (above)
made sure all the sample widgets have the same icon
made the order of the properties in the manifest.json files more consistent
manifest.json
has alabel
property/src/runtime/translations/default.ts
file with a_widgetLabel
property, with the value set to the same as the manifest.jsonlabel
property (above)manifest.json
files more consistent