summaryrefslogtreecommitdiffstats
path: root/chromium/components/app_constants/constants.cc
blob: c5ffb19c87e770d2543d3bf09446d9368a531c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/app_constants/constants.h"

namespace app_constants {

const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";

// Generated by: echo "ash-debug-chrome" | sha256sum | head -c32 | tr 0-9a-f a-p
const char kAshDebugBrowserAppId[] = "nenfchlcgcabmbgfjkbcopkbodjmidhi";

// Generated by: echo "lacros-chrome" | sha256sum | head -c32 | tr 0-9a-f a-p
const char kLacrosAppId[] = "jaimifaeiicidiikhmjedcgdimealfbh";

}  // namespace app_constants