feat: add description for plugins

This commit is contained in:
JellyBrick
2023-11-30 11:42:34 +09:00
parent aa5c3bac4e
commit a22a8ac5c9
32 changed files with 34 additions and 4 deletions

View File

@ -25,6 +25,7 @@ const defaultConfig: AmbientModePluginConfig = {
export default createPlugin({
name: 'Ambient Mode',
description: 'Applies a lighting effect by casting gentle colors from the video, into your screens background.',
restartNeeded: false,
config: defaultConfig,
stylesheets: [style],