From 958a68292191d8a4c9024ca2f1f658135ab6f704 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 21 Apr 2022 14:37:44 +0200 Subject: WIP projects page --- assets/favicon/manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 assets/favicon/manifest.json (limited to 'assets/favicon/manifest.json') diff --git a/assets/favicon/manifest.json b/assets/favicon/manifest.json new file mode 100755 index 0000000..8e6ca9c --- /dev/null +++ b/assets/favicon/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Minteck", + "short_name": "Minteck", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#a56510", + "background_color": "#a56510", + "display": "standalone" +} -- cgit