-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (31 loc) · 757 Bytes
/
Copy pathmanifest.json
File metadata and controls
32 lines (31 loc) · 757 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
32
{
"short_name": "PWA-Testwebsite",
"name": "PWA-Testwebsite",
"description":"This is a testwebsite just to test how a pwa with caching and so on is working.",
"icons": [
{
"src": "images/icon-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "images/icon-96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "images/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src":"images/icon-512.png",
"type":"image/png",
"sizes":"512x512"
}
],
"display": "standalone",
"theme_color": "#F29400",
"background_color": "#000000",
"start_url":"/"
}