-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
54 lines (54 loc) · 1.35 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
{
"short_name": "React redux pwa app | Fawaz Ahmed",
"name": "Sample pwa app built with react and redux | Fawaz Ahmed",
"lang": "en",
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16",
"type": "image/x-icon"
}, {
"src": "iconx/favicon-16x16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "iconx/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "iconx/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "iconx/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png"
}, {
"src": "iconx/apple-touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
}, {
"src": "iconx/browserconfig/tile70x70.png",
"sizes": "70x70",
"type": "image/png"
}, {
"src": "iconx/browserconfig/tile150x150.png",
"sizes": "150x150",
"type": "image/png"
}, {
"src": "iconx/browserconfig/tile310x150.png",
"sizes": "310x150",
"type": "image/png"
}, {
"src": "iconx/browserconfig/tile310x310.png",
"sizes": "310x310",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"scope": "/redux-app/",
"start_url": "/redux-app/"
}