open-in-browser icon indicating copy to clipboard operation
open-in-browser copied to clipboard

Consider de-duplicating icon files to reduce file size

Open Rob--W opened this issue 8 years ago • 0 comments

The current size of all icons in extension/icons/ is 706369 bytes.
If duplicates are discarded, the size drops to 345732 bytes. (source: 384413ebf05db4b9624e96358f7246c592ecec5d)

Consider adding a build step that removes duplicate images and adds aliases (e.g. in extension/mime-metadata.js via gen-mime-info.js) to reduce the size of the extension package.

Rob--W avatar Nov 18 '17 18:11 Rob--W