Skip to content

Metadata

Metadata is the human-facing description of a skin, referenced from the manifest’s metadata field.

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.
{
"name": "Acme Dark",
"author": "acme",
"description": "A calm, high-contrast dark theme for long sessions.",
"license": "MIT",
"tags": ["dark", "minimal", "high-contrast"]
}
  • license MUST be a valid SPDX identifier so usage terms are unambiguous.
  • author MUST be present — credit is a first-class value in the ecosystem.