Skip to content

Commit

Permalink
Add screenshot for improve install experience
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jun 17, 2024
1 parent d72e63f commit d39c5ef
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Binary file added 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 added 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 added 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.
23 changes: 23 additions & 0 deletions app/public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@
"start_url": "./",
"categories": ["tools"],
"edge_side_panel": {},
"screenshots": [
{
"src": "icons/ariton-screenshot-01.png",
"sizes": "1189x733",
"type": "image/png",
"form_factor": "wide",
"label": "Community Discovery screen"
},
{
"src": "icons/ariton-screenshot-02.png",
"sizes": "966x414",
"type": "image/png",
"form_factor": "wide",
"label": "Open standards"
},
{
"src": "icons/ariton-screenshot-03.png",
"sizes": "1298x644",
"type": "image/png",
"form_factor": "wide",
"label": "Freedom to Connect, Power to Own"
}
],
"icons": [
{
"src": "icons/icon-72x72.png",
Expand Down
4 changes: 4 additions & 0 deletions app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<link rel="manifest" href="manifest.webmanifest" />
<meta name="theme-color" content="#63A002" />

<!-- figure out theme color for dark / light -->
<!--<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black">-->

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
Expand Down

0 comments on commit d39c5ef

Please sign in to comment.