Use webpack

This change adds webpack as the main tool used while developing the
extension. The extension has been minimally refactored so it works with
webpack, with the intention of refactoring it even further in follow-up
CLs in order to improve the file/folder structure of the project and its
readibility.

Bug: translateselectedtext:5
Change-Id: I89d7422e38fdaf46661c96527c51aa4436ad8056
diff --git a/tools/i18n/crowdin.template.yml b/tools/i18n/crowdin.template.yml
index 3589ec3..9186c2a 100644
--- a/tools/i18n/crowdin.template.yml
+++ b/tools/i18n/crowdin.template.yml
@@ -11,10 +11,10 @@
 files: [
  {
   # Source files filter
-  "source" : "src/_locales/en/messages.json",
+  "source" : "src/static/_locales/en/messages.json",
 
   # Where translations will be placed
-  "translation" : "src/_locales/%osx_locale%/%original_file_name%",
+  "translation" : "src/static/_locales/%osx_locale%/%original_file_name%",
 
   # Files or directories for ignore
   "ignore" : ["OWNERS"],