-
-
Notifications
You must be signed in to change notification settings - Fork 168
/
manifest.json
61 lines (61 loc) · 1.52 KB
/
manifest.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
{
"short_name": "Voyager",
"name": "Voyager",
"icons": [
{
"src": "/favicons/192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/favicons/512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000",
"description": "Voyager is a beautiful mobile web client for lemmy. Enjoy a seamless experience browsing the fediverse.",
"categories": ["social", "news"],
"screenshots": [
{
"src": "/screenshots/android/1.png",
"sizes": "2160x3840",
"type": "image/png",
"platform": "narrow",
"label": "All your interests with infinite scrolling"
},
{
"src": "/screenshots/android/2.png",
"sizes": "2160x3840",
"type": "image/png",
"platform": "narrow",
"label": "Gestures. Tapping is meh."
},
{
"src": "/screenshots/android/3.png",
"sizes": "2160x3840",
"type": "image/png",
"platform": "narrow",
"label": "Join the conversation"
},
{
"src": "/screenshots/android/4.png",
"sizes": "2160x3840",
"type": "image/png",
"platform": "narrow",
"label": "Never too much customization"
},
{
"src": "/screenshots/android/5.png",
"sizes": "2160x3840",
"type": "image/png",
"platform": "narrow",
"label": "Open source. Privacy first. Free forever."
}
]
}