tree: 3051f91a5f20fc31caec32119f206b78d8723f76 [path history] [tgz]
  1. app_install.proto
  2. app_install_almanac_connector.cc
  3. app_install_almanac_connector.h
  4. app_install_almanac_connector_unittest.cc
  5. app_install_navigation_throttle.cc
  6. app_install_navigation_throttle.h
  7. app_install_navigation_throttle_browsertest.cc
  8. app_install_navigation_throttle_fuzztests.cc
  9. app_install_navigation_throttle_unittest.cc
  10. app_install_service.cc
  11. app_install_service.h
  12. app_install_service_ash.cc
  13. app_install_service_ash.h
  14. app_install_service_ash_browsertest.cc
  15. app_install_service_lacros.cc
  16. app_install_service_lacros.h
  17. app_install_types.cc
  18. app_install_types.h
  19. arc_app_installer.cc
  20. arc_app_installer.h
  21. arc_app_installer_unittest.cc
  22. BUILD.gn
  23. DIR_METADATA
  24. OWNERS
  25. README.md
  26. web_app_installer.cc
  27. web_app_installer.h
  28. web_app_installer_browsertest.cc
  29. web_app_installer_lacros_browsertest.cc
chrome/browser/apps/app_service/app_install/README.md

App Install Service

This directory contains the App Install Service, a ChromeOS only component of the App Service that unifies installation of different app types through a common interface.

There are two entry points for the interface:

This directory is currently in development and doesn't have full functionality yet. As of 2024/03 it only supports the installation of web apps with metadata hosted in the almanac database (go/cad-melting-pot-prd).