chromium/ash/webui/boca_ui/resources/mock/app_bin.ts

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const bocaApp = document.createElement('boca-app');
bocaApp.textContent = `Please build branded Chrome (set is_chrome_branded =
true) for the official Boca app.`;
document.body.appendChild(bocaApp);