App Store live-preview payload (internal)
app_store_previewRetrieve an app entry's UI manifest and mock data to render a sandboxed, live preview card for the App Store.
Instructions
Internal: returns an App Store entry's ui and manifest plus its mock-data fixtures, so the App Store app can render a LIVE sandboxed preview card (srcdoc + stub oma + mock snapshot). Read-only; nothing is installed. Not useful to call directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App Store entry name (see app_store_list) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | the entry's ui slot (field named for its format — the preview iframe srcdocs it) | |
| name | Yes | ||
| title | Yes | ||
| category | Yes | ||
| fixtures | Yes | embedded mock snapshot items, or null if the entry ships none | |
| manifest | Yes | ||
| description | Yes |