Skip to content

Commit

Permalink
Fix Google Search Console app
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Dec 5, 2023
1 parent e2d8888 commit 82df95e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appstore/src/applications/mockedMostPopularApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ const TMP_MOST_POP_APPS = {
{
id: 'recipe/246',
previousServiceId: 'google-webmaster',
name: 'Google Search Central',
name: 'Google Search Console',
category: {
name: 'Admin & Back-office',
__typename: 'ApplicationCategory',
Expand Down Expand Up @@ -2075,7 +2075,7 @@ const TMP_MOST_POP_APPS = {
{
id: 'recipe/246',
previousServiceId: 'google-webmaster',
name: 'Google Search Central',
name: 'Google Search Console',
category: {
name: 'Admin & Back-office',
__typename: 'ApplicationCategory',
Expand Down
17 changes: 13 additions & 4 deletions manifests/definitions/246.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "Google Search Central",
"name": "Google Search Console",
"category": "Admin & Back-office",
"start_url": "https://developers.google.com/search",
"start_url": "https://search.google.com/search-console",
"icons": [
{
"src": "https://cdn.filestackcontent.com/G0SURHVZTEOtLk7dMgiB",
"platform": "browserx"
}
],
"theme_color": "#4089F8",
"scope": "https://developers.google.com/search",
"bx_legacy_service_id": "google-webmaster"
"scope": "https://search.google.com",
"bx_legacy_service_id": "google-webmaster",
"bx_multi_instance_config": {
"preset": "google-account",
"presets": [
"google-account"
],
"instance_wording": "account",
"instance_label_tpl": "{{email}}",
"start_url_tpl": "https://accounts.google.com/AddSession?passive=true&Email={{userIdentity.profileData.email}}&continue=https://search.google.com/search-console"
}
}

0 comments on commit 82df95e

Please sign in to comment.