README.md
1For historic reasons, Chrome uses the Extension system, more specifically
2"Bookmark Apps", to create and install apps based on websites. Hosted Apps are
3getting deprecated, so we will eventually migrate off extensions/ and into
4web_applications/, but in the meantime we still need to add new features to
5the current implementation.
6
7This directory holds files that implement new features for Hosted Apps that will
8soon be moved to web_applications/. This is to avoid adding files that will soon
9be deleted to extensions/ folders.
10