Called “Legacy” only because they’ve been use since XKit 0.4.x days, Legacy Headers are parsed by XKit servers and XKit itself to give the user information about the extension. They are required for all extensions.
User-readable, fancy name for the extension.
The versioning scheme follows Semantic Versioning in the form of <MAJOR>.<MINOR>.<PATCH>
, e.g. 2.1.7
.
A really short description of your extension.
Your GitHub username. Be sure to use your actual username, as XKit automatically uses this value for linking.
Either true
or false
. If set to true
, your extension will only run on the Tumblr IFRAME on people’s blogs.
Either true
or false
. Set to true
if your extension manipulates DOM extensively.
A long description for your extension. Do not use slashes here. Simple HTML formatting is allowed.
Example:
//* DETAILS This is my extension<br>Enjoy it. **//
Set to true
if the extension is early in development or is being offered as a preview.
//* TITLE Tweaks **//
//* VERSION 2.0.1 **//
//* DESCRIPTION Various little tweaks for your dashboard. **//
//* DEVELOPER STUDIOXENIX **//
//* DETAILS These are small little tweaks .... your computer. **//
//* FRAME false **//
//* SLOW true **//
//* BETA false **//