blob: 2f7e880507787b72dd78725594de1a176596dda2 [file] [log] [blame]
// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_ASH_COMPONENTS_FILE_MANAGER_APP_ID_H_
#define CHROMEOS_ASH_COMPONENTS_FILE_MANAGER_APP_ID_H_
namespace file_manager {
// The file manager's app ID.
//
// Note that file_manager::kFileManagerAppId is a bit redundant but a shorter
// name like kAppId would be cryptic inside "file_manager" namespace.
inline constexpr char kFileManagerAppId[] = "hhaomjibdihmijegdhdafkllkbggdgoj";
// The app ID generated by the System Web App framework.
inline constexpr char kFileManagerSwaAppId[] =
"fkiggjmkendpmbegkagpmagjepfkpmeb";
// The text editor's app ID.
inline constexpr char kTextEditorAppId[] = "mmfbcljfglbokpmkimbfghdkjmjhdgbg";
// The image loader extension's ID.
inline constexpr char kImageLoaderExtensionId[] =
"pmfjbimdmchhbnneeidfognadeopoehp";
} // namespace file_manager
#endif // CHROMEOS_ASH_COMPONENTS_FILE_MANAGER_APP_ID_H_