Skip to content

Commit

Permalink
Add Richer Install screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Nov 5, 2023
1 parent 4bd8de2 commit d62414a
Show file tree
Hide file tree
Showing 7 changed files with 38 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.10.0",
"version": "4.11.0",
"description": "Logic game in modern Elm",
"private": true,
"scripts": {
Expand Down
37 changes: 37 additions & 0 deletions src/manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,42 @@
"description": "Online help",
"icons": [{ "src": "../shortcuts/help.png", "sizes": "192x192" }]
}
],

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

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

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

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

{
"src": "../screenshots/Shortcuts.jpg",
"sizes": "380x550",
"type": "image/jpeg",
"label": "Shortcuts"
}
]
}
Binary file added static/screenshots/Game.jpg
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/Help.jpg
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/Settings.jpg
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/Shortcuts.jpg
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/Title.jpg
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 d62414a

Please sign in to comment.