diff --git a/docs/mini-apps/core-concepts/manifest.mdx b/docs/mini-apps/core-concepts/manifest.mdx
index 94c0eaa3..0eb923ee 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": "https://ex.co/api/webhook",
"subtitle": "Easy to manage",
"description": "Track and manage your cryptocurrency portfolio.",
"screenshotUrls": [
@@ -42,6 +41,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.
@@ -185,6 +185,9 @@ Notification endpoint.
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