aboutsummaryrefslogtreecommitdiff
path: root/public/favicon/manifest.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-14 21:57:17 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-14 21:57:17 -0400
commitaa381c56292f36967fbe37f8bd25a912b06a1cbe (patch)
tree74bb58e2165658266047db969f8b23e99dea37d8 /public/favicon/manifest.json
parent58aac0ab59c032fb3b7f1fab2a2a20108a46f3fa (diff)
downloadpersonal-website-aa381c56292f36967fbe37f8bd25a912b06a1cbe.tar.gz
personal-website-aa381c56292f36967fbe37f8bd25a912b06a1cbe.tar.bz2
personal-website-aa381c56292f36967fbe37f8bd25a912b06a1cbe.zip
Added favicons
Diffstat (limited to 'public/favicon/manifest.json')
-rw-r--r--public/favicon/manifest.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/public/favicon/manifest.json b/public/favicon/manifest.json
new file mode 100644
index 0000000..013d4a6
--- /dev/null
+++ b/public/favicon/manifest.json
@@ -0,0 +1,41 @@
+{
+ "name": "App",
+ "icons": [
+ {
+ "src": "\/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image\/png",
+ "density": "0.75"
+ },
+ {
+ "src": "\/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image\/png",
+ "density": "1.0"
+ },
+ {
+ "src": "\/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image\/png",
+ "density": "1.5"
+ },
+ {
+ "src": "\/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image\/png",
+ "density": "2.0"
+ },
+ {
+ "src": "\/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image\/png",
+ "density": "3.0"
+ },
+ {
+ "src": "\/android-icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png",
+ "density": "4.0"
+ }
+ ]
+} \ No newline at end of file