Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Apr 13, 2024
1 parent 22fe364 commit d780f7a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Simple life counter app for 2 players.

<img alt="screenshot" width="240" src="docs/life-counter.png">
<img alt="screenshot" width="240" src="resources/public/img/screenshot_1.png">
Binary file removed docs/life-counter.png
Binary file not shown.
Binary file added resources/public/img/screenshot_1.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 resources/public/img/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/build/create_manifest.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@
:sizes "any"
:type "image/svg+xml"
:purpose "maskable"}
{:src (u/asset "img/icon_192.png" module-id->output-name)
:sizes "192x192"
:type "image/png"
:purpose "maskable"}
{:src (u/asset "img/icon_512.png" module-id->output-name)
:sizes "512x512"
:type "image/png"
:purpose "maskable"}]
:screenshots [{:src (u/asset "img/screenshot_1.png" module-id->output-name)
:sizes "750x1334"
:type "image/png"}
{:src (u/asset "img/screenshot_2.png" module-id->output-name)
:sizes "750x1334"
:type "image/png"}]
:background_color "#121212"
:theme_color "#121212"
:display "standalone"
Expand Down

0 comments on commit d780f7a

Please sign in to comment.