arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 93 forks source link

what is icon fingerprinting? #98

Closed vesper8 closed 5 years ago

vesper8 commented 5 years ago

this is the first time I hear of this and googling it did not bring up anything relevant... is that just another term for cache-busting through the use of hashes in the filename? or does it mean more than that?

marklai1998 commented 5 years ago

should be the hash of the icon file fingerprint means add the file hash to the file name like MyPicture1s5as7d5sd7f5f4wqfe.png it is common to use it to refresh the cache of CDN

vesper8 commented 5 years ago

thanks for clarifying