forked from aeharding/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
48 lines (48 loc) · 1.2 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
{
"short_name": "wefwef",
"name": "wefwef",
"icons": [
{
"src": "/logo.png",
"type": "image/png",
"sizes": "256x256",
"purpose": "any maskable"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#000000",
"description": "wefwef 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": "1284x2778",
"type": "image/png",
"platform": "narrow",
"label": "Subscribe across the Fediverse"
},
{
"src": "/screenshots/android/2.png",
"sizes": "1284x2778",
"type": "image/png",
"platform": "narrow",
"label": "All your feeds with infinite scrolling"
},
{
"src": "/screenshots/android/3.png",
"sizes": "1284x2778",
"type": "image/png",
"platform": "narrow",
"label": "Gestures. Tapping is meh."
},
{
"src": "/screenshots/android/4.png",
"sizes": "1284x2778",
"type": "image/png",
"platform": "narrow",
"label": "View profile and say hi"
}
]
}