Add plugin description data

This commit is contained in:
shortcutme 2019-08-03 01:32:55 +02:00
parent 4094d3a9bf
commit 7e9ab8321a
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
18 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"name": "AnnounceBitTorrent",
"description": "Discover new peers using BitTorrent trackers.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "AnnounceLocal",
"description": "Discover LAN clients using UDP broadcasting.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "AnnounceShare",
"description": "Share possible trackers between clients.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "AnnounceZero",
"description": "Announce using ZeroNet protocol.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Chart",
"description": "Collect and provide stats of client information.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "ContentFilter",
"description": "Manage site and user block list.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Cors",
"description": "Cross site resource read.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "CryptMessage",
"description": "Cryptographic functions of ECIES and AES data encryption/decryption.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "FilePack",
"description": "Transparent web access for Zip and Tar.gz files.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "PeerDb",
"description": "Save/restore peer list on client restart.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Sidebar",
"description": "Access site management sidebar and console by dragging top-right 0 button to left or down.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Stats",
"description": "/Stats and /Benchmark pages.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "TranslateSite",
"description": "Transparent support translation of site javascript and html files.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Trayicon",
"description": "Icon for system tray. (Windows only)",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "UiConfig",
"description": "Change client settings using the web interface.",
"default": "enabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "Bootstrapper",
"description": "Add BitTorrent tracker server like features to your ZeroNet client.",
"default": "disabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "MultiUser",
"description": "Cookie based multi-users support on your ZeroNet web interface.",
"default": "disabled"
}

View File

@ -0,0 +1,5 @@
{
"name": "UiPassword",
"description": "Password based autentication on the web interface.",
"default": "disabled"
}