Skip to content

Commit

Permalink
chore: Add 10101 favicon to webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Jan 24, 2024
1 parent 2ab6254 commit 7ec1bd9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 18 deletions.
Binary file modified webapp/frontend/web/favicon.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 webapp/frontend/web/icons/Icon-192.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 removed webapp/frontend/web/icons/Icon-512.png
Binary file not shown.
Binary file removed webapp/frontend/web/icons/Icon-maskable-192.png
Binary file not shown.
Binary file removed webapp/frontend/web/icons/Icon-maskable-512.png
Binary file not shown.
19 changes: 1 addition & 18 deletions webapp/frontend/web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,14 @@
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "A new Flutter project.",
"description": "10101",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}

0 comments on commit 7ec1bd9

Please sign in to comment.