We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beecf8 commit 1b59ac4Copy full SHA for 1b59ac4
1 file changed
manifest.json
@@ -1,13 +1,20 @@
1
{
2
- "name": "My App",
3
- "short_name": "App",
+ "name": "Cloudflare Push Test",
+ "short_name": "PushTest",
4
"start_url": "/",
5
"display": "standalone",
6
"background_color": "#ffffff",
7
"theme_color": "#000000",
8
- "icons": [{
9
- "src": "icon.png",
10
- "sizes": "192x192",
11
- "type": "image/png"
12
- }]
+ "icons": [
+ {
+ "src": "/icon-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
13
+ },
14
15
+ "src": "/icon-512.png",
16
+ "sizes": "512x512",
17
18
+ }
19
+ ]
20
}
0 commit comments