Skip to content

Commit

Permalink
manifest_icon_path_update_pwa (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Sep 25, 2024
2 parents f516153 + 8f8d9c0 commit b6da8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

"icons": [
{
"src": "https://pecha.org/static/screenshots/icon.png",
"src": "https://dev.pecha.org/static/screenshots/icon.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "https://pecha.org/static/screenshots/pecha-icon.png",
"src": "https://dev.pecha.org/static/screenshots/pecha-icon.png",
"type": "image/png", "sizes": "72x74"
},
{
"src": "https://pecha.org/static/screenshots/square-icon.png",
"src": "https://dev.pecha.org/static/screenshots/square-icon.png",
"type": "image/png", "sizes": "64x64"
}
],
Expand Down

0 comments on commit b6da8e7

Please sign in to comment.