#
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
module BeEF
  module Extension
    module AdminUI
      module Constants
        module Icons
          VERIFIED_NOT_WORKING_IMG = 'red.png'
          VERIFIED_USER_NOTIFY_IMG = 'orange.png'
          VERIFIED_WORKING_IMG =     'green.png'
          VERIFIED_UNKNOWN_IMG =     'grey.png'

          MODULE_TARGET_IMG_PATH = 'media/images/icons/'
        end
      end
    end
  end
end
