-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathscreenshots.json
More file actions
68 lines (68 loc) · 4.58 KB
/
screenshots.json
File metadata and controls
68 lines (68 loc) · 4.58 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
{
"elastic": {
"name": "Elastic",
"author": "Aleksander Machniak",
"desc": "Released with Roundcube version 1.4.0, Elastic is Roundcube's first official responsive skin. It has support for desktops, tablets and phones.",
"devices": ["desktop", "tablet", "phone"],
"generated": 20250717,
"banner-dark": true,
"screenshots": [
{ "file": "mailbox_widescreen.png", "title": "Mailbox view" },
{ "file": "viewmail.png", "title": "Message viewer with privacy protection" },
{ "file": "mailbox_cn.png", "title": "Multilingual display" },
{ "file": "mailbox_dark.png", "title": "Dark mode support" },
{ "file": "compose.png", "title": "Compose HTML mails with attachments" },
{ "file": "contacts.png", "title": "Address book with LDAP integration" },
{ "file": "contacts_edit.png", "title": "Extensible contact management form" },
{ "file": "settings_preferences.png", "title": "Versatile user settings" },
{ "file": "settings_folders.png", "title": "Easy IMAP folder management" },
{ "file": "settings_identities.png", "title": "Sender identities with signature" },
{ "file": "settings_enigma.png", "title": "Plugins like Enigma for signing and encrypting emails" },
{ "file": "settings_managesieve.png", "title": "...or Managesieve filter configuration" }
]
},
"larry": {
"name": "Larry",
"author": "FLINT / Büro für Gestaltung, Switzerland",
"desc": "Released with Roundcube version 0.8.0, Larry provides visual impact thanks to its use of color and specially designed graphics.<br><i>Support deprecated as of Roundcube 1.6.0. Available via Composer.</i>",
"devices": ["desktop"],
"generated": 20250717,
"screenshots": [
{ "file": "mailbox_widescreen.png", "title": "Three-paned mailbox view (vertical)" },
{ "file": "mailbox_desktop.png", "title": "Three-paned mailbox view (horizontal)" },
{ "file": "mailbox_list.png", "title": "List only mailbox view" },
{ "file": "viewmail.png", "title": "Message viewer with privacy protection" },
{ "file": "mailbox_cn.png", "title": "Multilingual display" },
{ "file": "compose.png", "title": "Compose HTML mails with attachments" },
{ "file": "contacts.png", "title": "Address book with LDAP integration" },
{ "file": "contacts_edit.png", "title": "Extensible contact management form" },
{ "file": "settings_preferences.png", "title": "Versatile user settings" },
{ "file": "settings_folders.png", "title": "Easy IMAP folder management" },
{ "file": "settings_identities.png", "title": "Sender identities with signature" },
{ "file": "settings_enigma.png", "title": "Plugins like Enigma for signing and encrypting emails" },
{ "file": "settings_managesieve.png", "title": "...or Managesieve filter configuration" }
]
},
"classic": {
"name": "Classic",
"author": "The Roundcube Dev Team",
"desc": "Formally known as Default, renamed to Classic as of Roundcube version 0.8.0, this is Roundcube's original skin.<br><i>Support deprecated as of Roundcube 1.4.0. Available via Composer.</i>",
"devices": ["desktop"],
"generated": 20250717,
"screenshots": [
{ "file": "mailbox_widescreen.png", "title": "Three-paned mailbox view (vertical)" },
{ "file": "mailbox_desktop.png", "title": "Three-paned mailbox view (horizontal)" },
{ "file": "mailbox_list.png", "title": "List only mailbox view" },
{ "file": "viewmail.png", "title": "Message viewer with privacy protection" },
{ "file": "mailbox_cn.png", "title": "Multilingual display" },
{ "file": "compose.png", "title": "Compose HTML mails with attachments" },
{ "file": "contacts.png", "title": "Address book with LDAP integration" },
{ "file": "contacts_edit.png", "title": "Extensible contact management form" },
{ "file": "settings_preferences.png", "title": "Versatile user settings" },
{ "file": "settings_folders.png", "title": "Easy IMAP folder management" },
{ "file": "settings_identities.png", "title": "Sender identities with signature" },
{ "file": "settings_enigma.png", "title": "Plugins like Enigma for signing and encrypting emails" },
{ "file": "settings_managesieve.png", "title": "...or Managesieve filter configuration" }
]
}
}