Skip to content

Commit

Permalink
Add screenshots to application manifest (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Jun 4, 2024
1 parent 7acf812 commit dc06034
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
"purpose": "any maskable"
}
],
"screenshots" : [
{
"src": "screenshot-pileon-wide.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide",
"label": "New deal of Pileon solitaire"
},
{
"src": "screenshot-pileon-narrow.png",
"sizes": "720x1280",
"type": "image/png",
"form_factor": "narrow",
"label": "New deal of Pileon solitaire"
}
],
"start_url": "./index.html",
"display": "fullscreen",
"display_override": [
Expand Down
Binary file added public/screenshot-pileon-narrow.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 public/screenshot-pileon-wide.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 dc06034

Please sign in to comment.