[white-labelling] The build system needs 64px and 16px icons #6
Labels
enhancement
New feature or request
white-labelling
Issue relates to allowing 3rd parties to create their own versions of this browser extension
The build system assumes the presence of 64px and 16px icons, though they're not required by the browsers. The build system puts references to each of those in the generated
manifest.json
, but if they are not present the browser throws an error.Browsers don't use the 64px rendition at all
The build system should either
(a) check if the lower-res renditions exist on the assets path or
(b) add a setting to
build-config
to list which renditions should be referenced in the generatedmanifest.json
.The text was updated successfully, but these errors were encountered: