From 5c445086f157001b0cf4cba20ed220e59a11d27c Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Fri, 26 Aug 2022 12:05:36 +0200 Subject: add favicon and fix vector files --- site.webmanifest | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site.webmanifest (limited to 'site.webmanifest') diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..a1ae808 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Hack GPON", + "short_name": "Hack GPON", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#27262b", + "background_color": "#27262b", + "start_url": "https://hack-gpon.github.io/", + "display": "standalone" +} -- cgit v1.2.3