From 060473d7e7da51bf372b3d2958580b8f65f4769b Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 11:37:18 +0200 Subject: This is the new Ember --- old/assets/favicon/manifest.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 old/assets/favicon/manifest.json (limited to 'old/assets/favicon/manifest.json') diff --git a/old/assets/favicon/manifest.json b/old/assets/favicon/manifest.json new file mode 100755 index 0000000..8e6ca9c --- /dev/null +++ b/old/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