-
Notifications
You must be signed in to change notification settings - Fork 117
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
* Create 2.19 What's new and Update messages * Fix id in enable.js
- Loading branch information
Showing
7 changed files
with
43 additions
and
8 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.19", | ||
"name": "What's new message", | ||
"type": "message", | ||
"conditions": { | ||
"min_client_version": "2.19.0", | ||
"max_client_version": "2.19.9" | ||
}, | ||
"javascript": { | ||
"enable": "setDate.js" | ||
}, | ||
"message": { | ||
"date": 1675040400, | ||
"id": "message_whats_new_v2.19", | ||
"title": "You’ve updated to Mozilla VPN 2.19", | ||
"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); | ||
}) |