Skip to content

Commit

Permalink
[PWA] Add purpose tag to 192x192 (forem#4220) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Glennmen authored and maestromac committed Oct 8, 2019
1 parent c0faa20 commit 179c315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/manifest.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"icons": [{
"src": "<%= image_path "devlogo-pwa-192.png" %>",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
}, {
"src": "<%= image_path "devlogo-pwa-128.png" %>",
"sizes": "128x128",
Expand Down

0 comments on commit 179c315

Please sign in to comment.