Skip to content

Commit 9ae9d69

Browse files
committed
update Plugin json mapping
1 parent a460aef commit 9ae9d69

File tree

1 file changed

+9
-3
lines changed
  • Plugins/Flow.Launcher.Plugin.PluginManager

1 file changed

+9
-3
lines changed

Plugins/Flow.Launcher.Plugin.PluginManager/Plugins.cs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ namespace Flow.Launcher.Plugin.PluginsManager
66
{
77
internal class Plugin
88
{
9-
public string Name { get; set; }
10-
public string Url { get; set; }
11-
public string Version { get; set; }
9+
internal string ID { get; set; }
10+
internal string Name { get; set; }
11+
internal string Description { get; set; }
12+
internal string Author { get; set; }
13+
internal string Version { get; set; }
14+
internal string Language { get; set; }
15+
internal string Website { get; set; }
16+
internal string UrlDownload { get; set; }
17+
internal string UrlSourceCode { get; set; }
1218
}
1319
}

0 commit comments

Comments
 (0)