{ ApplicationDescription = "Image viewer"; ApplicationIcon = Preview; ApplicationName = Preview; ApplicationRelease = "0.8.5"; ApplicationURL = "http://gna.org/projects/gsimageapps"; Authors = ("Fabien VALLON "); Copyright = "Copyright \U00a9 2003,2004 Fabien VALLON,\n Alcove:http://www.alcove.com\n"; CopyrightDescription = "Released under the GNU GPL."; FullVersionID = "0.8.5"; NSTypes = ( { NSName = "jpg"; NSHumanReadableName = "JPEG Image"; NSUnixExtensions = (jpg,jpeg,JPG,JPEG); NSDOSExtensions = (jpg); NSMIMETypes = ("image/jpeg"); NSRole = Viewer; NSIcon = FileIcon_jpeg.tiff; NSDocumentClass = Document; }, { NSName = "png"; NSHumanReadableName = "PNG Image"; NSUnixExtensions = (png,PNG); NSDOSExtensions = (png); NSMIMETypes = ("image/png"); NSRole = Viewer; NSIcon = FileIcon_png.tiff; NSDocumentClass = Document; }, { NSName = "gif"; NSHumanReadableName = "GIF Image"; NSUnixExtensions = (gif,GIF); NSDOSExtensions = (gif); NSMIMETypes = ("image/gif"); NSRole = Viewer; NSIcon = FileIcon_gif.tiff; NSDocumentClass = Document; }, { NSName = "xpm"; NSHumanReadableName = "XPM Image"; NSUnixExtensions = (xpm,XPM); NSDOSExtensions = (xpm); NSMIMETypes = ("image/xpm"); NSRole = Viewer; NSIcon = FileIcon_xpm.tiff; NSDocumentClass = Document; }, { NSName = "tiff"; NSHumanReadableName = "TIFF Image"; NSUnixExtensions = (tiff,TIFF,tif,TIF); NSDOSExtensions = (tiff); NSMIMETypes = ("image/tiff"); NSRole = Editor; NSIcon = FileIcon_tiff.tiff; NSDocumentClass = Document; }, { NSName = "pnm"; NSHumanReadableName = "PNM Image"; NSUnixExtensions = (pnm,PNM); NSDOSExtensions = (pnm); NSMIMETypes = ("image/pnm"); NSRole = Viewer; NSIcon = FileIcon_pnm.tiff; NSDocumentClass = Document; } ); }