CustomCSS.getManifest method
CustomCSS › getManifest
Unofficial
Fetch a theme's manifest using repository URL.Signature:
getManifest(repoUrl: string): Promise<ThemeManifest>Parameters:
| Parameter | Type | Description |
|---|---|---|
| repoUrl | string | Repository URL (e.g. username/repo). |
Returns: Promise<ThemeManifest> — The theme manifest.
Remarks:
Do **not** include github prefix, onlyusername/repo.