Skip to content

Commit

Permalink
Enhance manifest some more and add app screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Feb 23, 2024
1 parent 4b47197 commit c4baf3e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Binary file added public/screenshots/001.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 public/screenshots/002.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 public/screenshots/003.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 public/screenshots/004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions public/web-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,41 @@
"orientation": "landscape",
"background_color": "#fff",
"theme_color": "#050a56",
"start_url": "/",
"scope": "/",
"categories": [
"science",
"knowledge graph",
"neuroscience",
"data-driven",
"in silico"
],
"screenshots": [
{
"src": "screenshots/001.png",
"form_factor": "wide",
"type": "image/png",
"sizes": "3024x1694"
},
{
"src": "screenshots/002.png",
"form_factor": "wide",
"type": "image/png",
"sizes": "3024x1694"
},
{
"src": "screenshots/003.png",
"form_factor": "wide",
"type": "image/png",
"sizes": "3024x1694"
},
{
"src": "screenshots/004.png",
"form_factor": "wide",
"type": "image/png",
"sizes": "3024x1694"
}
],
"icons": [
{
"src": "favicon-64x64.png",
Expand Down

0 comments on commit c4baf3e

Please sign in to comment.