From 9cf9ba827e387a9ba6285bd2a2f310a035f16577 Mon Sep 17 00:00:00 2001 From: sohey Date: Sat, 15 Nov 2025 12:11:32 -0300 Subject: [PATCH 1/4] removed the webhook url example --- docs/mini-apps/core-concepts/manifest.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx index 94c0eaa3..7ea5e348 100644 --- a/docs/mini-apps/core-concepts/manifest.mdx +++ b/docs/mini-apps/core-concepts/manifest.mdx @@ -22,7 +22,7 @@ description: "Define how your mini app appears and behaves within the Base app, "iconUrl": "https://ex.co/i.png", "splashImageUrl": "https://ex.co/l.png", "splashBackgroundColor": "#000000", - "webhookUrl": "https://ex.co/api/webhook", + "webhookUrl": "", "subtitle": "Easy to manage", "description": "Track and manage your cryptocurrency portfolio.", "screenshotUrls": [ @@ -42,6 +42,7 @@ description: "Define how your mini app appears and behaves within the Base app, } ``` + Set `"noindex": true` for development or staging environments to prevent search indexing. From 5398af1d14206f9b137eecd6863d8d6df0333dd5 Mon Sep 17 00:00:00 2001 From: sohey Date: Sat, 15 Nov 2025 12:12:28 -0300 Subject: [PATCH 2/4] removed the webhook url example --- docs/mini-apps/core-concepts/manifest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx index 7ea5e348..6e008572 100644 --- a/docs/mini-apps/core-concepts/manifest.mdx +++ b/docs/mini-apps/core-concepts/manifest.mdx @@ -183,7 +183,7 @@ Visual previews. Max 3; portrait 1284×2778px recommended. Notification endpoint. -POST events endpoint. HTTPS URL, max 1024 chars. Required if using notifications. +POST events endpoint. HTTPS URL, max 1024 chars. Required if using notifications. This must be a valid URL. From 36d1e5fb381740ece6904a1663b9826471b9297f Mon Sep 17 00:00:00 2001 From: sohey Date: Mon, 17 Nov 2025 11:04:11 -0300 Subject: [PATCH 3/4] removed the webhook url example --- docs/mini-apps/core-concepts/manifest.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx index 6e008572..3a1f7980 100644 --- a/docs/mini-apps/core-concepts/manifest.mdx +++ b/docs/mini-apps/core-concepts/manifest.mdx @@ -22,7 +22,6 @@ description: "Define how your mini app appears and behaves within the Base app, "iconUrl": "https://ex.co/i.png", "splashImageUrl": "https://ex.co/l.png", "splashBackgroundColor": "#000000", - "webhookUrl": "", "subtitle": "Easy to manage", "description": "Track and manage your cryptocurrency portfolio.", "screenshotUrls": [ @@ -183,7 +182,7 @@ Visual previews. Max 3; portrait 1284×2778px recommended. Notification endpoint. -POST events endpoint. HTTPS URL, max 1024 chars. Required if using notifications. This must be a valid URL. +Only add webhookUrl if you are using notifications or save functionality. This must be a valid URL. From 0e22e56feecb07183cd348879383ccc6a96680c8 Mon Sep 17 00:00:00 2001 From: sohey Date: Mon, 17 Nov 2025 11:32:28 -0300 Subject: [PATCH 4/4] removed the webhook url example --- docs/mini-apps/core-concepts/manifest.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx index 3a1f7980..0eb923ee 100644 --- a/docs/mini-apps/core-concepts/manifest.mdx +++ b/docs/mini-apps/core-concepts/manifest.mdx @@ -182,9 +182,12 @@ Visual previews. Max 3; portrait 1284×2778px recommended. Notification endpoint. -Only add webhookUrl if you are using notifications or save functionality. This must be a valid URL. +POST events endpoint. HTTPS URL, max 1024 chars. Required if using notifications. + +Only add webhookUrl if you are using notifications or save functionality. This must be a valid URL. + #### Embeds & Social Sharing