-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.16 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
{
"name": "Web Application",
"short_name": "WebApp",
"description": "Collection Application created by GALIH RIDHO UTOMO for Research Development",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#fff",
"theme_color": "#1A1A3D",
"icons": [
{
"src": "/logo/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/logo/512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/345677.png",
"sizes": "637x436",
"type": "image/png"
}
],
"screenshots": [
{
"src": "/345677.png",
"sizes": "637x436",
"form_factor": "wide",
"label": "Splash Screen view displaying App"
},
{
"src": "/345677.png",
"sizes": "637x436",
"platform": "android",
"label": "Splash Screen view displaying App"
}
],
"version": "1.0.0",
"author": "GALIH RIDHO UTOMO",
"editor": "GALIH RIDHO UTOMO",
"scope": "/"
}