Skip to content

Commit

Permalink
Restore screenshot references for "wide" screen
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Nov 5, 2023
1 parent c80d5ae commit 89c2afa
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solvenius",
"version": "4.12.1",
"version": "4.13.0",
"description": "Logic game in modern Elm",
"private": true,
"scripts": {
Expand Down
40 changes: 40 additions & 0 deletions src/manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,46 @@
"sizes": "576x857",
"type": "image/jpeg",
"label": "Shortcuts"
},

{
"src": "../screenshots/Game.jpg",
"sizes": "576x857",
"type": "image/jpeg",
"label": "Game screen",
"form_factor": "wide"
},

{
"src": "../screenshots/Title.jpg",
"sizes": "576x857",
"type": "image/jpeg",
"label": "Title screen",
"form_factor": "wide"
},

{
"src": "../screenshots/Settings.jpg",
"sizes": "576x857",
"type": "image/jpeg",
"label": "Settings",
"form_factor": "wide"
},

{
"src": "../screenshots/Help.jpg",
"sizes": "576x857",
"type": "image/jpeg",
"label": "Online help",
"form_factor": "wide"
},

{
"src": "../screenshots/Shortcuts.jpg",
"sizes": "576x857",
"type": "image/jpeg",
"label": "Shortcuts",
"form_factor": "wide"
}
]
}

0 comments on commit 89c2afa

Please sign in to comment.