Metadata
Metadata is the human-facing description of a skin, referenced from the manifest’s metadata field.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✅ | Display name. |
author |
string | ✅ | Creator name or handle. Shown as credit. |
description |
string | ✅ | One or two sentences. |
license |
string | ✅ | SPDX identifier, e.g. MIT, CC-BY-4.0. |
homepage |
string | ➖ | URL for the skin or its author. |
tags |
array | ➖ | Lowercase keywords for discovery. |
Example
Section titled “Example”{ "name": "Acme Dark", "author": "acme", "description": "A calm, high-contrast dark theme for long sessions.", "license": "MIT", "tags": ["dark", "minimal", "high-contrast"]}licenseMUST be a valid SPDX identifier so usage terms are unambiguous.authorMUST be present — credit is a first-class value in the ecosystem.