-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#8910) * 2.20 addons * Remove 2.19 update message addon
- Loading branch information
Gela
authored
Jan 9, 2024
1 parent
a4dbb46
commit 84e6481
Showing
7 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"api_version": "0.1", | ||
"id": "message_whats_new_v2.20", | ||
"name": "What's new message", | ||
"type": "message", | ||
"conditions": { | ||
"min_client_version": "2.20.0", | ||
"max_client_version": "2.20.0" | ||
}, | ||
"javascript": { | ||
"enable": "setDate.js" | ||
}, | ||
"message": { | ||
"date": 1675040400, | ||
"id": "message_whats_new_v2.20", | ||
"title": "You’ve updated to Mozilla VPN 2.20", | ||
"subtitle": "You’re using the latest version of Mozilla VPN.", | ||
"badge": "whats_new", | ||
"blocks": [ | ||
{ | ||
"id": "c_1-1", | ||
"type": "text", | ||
"content": "This update includes minor bug fixes, UI adjustments and other performance improvements." | ||
}, | ||
{ | ||
"id": "c_3", | ||
"type": "text", | ||
"content": "Thank you for installing the latest version!" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
(function (api) { | ||
api.addon.date = (api.settings.updateTime.getTime() / 1000); | ||
}) |