here’s a tidy, human-readable digest of the Google Cloud snippet you pasted (it’s the client bootstrap config that powers cloud.google.com pages), plus a compact JSON you can reuse.

What this is

  • A WIZ_global_data blob for the GoogleCloudUxWebAppCgcUi app (Google Cloud marketing “bricks” UI).
  • Environment: prod; build tag boq_cloud-ux-webapp-cgc-ui_20250821.08_p0; release stamp shows 2025-08-24.
  • Routing/allowlist includes many app paths (e.g., /_/BeyondCorpDeniedUi, /ai/gen-app-builder, /application/web3, /signup/*, several sitemap endpoints).
  • Locales enabled: en, de, es, es-419, fr, id, it, ja, ko, pt-BR, zh-CN, zh-TW.
  • GTM container: GTM-5CVQBG.
  • Public client API key present (masked): AIzaSyD3LJeW4Q6gtd….
  • Tenants defined:
    • cgc-brickscloud.google.com (primary Google Cloud marketing)
    • Cloud Partner – Bricks → partners.cloud.google.com
    • wgc-bricks (Workspace) → workspace.google.com
    • codeassist → codeassist.google
    • agentspace → agentspace.google.com
  • Each tenant carries localized blog/contact/home URLs and social links (Facebook, X, Instagram, YouTube, LinkedIn; plus GitHub for Cloud).
  • Assets: preconnect to cloud.google.com / www.gstatic.com; favicon https://www.gstatic.com/cgc/favicon.ico; Apple touch icon super_cloud.png; email/header logos for Cloud/Workspace.
  • Fonts: Google Sans Text (various weights/italics).
  • A/B & feature flags present (large nQyAE map of experiment toggles).
  • Perf hook: inlined script measuring JS/CSS load, image “iml”, and AFT marks via performance.mark.

{
  "app": {
    "name": "GoogleCloudUxWebAppCgcUi",
    "env": "prod",
    "build": "boq_cloud-ux-webapp-cgc-ui_20250821.08_p0",
    "release_date": "2025-08-24"
  },
  "analytics": {
    "gtm_container": "GTM-5CVQBG",
    "public_client_api_key": "AIzaSyD3LJeW4Q6gtd…"
  },
  "i18n": {
    "locales": ["en","de","es","es-419","fr","id","it","ja","ko","pt-BR","zh-CN","zh-TW"],
    "default": "en"
  },
  "routing_allowlist": [
    "/_/*","/_/BeyondCorpDeniedUi","/_/BeyondCorpDeniedUi/*",
    "/__/csv/pct","/__/json/customers","/__/json/searchskus","/__/pingz","/__/te",
    "/accounts/*","/ai/gen-app-builder","/ai/gen-app-builder/*",
    "/application/web3","/application/web3/*",
    "/beyondcorp-enterprise/accessdenied","/beyondcorp-enterprise/accessdenied/*",
    "/blog","/blog/*","/blog/transform","/blog/transform/*",
    "/cgc/sitemap/:pageTemplateType","/cgc/sitemapindex.xml",
    "/dlp/sandbox/image","/dlp/sandbox/text",
    "/identity/signup/premium","/identity/signup/premium/*",
    "/partners/incentivepayments","/redirector",
    "/signup/gcpidentity","/signup/gcpidentity/*",
    "/signup/identity","/signup/identity/*",
    "/sitemapentries/:site","/sitemapindex.xml",
    "/transform","/transform/*"
  ],
  "tenants": [
    {
      "id": 1,
      "name": "cgc-bricks",
      "base": "https://cloud.google.com",
      "contact": "https://cloud.google.com/contact",
      "blog": "https://cloud.google.com/blog",
      "social": {
        "facebook": "https://www.facebook.com/googlecloud",
        "x": "https://www.x.com/googlecloud",
        "instagram": "https://www.instagram.com/googlecloud",
        "youtube": "https://www.youtube.com/googlecloud",
        "linkedin": "https://www.linkedin.com/company/google-cloud",
        "github": "https://github.com/GoogleCloudPlatform"
      },
      "logos": {
        "email": "https://www.gstatic.com/cgc/email/logo.png",
        "email_alt": "https://www.gstatic.com/cgc/email/google-cloud.png"
      }
    },
    {
      "id": 2,
      "name": "Cloud Partner - Bricks",
      "base": "https://partners.cloud.google.com"
    },
    {
      "id": 3,
      "name": "wgc-bricks (Workspace)",
      "base": "https://workspace.google.com",
      "contact": "https://workspace.google.com/contact",
      "blog": "https://workspace.google.com/blog",
      "social": {
        "facebook": "https://www.facebook.com/googleworkspace",
        "x": "https://x.com/googleworkspace",
        "instagram": "https://www.instagram.com/googleworkspace",
        "youtube": "https://www.youtube.com/googleworkspace",
        "linkedin": "https://www.linkedin.com/showcase/googleworkspace"
      },
      "logos": {
        "email": "https://www.gstatic.com/cgc/email/workspace-logo.png",
        "email_footer": "https://www.gstatic.com/cgc/email/footer-workspace-logo.png"
      }
    },
    { "id": 4, "name": "codeassist", "base": "https://codeassist.google" },
    {
      "id": 5,
      "name": "agentspace",
      "base": "https://agentspace.google.com",
      "logos": {
        "header": "https://www.gstatic.com/cgc/agentspace/agentspace-header-logo-v2.svg"
      }
    }
  ],
  "assets": {
    "preconnect": ["https://cloud.google.com","//www.gstatic.com"],
    "icons": {
      "favicon": "https://www.gstatic.com/cgc/favicon.ico",
      "apple_touch": "https://www.gstatic.com/cgc/super_cloud.png"
    },
    "fonts": [
      "https://fonts.googleapis.com/css2?family=Google+Sans+Text:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
    ]
  },
  "perf_instrumentation": {
    "marks": ["aft","iml","prt"],
    "lazy_image_detection": true
  },
  "feature_flags": "present (experiment map in nQyAE)"
}

want me to pull out every localized blog/contact URL or enumerate all social handles by locale?