This issue is to get comments and people's thoughts about making chrome_gen the preferred chrome API library. So, something like:
- rename the package
chrome_gen to chrome, and rename the github repo or move the contents into the chrome repo
- rename the package
chrome to something like chrome_old, and swizzle the github repo contents accordingly. This way people that still need to depend on the old repo can do so
I think this work is predicated on getting the old chrome tests running with the new chrome_gen package, so we maintain existing test coverage.