We have a map like this: ```haskell M.Map FilePath GopherFileType ``` The configuration option could look like this, allowing to override the mapping: ```json { "file-types": { "apng": "I" } } ``` Also the default fallback should be configurable (currently `File`).