-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
90 lines (90 loc) · 2.34 KB
/
Copy pathplugin.json
File metadata and controls
90 lines (90 loc) · 2.34 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"id": "study",
"name": "Study",
"version": "0.3.0",
"min_omniget_version": "0.6.0",
"description": "Recursos de estudo: biblioteca de cursos, player com progresso, leitor de PDF/EPUB, notas e flashcards.",
"author": "tonhowtf",
"license": "Proprietary",
"homepage": "https://github.com/tonhowtf/omniget-study-release",
"icon": "assets/icon.png",
"rust_crate": "omniget_plugin_study",
"nav": [
{
"route": "/study",
"label": {
"en": "Study",
"pt": "Estudo",
"zh": "学习",
"zh-TW": "學習",
"ja": "学習",
"fr": "Étude",
"it": "Studio",
"el": "Μελέτη"
},
"icon_svg": "M22 10v6M2 10l10-5 10 5-10 5z M6 12v5c0 1.66 3 3 6 3s6-1.34 6-3v-5",
"group": "secondary",
"order": 45
},
{
"route": "/study/read",
"label": {
"en": "Read",
"pt": "Ler",
"zh": "阅读",
"zh-TW": "閱讀",
"ja": "読書",
"fr": "Lire",
"it": "Leggere",
"el": "Διαβάζω"
},
"icon_svg": "M4 4h6a3 3 0 0 1 3 3v13a2 2 0 0 0-2-2H4z M20 4h-6a3 3 0 0 0-3 3v13a2 2 0 0 1 2-2h7z",
"group": "secondary",
"order": 46
},
{
"route": "/study/library",
"label": {
"en": "Library",
"pt": "Biblioteca",
"zh": "图书馆",
"zh-TW": "圖書館",
"ja": "ライブラリ",
"fr": "Bibliothèque",
"it": "Libreria",
"el": "Βιβλιοθήκη"
},
"icon_svg": "M4 4v16 M8 8v12 M12 6v14 M16 6l4 14",
"group": "secondary",
"order": 47
},
{
"route": "/study/music",
"label": {
"en": "Music",
"pt": "Música",
"zh": "音乐",
"zh-TW": "音樂",
"ja": "音楽",
"fr": "Musique",
"it": "Musica",
"el": "Μουσική"
},
"icon_svg": "M9 18V5l12-2v13 M6 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0-6 0 M18 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0-6 0",
"group": "secondary",
"order": 48
}
],
"i18n": "i18n/",
"events": {
"progress": ["study:scan-progress"],
"complete": ["study:scan-complete", "study:rescan-complete", "study:course-completed", "study:milestone"]
},
"capabilities": [
"core:events",
"core:toast",
"core:settings",
"core:filesystem",
"core:tools"
]
}