// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// GENERATED FROM THE SCHEMA DEFINITION AND DESCRIPTION IN
//   ../../components/search_engines/ai_mode_button_config_schema.json
//   ../../components/search_engines/ai_mode_button_config.json
// using json_to_struct.py. DO NOT EDIT.

#include "ai_mode_button_config.h"

namespace ai_mode_button_config {


const AiModeButtonConfig google_debug = {
  SEARCH_ENGINE_BING,
  u"DEB\x00dc" u"G",
  "https://www.google.com/favicon.ico",
  "https://www.google.com/search?q={searchTerms}",
  "https://www.google.com",
};

const std::array<raw_ptr<const AiModeButtonConfig>, 1> kAiModeButtonConfigs ({{
  &google_debug,
}});

}  // namespace ai_mode_button_config
