Move add-on description to i18n
This commit is contained in:
parent
97d69e263d
commit
f87dc359f5
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue