Skip to content
Snippets Groups Projects
Commit 6c932e69 authored by David Byers's avatar David Byers
Browse files

Renamed the extension.

parent 94436184
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33337 failed
......@@ -57,7 +57,7 @@ prepare:release:
- npm install --global web-ext --cache "$CI_PROJECT_DIR/.cache/npm" --prefer-offline --no-audit
- cd build/firefox
- web-ext -a . sign --channel=$CHANNEL
- mv atp_safe_links_cleaner* ../../safelinks-cleaner-firefox-$VARIANT.xpi
- mv safe_links_cleaner* ../../safelinks-cleaner-firefox-$VARIANT.xpi
artifacts:
paths:
- safelinks-cleaner-firefox.xpi
......
{
"extensionDescription": {
"message": "Clean up display of links rewritten by Microsoft Defender for Office 365 Safe Links, so it is easy to see and copy the original link.",
"message": "Correct the display and quoting of links mangled by Microsoft Defender for Office 365 Safe Links.",
"description": "Description of the extension."
},
......
{
"extensionDescription": {
"message": "Ändra visning av länkar omskrivna av Microsoft Defender för Office 365 Safe Links, så det är enkelt att se och kopiera den ursrpungliga länken.",
"message": "Korrigera visning och citering av länkar manglade av Microsoft Defender för Office 365 Safe Links.",
"description": "Description of the extension."
},
......
{
"manifest_version": 2,
"name": "ATP Safe Links Cleaner",
"name": "Safe Links Cleaner",
"description": "__MSG_extensionDescription__",
"version": "%VERSION%",
"author": "David Byers",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment