Overview
The manifest describes how your LinkApp appears in the Linktree marketplace. Keep the copy clear, benefit-led, and easy for users to scan.Minimal Manifest Example
linkapp.config.ts
Field Reference
Supporting Links
All URLs must be publicly accessible HTTPS links.Author Details
Use real contact information so testers and customers can reach you. Only accounts listed below can access the app while it is in draft.LinkApp ID Generation
Important: The LinkApp ID is automatically derived from thename field by converting it to kebab-case:
"Weather LinkApp"→weather-linkapp"Maps"→maps"Bands In Town"→bands-in-town
Versioning & Validation
- Bump
versionfor every release using semantic versioning (major.minor.patch). - Run
linkapp buildto validate the manifest locally before deploying. - Fix common errors such as missing required fields, non-semver versions, or invalid URLs/emails.
Next Steps
Settings Configuration
Configure user-facing settings
URL Matching
Auto-suggest your app for URLs
Visibility & Discovery
Control how users find your app
Back to Configuration
Return to configuration overview