Skip to content

Commit c91565b

Browse files
committed
app: added a 512 by 512 icon to the manifest
This should pass an item found in Chrome's audit feature for PWA. Related to #168
1 parent baf2110 commit c91565b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/app/Http/Controllers/PWAController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ public function manifest()
2424
"src" => "/images/logo-192x192.png",
2525
"type" => "image/png",
2626
"sizes" => "192x192"
27+
],
28+
[
29+
"src" => "/images/logo-512x512.png",
30+
"type" => "image/png",
31+
"sizes" => "512x512"
2732
]
2833
]
2934
]);

app/public/images/logo-512x512.png

31.5 KB
Loading

0 commit comments

Comments
 (0)