Skip to content

Commit 1b59ac4

Browse files
authored
Update manifest.json
1 parent 3beecf8 commit 1b59ac4

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

manifest.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2-
"name": "My App",
3-
"short_name": "App",
2+
"name": "Cloudflare Push Test",
3+
"short_name": "PushTest",
44
"start_url": "/",
55
"display": "standalone",
66
"background_color": "#ffffff",
77
"theme_color": "#000000",
8-
"icons": [{
9-
"src": "icon.png",
10-
"sizes": "192x192",
11-
"type": "image/png"
12-
}]
8+
"icons": [
9+
{
10+
"src": "/icon-192.png",
11+
"sizes": "192x192",
12+
"type": "image/png"
13+
},
14+
{
15+
"src": "/icon-512.png",
16+
"sizes": "512x512",
17+
"type": "image/png"
18+
}
19+
]
1320
}

0 commit comments

Comments
 (0)