Move add-on description to i18n

This commit is contained in:
Maxx Crawford
2021-09-21 15:14:30 -05:00
parent 97d69e263d
commit f87dc359f5
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,4 +1,8 @@
{
"extensionDescription": {
"message": "Multi-Account Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
"description": "Description of the extension. DO NOT TRANSLATE \"Multi-Account Containers\"."
},
"openInNewTabTitle": {
"message": "Open New Tab in…",
"description": "Menu title"
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Firefox Multi-Account Containers",
"version": "7.4.0",
"incognito": "not_allowed",
"description": "Multi-Account Containers helps you keep all the parts of your online life contained in different tabs. Custom labels and color-coded tabs help keep different activities — like online shopping, travel planning, or checking work email — separate.",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "img/container-site-d-48.png",
"96": "img/container-site-d-96.png"