tree: 5c01f2f8176197a9913fd02ac1f34cbf0691a095 [path history] [tgz]
  1. app_install.proto
  2. app_install_almanac_endpoint.cc
  3. app_install_almanac_endpoint.h
  4. app_install_almanac_endpoint_unittest.cc
  5. app_install_discovery_metrics.cc
  6. app_install_discovery_metrics.h
  7. app_install_navigation_throttle.cc
  8. app_install_navigation_throttle.h
  9. app_install_navigation_throttle_browsertest.cc
  10. app_install_navigation_throttle_fuzztests.cc
  11. app_install_navigation_throttle_unittest.cc
  12. app_install_service.cc
  13. app_install_service.h
  14. app_install_service_ash.cc
  15. app_install_service_ash.h
  16. app_install_service_ash_browsertest.cc
  17. app_install_service_ash_unittest.cc
  18. app_install_types.cc
  19. app_install_types.h
  20. app_install_types_unittest.cc
  21. arc_app_installer.cc
  22. arc_app_installer.h
  23. arc_app_installer_unittest.cc
  24. BUILD.gn
  25. DIR_METADATA
  26. OWNERS
  27. README.md
  28. test_app_install_server.cc
  29. test_app_install_server.h
  30. web_app_installer.cc
  31. web_app_installer.h
  32. web_app_installer_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).