From 2bde726743e74a4d33e2d844a8cbf22e72632089 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 31 Dec 2022 23:14:02 +0100 Subject: [PATCH] Created the manifest.json --- admin/public/manifest.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 admin/public/manifest.json diff --git a/admin/public/manifest.json b/admin/public/manifest.json new file mode 100644 index 0000000..73bec7e --- /dev/null +++ b/admin/public/manifest.json @@ -0,0 +1,33 @@ +{ + "theme_color": "#603FE3", + "background_color": "#ffffff", + "display": "browser", + "scope": "/", + "start_url": "/", + "name": "MyLinks - URL Management", + "short_name": "MyLinks", + "description": "Der erste modulare URL Shortener", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { + "src": "/icon-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file