diff _locales/en/messages.json @ 0:3353f3c48b6b

Initial revision
author Guido Berhoerster <guido+open-incognito@berhoerster.name>
date Fri, 14 Dec 2018 15:59:37 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_locales/en/messages.json	Fri Dec 14 15:59:37 2018 +0100
@@ -0,0 +1,14 @@
+{
+    "extensionName": {
+        "message": "Open Incognito",
+        "description": "Name of the extension."
+    },
+    "extensionDescription": {
+        "message": "Open links in the most recently accessed private window.",
+        "description": "Description of the extension."
+    },
+    "openLinkInPrivateWindow": {
+        "message": "Open Link in Private Window",
+        "description": "Title of the menu item for opening links in a private window."
+    }
+}