-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
57 lines (57 loc) · 1.39 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
{
"lang": "en",
"dir": "ltr",
"name": "Frivo: Trusted places to borrow money",
"short_name": "Frivo",
"icons": [
{
"src": "./assets/logo/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "./assets/logo/logo192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "./assets/logo/logo512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "https://naufal-yafi.github.io/landing-page-frivo/",
"scope": "/",
"display": "standalone",
"orientation": "landscape",
"theme_color": "#309AFC",
"background_color": "#F3F7F9",
"shortcuts": [
{
"name": "Where is the trusted place to borrow money",
"short_name": "Frivo",
"description": "Our Service Information",
"url": "https://naufal-yafi.github.io/landing-page-frivo/#why-us",
"icons": [{"src": "./assets/logo/logo192.png", "size": "192x192"}]
}
],
"description": "Our Service Information",
"screenshots": [
{
"src": "./assets/images/human.webp",
"type": "webp",
"sizes": "704x708",
"form_factor": "narrow"
}
],
"prefer_related_applications": true,
"related_applications": [
{
"platform": "google",
"id": "github.com"
}
]
}