From ef7fd22ecb47dd425acbc2694c89872495b1944d Mon Sep 17 00:00:00 2001 From: Kashish Hora Date: Wed, 11 Mar 2026 15:55:45 +0100 Subject: [PATCH] update playground extension banner with real store URL and improved copy --- examples/playground/src/components/ExtensionBanner.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/playground/src/components/ExtensionBanner.tsx b/examples/playground/src/components/ExtensionBanner.tsx index 4d7a093..58eb752 100644 --- a/examples/playground/src/components/ExtensionBanner.tsx +++ b/examples/playground/src/components/ExtensionBanner.tsx @@ -1,9 +1,8 @@ import { useState, useEffect } from "react"; import "./ExtensionBanner.css"; -// TODO: Replace with actual Chrome Web Store URL once published const CHROME_STORE_URL = - "https://chromewebstore.google.com/detail/webmcp-bridge/EXTENSION_ID_HERE"; + "https://chromewebstore.google.com/detail/webmcp-bridge/chgjbookknohehmaocfijekhaocaanaf"; const DETECTION_TIMEOUT = 2000; @@ -57,11 +56,11 @@ export function ExtensionBanner() {
- Not connected — the{" "} + Not connected — install or activate the{" "} WebMCP Bridge extension {" "} - is not detected. Install it to expose your tools to AI clients. + to expose your tools to AI clients.