Skip to content

Commit

Permalink
Fixed paths in site manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Oct 27, 2023
1 parent 048dedf commit aee5d3f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit aee5d3f

Please sign in to comment.