Only displaying zip files with wp media

The zip files are in a subtype called application so you should try using:

type: 'application/zip'

A list of default allowed mime types is available from wp_get_mime_types.