diff --git a/Dalamud/Plugin/Internal/Types/PluginManifest.cs b/Dalamud/Plugin/Internal/Types/PluginManifest.cs
index a02595485..78aa8c130 100644
--- a/Dalamud/Plugin/Internal/Types/PluginManifest.cs
+++ b/Dalamud/Plugin/Internal/Types/PluginManifest.cs
@@ -23,6 +23,12 @@ namespace Dalamud.Plugin.Internal.Types
[JsonProperty]
public string Name { get; set; }
+ ///
+ /// Gets a punchline of the plugins functions.
+ ///
+ [JsonProperty]
+ public string Punchline { get; init; }
+
///
/// Gets a description of the plugins functions.
///