mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update Plugin json mapping
This commit is contained in:
parent
a460aefa1f
commit
9ae9d69a57
1 changed files with 9 additions and 3 deletions
|
|
@ -6,8 +6,14 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
{
|
||||
internal class Plugin
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string Version { get; set; }
|
||||
internal string ID { get; set; }
|
||||
internal string Name { get; set; }
|
||||
internal string Description { get; set; }
|
||||
internal string Author { get; set; }
|
||||
internal string Version { get; set; }
|
||||
internal string Language { get; set; }
|
||||
internal string Website { get; set; }
|
||||
internal string UrlDownload { get; set; }
|
||||
internal string UrlSourceCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue