Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/mini-apps/core-concepts/manifest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -42,6 +41,7 @@ description: "Define how your mini app appears and behaves within the Base app,
}
```


<Tip>
Set `"noindex": true` for development or staging environments to prevent search indexing.
</Tip>
Expand Down Expand Up @@ -185,6 +185,9 @@ Notification endpoint.
POST events endpoint. HTTPS URL, max 1024 chars. Required if using notifications.
</ParamField>
</Card>
<Warning>
Only add webhookUrl if you are using notifications or save functionality. This must be a valid URL.
</Warning>

#### Embeds & Social Sharing

Expand Down
Loading