feat: import code from CWS listing

This is an import from the code as uploaded to the Chrome Web Store in
version 0.1.4.

It also adds a .gitreview file to facilitate uploading the code for
review in Gerrit.

Change-Id: Ib15fdf3b9508b2cc9e49ac0414fcaea3e6441bbb
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
new file mode 100644
index 0000000..4bc65c1
--- /dev/null
+++ b/_locales/en/messages.json
@@ -0,0 +1,26 @@
+{
+	"appName": {
+		"message": "Report Webpages",
+		"description": "The app name"
+	},
+	"appDescription": {
+	"message": "Quickly report webpages clicking in the extension icon in the Omnibox",
+		"description": "The app description"
+	},
+	"report_badware": {
+		"message": "Report badware",
+		"description": "Button in the popup"
+	},
+	"report_webspam": {
+		"message": "Report webspam",
+		"description": "Button in the popup"
+	},
+	"report_phishing": {
+		"message": "Report phishing",
+		"description": "Button in the popup"
+	},
+	"options_closebutton": {
+		"message": "Close",
+		"description": "Close button in the settings page"
+	}
+}