Updated localized extension description
This commit is contained in:
parent
21cf8ec613
commit
a44e13645c
|
@ -38,7 +38,7 @@ build firefox:
|
||||||
build chrome:
|
build chrome:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- jq 'del(.applications) | .description=""' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
|
- jq 'del(.applications)' manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
|
||||||
- zip ClearUrls_chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
|
- zip ClearUrls_chrome -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
|
||||||
|
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"extension_description": {
|
"extension_description": {
|
||||||
"message": "Entfernt tracking Elemente von URLs.",
|
"message": "Entfernt tracking Elemente von URLs.",
|
||||||
"description": "Erweiterungsbeschreibung"
|
"description": "Erweiterungsbeschreibung (max. 132 Zeichen)"
|
||||||
},
|
},
|
||||||
"hash_status_code_1": {
|
"hash_status_code_1": {
|
||||||
"message": "Aktuell",
|
"message": "Aktuell",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"extension_description": {
|
"extension_description": {
|
||||||
"message": "Remove tracking elements from URLs.",
|
"message": "Remove tracking elements from URLs.",
|
||||||
"description": "Extension description."
|
"description": "Extension description (max. 132 characters)"
|
||||||
},
|
},
|
||||||
"hash_status_code_1": {
|
"hash_status_code_1": {
|
||||||
"message": "up to date",
|
"message": "up to date",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user