Skip to content

Commit

Permalink
Add mobile screenshots and unify the sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jun 17, 2024
1 parent 9c39ccf commit c5d50a5
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
Binary file modified app/public/icons/ariton-screenshot-01.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 modified app/public/icons/ariton-screenshot-02.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 modified app/public/icons/ariton-screenshot-03.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 app/public/icons/ariton-screenshot-04.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 app/public/icons/ariton-screenshot-05.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 app/public/icons/ariton-screenshot-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 24 additions & 3 deletions app/public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,45 @@
"screenshots": [
{
"src": "icons/ariton-screenshot-01.png",
"sizes": "1189x733",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-02.png",
"sizes": "966x414",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-03.png",
"sizes": "1298x644",
"sizes": "1024x768",
"type": "image/png",
"form_factor": "wide",
"label": "Freedom to Connect, Power to Own"
},
{
"src": "icons/ariton-screenshot-04.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-05.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-06.png",
"sizes": "360x720",
"type": "image/png",
"form_factor": "narrow",
"label": "Freedom to Connect, Power to Own"
}
],
"icons": [
Expand Down

0 comments on commit c5d50a5

Please sign in to comment.