Configuration/TCA/Overrides/sys_file_reference.php

$GLOBALS['TCA']['sys_file_reference']['columns']['crop']['config'] = array(
    'type' => 'imageManipulation',
    'allowedExtensions' => 'jpg,png,gif',
    'ratios' => array(
        '1.7777777777777777' => '16:9',
        '1.3333333333333333' => '4:3',
        '0.71428571428571' => '5:7',
        '1' => '1:1',
        'NaN' => 'Free',
        '2.315789473684211' => '1100:475 (Slider)',
        '0.77' => '616:800 (Promo)',        
        '4.4' => '1100:250 (Banner)',
    ),
);