tree: 21a629d8b17f375d5d7c87186dd3df569751952d [path history] [tgz]
  1. bookmark_app_installation_task.cc
  2. bookmark_app_installation_task.h
  3. bookmark_app_installation_task_unittest.cc
  4. bookmark_app_installer.cc
  5. bookmark_app_installer.h
  6. bookmark_app_installer_unittest.cc
  7. bookmark_app_tab_helper.cc
  8. bookmark_app_tab_helper.h
  9. bookmark_app_util.cc
  10. bookmark_app_util.h
  11. bookmark_app_util_unittest.cc
  12. BUILD.gn
  13. pending_bookmark_app_manager.cc
  14. pending_bookmark_app_manager.h
  15. pending_bookmark_app_manager_browsertest.cc
  16. pending_bookmark_app_manager_unittest.cc
  17. README.md
  18. web_app_audio_focus_browsertest.cc
  19. web_app_extension_ids_map.cc
  20. web_app_extension_ids_map.h
  21. web_app_extension_ids_map_unittest.cc
  22. web_app_extension_shortcut.cc
  23. web_app_extension_shortcut.h
  24. web_app_extension_shortcut_mac.h
  25. web_app_extension_shortcut_mac.mm
chrome/browser/web_applications/extensions/README.md

For historic reasons, Chrome uses the Extension system, more specifically “Bookmark Apps”, to create and install apps based on websites. Hosted Apps are getting deprecated, so we will eventually migrate off extensions/ and into web_applications/, but in the meantime we still need to add new features to the current implementation.

This directory holds files that implement new features for Hosted Apps that will soon be moved to web_applications/. This is to avoid adding files that will soon be deleted to extensions/ folders.