forked from hesprs/sync-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.json
More file actions
65 lines (65 loc) · 1.82 KB
/
Copy pathmodules.json
File metadata and controls
65 lines (65 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"id": "webdav",
"name": "WebDAV",
"version": "0.1.7",
"description": "WebDAV backend support.",
"icon": "server",
"main": "https://sync.consensia.cc/modules/webdav.js",
"minPluginVersion": "3.0.0"
},
{
"id": "s3",
"name": "S3",
"version": "0.0.1",
"description": "S3 and S3-compatible backend support.",
"icon": "server",
"main": "https://sync.consensia.cc/modules/s3.js",
"minPluginVersion": "3.0.0"
},
{
"id": "encryption",
"name": "Encryption",
"version": "0.1.0",
"description": "Client-side encrypt vault files before uploading to backend.",
"icon": "key-round",
"main": "https://sync.consensia.cc/modules/encryption.js",
"minPluginVersion": "3.0.0"
},
{
"id": "i18n-zh",
"name": "I18n 简体中文",
"version": "0.0.9",
"description": "Simplified Chinese UI language pack. / 简体中文介面语言包。",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-zh.js",
"minPluginVersion": "3.0.0"
},
{
"id": "i18n-zh-TW",
"name": "I18n 繁體中文",
"version": "0.0.1",
"description": "Traditional Chinese UI language pack. / 繁體中文介面語言包。",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-zh-TW.js",
"minPluginVersion": "3.0.0"
},
{
"id": "i18n-ru",
"name": "I18n Русский",
"version": "0.0.1",
"description": "Russian UI language pack. / Пакет русского интерфейса.",
"icon": "languages",
"main": "https://sync.consensia.cc/modules/i18n-ru.js",
"minPluginVersion": "3.0.0"
},
{
"id": "smart-merge",
"name": "Smart Merge",
"version": "0.0.5",
"description": "Smart merge conflict resolution strategy that applies recursive three-way merge.",
"icon": "combine",
"main": "https://sync.consensia.cc/modules/smart-merge.js",
"minPluginVersion": "3.0.0"
}
]