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
No known key found for this signature in database
GPG key ID: 71DBD3273B65FEF9
2 changed files with 5 additions and 1 deletions

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": { "openInNewTabTitle": {
"message": "Open New Tab in…", "message": "Open New Tab in…",
"description": "Menu title" "description": "Menu title"

View file

@ -3,7 +3,7 @@
"name": "Firefox Multi-Account Containers", "name": "Firefox Multi-Account Containers",
"version": "7.4.0", "version": "7.4.0",
"incognito": "not_allowed", "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": { "icons": {
"48": "img/container-site-d-48.png", "48": "img/container-site-d-48.png",
"96": "img/container-site-d-96.png" "96": "img/container-site-d-96.png"