Skip to content

Commit

Permalink
manifest_update_for_wpa (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Sep 25, 2024
2 parents 56cfdbd + 5ff485a commit b5fd9a8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,47 @@

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

"screenshots": [
{
"src": "https://dev.pecha.org/static/screenshots/desktop-homepage.png",
"type": "image/png",
"sizes": "1280x720",
"sizes": "1921x993",
"form_factor": "wide"
},
{
"src": "https://dev.pecha.org/static/screenshots/mobile-collection.jpg",
"type": "image/jpg",
"sizes": "720x1280"
"sizes": "962x2048"
},
{
"src": "https://dev.pecha.org/static/screenshots/mobile-homepage.jpg",
"type": "image/jpg",
"sizes": "720x1280"
"sizes": "967x2048"
},
{
"src": "https://dev.pecha.org/static/screenshots/mobile-menus.jpg",
"type": "image/jpg",
"sizes": "720x1280"
"sizes": "966x2048"
},
{
"src": "shttps://dev.pecha.org/static/screenshots/mobile-sheet.jpg",
"src": "https://dev.pecha.org/static/screenshots/mobile-sheet.jpg",
"type": "image/jpg",
"sizes": "720x1280"
"sizes": "968x2048"
}
]
}
Binary file added static/screenshots/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/pecha-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/screenshots/square-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5fd9a8

Please sign in to comment.