From a445cb5173c3c54df4bf8b8cb0ab1c312908aecf Mon Sep 17 00:00:00 2001 From: Gabriel Rocha <53454609+RochaGabriell@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:54:19 -0300 Subject: [PATCH] manifest.json --- index.html | 2 ++ manifest.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 manifest.json diff --git a/index.html b/index.html index 0189d6c..1c3e2df 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,8 @@ + + I'm RochaGabriell diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c2ac4a2 --- /dev/null +++ b/manifest.json @@ -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 +} \ No newline at end of file