Skip to content

Commit

Permalink
manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RochaGabriell authored Apr 22, 2024
1 parent f5e24f8 commit a445cb5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<link rel="alternate icon" type="image/png" href="assets/img/favicon/favicon-32x32.png">
<link rel="mask-icon" href="assets/img/favicon/favicon.svg" color="#000000">

<link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">

<title>I'm RochaGabriell</title>
</head>

Expand Down
30 changes: 30 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "I'm RochaGabriell",
"short_name": "RochaGabriell",
"description": "Este é o meu mini portfólio online, onde compartilho links para as minhas redes sociais.",
"start_url": "/",
"display": "standalone",
"icons": [
{
"sizes": "512x512",
"src": "assets/img/favicon/android-chrome-512x512.png"
},
{
"sizes": "192x192",
"src": "assets/img/favicon/android-chrome-192x192.png"
},
{
"sizes": "180x180",
"src": "assets/img/favicon/apple-touch-icon.png"
},
{
"sizes": "32x32",
"src": "assets/img/favicon/favicon-32x32.png"
},
{
"sizes": "16x16",
"src": "assets/img/favicon/favicon-16x16.png"
}
],
"prefer_related_applications": true
}

0 comments on commit a445cb5

Please sign in to comment.