pub const FILE_EXTENSION: &'static str;
File extension, excluding the leading dot.
When the file name has multiple extensions (example.tar.gz), only the last one should be captured (“gz”, not “tar.gz”).
"png"
"gz"