# File lib/launchy/applications/browser.rb, line 10
    def self.handles?( uri )
      return true if schemes.include?( uri.scheme )
      return true if File.exist?( uri.path )
    end