forked from sunggook/hello-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
106 lines (106 loc) · 2.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "PWA Test",
"short_name": "PWA Test",
"description": "PWA Test to help PWA team",
"categories": ["utilities", "productivity"],
"start_url": ".",
"theme_color": "#000000",
"scope":".",
"background_color": "#2C488E",
"display": "standalone",
"orientation": "portrait",
"icons": [
{
"src": "/hello-pwa/skull192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "/hello-pwa/skull512.png",
"sizes": "512X512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Shortcut 1",
"short_name": "S1",
"description": "First shortcut",
"url": "/hello-pwa/images/c953f9b7762b3f88147bcb1d30b6fca0d78a9f0d.png",
"icons": [
{
"src": "/hello-pwa/images/c953f9b7762b3f88147bcb1d30b6fca0d78a9f0d.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/hello-pwa/images/96a3b7e63f3f285355ae0403cd41afadbf593633.png",
"sizes": "640x640",
"type": "image/png"
}
]
},
{
"name": "Shortcut 2",
"short_name": "S2",
"description": "Second shortcut",
"url": "https://rahulsingh-msft.github.io/hello-pwa/images/48d2dd553a5439471a4fb69646eec530ef67b3e8.png",
"icons": [
{
"src": "/hello-pwa/images/48d2dd553a5439471a4fb69646eec530ef67b3e8.png",
"sizes": "150x150",
"type": "image/png"
}
]
},
{
"name": "Shortcut 3",
"short_name": "S3",
"description": "Third shortcut",
"url": "/hello-pwa/images/7399df245b73a9501e894e7ee4f6a5dd525340ba.png",
"icons": [
{
"src": "/hello-pwa/images/7399df245b73a9501e894e7ee4f6a5dd525340ba.png",
"sizes": "64x64",
"type": "image/png"
}
]
},
{
"name": "Shortcut 4",
"short_name": "S4",
"description": "Fourth shortcut",
"url": "/hello-pwa/images/9e1cb03b8302945c8215ef701e185ea47c29d642.png",
"icons": [
{
"src": "/hello-pwa/images/9e1cb03b8302945c8215ef701e185ea47c29d642.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/hello-pwa/images/96a3b7e63f3f285355ae0403cd41afadbf593633.png",
"sizes": "640x640",
"type": "image/png"
}
]
},
{
"name": "Shortcut 5",
"short_name": "S5",
"description": "Fifth shortcut",
"url": "."
},
{
"name": "Shortcut 6",
"short_name": "S6",
"description": "Sixth Shortcut",
"url": "/hello-pwa/images/96a3b7e63f3f285355ae0403cd41afadbf593633.png",
"icons": [
{
"src": "/hello-pwa/images/96a3b7e63f3f285355ae0403cd41afadbf593633.png",
"sizes": "640x640",
"type": "image/png"
}
]
}
]
}