diff --git a/appstore/src/applications/mockedMostPopularApps.ts b/appstore/src/applications/mockedMostPopularApps.ts index 5415a74f..ba7be547 100644 --- a/appstore/src/applications/mockedMostPopularApps.ts +++ b/appstore/src/applications/mockedMostPopularApps.ts @@ -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', @@ -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', diff --git a/manifests/definitions/246.json b/manifests/definitions/246.json index 2e67146e..34ed7fbc 100644 --- a/manifests/definitions/246.json +++ b/manifests/definitions/246.json @@ -1,7 +1,7 @@ { - "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", @@ -9,6 +9,15 @@ } ], "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" + } }