forked from mailpile/Mailpile
-
Notifications
You must be signed in to change notification settings - Fork 2
/
indie.json
75 lines (75 loc) · 2.17 KB
/
indie.json
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
{
"name": "Mailpile",
"short_name": "",
"icons": [
{
"src": "https://www.mailpile.is/img/logo-512x512.png",
"sizes": "512x512",
"type": "image/png",
"density": "1"
},
{
"src": "https://www.mailpile.is/img/logo-256x256.png",
"sizes": "256x256",
"type": "image/png",
"density": "1"
},
{
"src": "https://www.mailpile.is/img/logo-color.png",
"sizes": "100x100",
"type": "image/png",
"density": "1"
}
],
"start_url": "/",
"display": "fullscreen",
"orientation": "landscape",
"short_description": "Mailpile is a modern, fast web-mail client with user-friendly encryption and privacy features",
"description": "Mailpile offers powerful search & tagging makes your pile of mail managable, is designed to be fast and responsive, outperforming the cloud even on slow computers, and offers OpenPGP signatures and encryption are part of Mailpile's core design, not an afterthought or plugin.",
"license": "AGPLv3/Apache 2.0",
"license_url": "https://raw.github.com/pagekite/Mailpile/master/LICENSE-2.0.txt",
"source_url": "https://github.com/pagekite/mailpile",
"version": "0.2.0",
"developer": {
"name": "Mailpile ehf.",
"url": "https://mailpile.is"
},
"wikipedia_url": "https://wikipedia.org/wiki/Mailpile",
"default_locale": "en",
"protocols": [
"GPG",
"SSL/TLS",
"Tor",
"XMPP"
],
"categories": [
{
"name": "BSD",
"subcategories": [
"Email Clients",
"PGP"
]
},
{
"name": "GNU/Linux",
"subcategories": [
"Email Clients",
"PGP"
]
},
{
"name": "OS X",
"subcategories": [
"Email Clients",
"PGP"
]
},
{
"name": "Windows",
"subcategories": [
"Email Clients",
"PGP"
]
}
]
}