Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Nov 25, 2023
2 parents 912657c + 02d0c48 commit 03242b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions appstore/src/applications/mockedMostPopularApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ const TMP_MOST_POP_APPS = {
},
themeColor: '#1E213F',
iconURL: 'https://cdn.filestackcontent.com/kMqInOmTOuMJwO1VqlBA',
startURL: 'https://mail.protonmail.com',
startURL: 'https://mail.proton.me',
isChromeExtension: false,
bxAppManifestURL:
'http://localhost:4001/application-recipe/550/bxAppManifest.json',
Expand Down Expand Up @@ -2215,7 +2215,7 @@ const TMP_MOST_POP_APPS = {
},
themeColor: '#1E213F',
iconURL: 'https://cdn.filestackcontent.com/kMqInOmTOuMJwO1VqlBA',
startURL: 'https://mail.protonmail.com',
startURL: 'https://mail.proton.me',
isChromeExtension: false,
bxAppManifestURL:
'http://localhost:4001/application-recipe/550/bxAppManifest.json',
Expand Down
10 changes: 3 additions & 7 deletions manifests/definitions/550.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Proton Mail",
"category": "Communication & Collaboration",
"start_url": "https://mail.protonmail.com",
"start_url": "https://mail.proton.me",
"icons": [
{
"src": "https://cdn.filestackcontent.com/ekRf8BPoRdemQsR2UZMA"
Expand All @@ -12,11 +12,7 @@
}
],
"theme_color": "#1E213F",
"scope": "https://mail.protonmail.com",
"scope": "https://mail.proton.me",
"bx_keep_always_loaded": true,
"bx_legacy_service_id": "protonmail",
"extended_scopes": [
"https://mail.protonmail.com",
"https://protonmail.com"
]
"bx_legacy_service_id": "protonmail"
}

0 comments on commit 03242b7

Please sign in to comment.