forked from 2brew/2brew.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
31 lines (31 loc) · 702 Bytes
/
Copy pathmanifest.json
File metadata and controls
31 lines (31 loc) · 702 Bytes
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
{
"name": "2Brew",
"short_name": "2Brew",
"icons": [{
"src": "public/icon/icon_128x128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "public/icon/icon_144x144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "public/icon/icon_152x152.png",
"sizes": "152x152",
"type": "image/png"
}, {
"src": "public/icon/icon_192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "public/icon/icon_512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#f9f9fa",
"theme_color": "#f9f9fa"
}