From 1195af9039e54aff9d5b6d86f05849cfe37c0148 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Wed, 3 Jun 2026 11:35:25 +0800 Subject: [PATCH] feat(plugin): add display_name, description, kind, categories --- plugin.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugin.mod b/plugin.mod index 7d92abe..d53f6bd 100644 --- a/plugin.mod +++ b/plugin.mod @@ -1,4 +1,8 @@ [plugin] -name = "LCARS" +name = "lcars" +display_name = "LCARS" scope = "@themes" version = "0.2.0" +description = "LCARS-inspired theme — adjust this line to taste" +kind = "plugin" +categories = ["templates"]