diff --git a/Interfaces/IArchive.cs b/Interfaces/IArchive.cs
index 758ccfe44..ef0025060 100644
--- a/Interfaces/IArchive.cs
+++ b/Interfaces/IArchive.cs
@@ -79,6 +79,9 @@ public interface IArchive
/// Unique UUID of the plugin
Guid Id { get; }
+ /// Plugin author
+ string Author { get; }
+
/// Identifies if the specified path contains data recognizable by this archive instance
/// Path.
bool Identify(string path);