Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelCLopes committed Sep 20, 2024
1 parent 3896438 commit 8387b2e
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 15 deletions.
Binary file modified favicon.ico
Binary file not shown.
Binary file modified logo192.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 logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 33 additions & 15 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "Manuel Lopes - Portfolio",
"short_name": "Portfolio",
"description": "Solving problems, building cool stuff, and coding things that probably work. Here's journey through tech and innovation!",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#1a202c",
"theme_color": "#3182ce",
"orientation": "portrait",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "/icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"lang": "en-US"
}

0 comments on commit 8387b2e

Please sign in to comment.