From 3e7c8781161d651bf41cdeab8244c0fe973bc522 Mon Sep 17 00:00:00 2001 From: Dev10us <112738649+melonmasteristaken@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:00:21 +0800 Subject: [PATCH] Create manifest.json --- manifest.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..5dd754f --- /dev/null +++ b/manifest.json @@ -0,0 +1,28 @@ +{ + "background_color": "#5f727c", + "description": "Luminous Parallax Wonderland", + "dir": "ltr", + "display": "standalone", + "name": "Luminaura", + "orientation": "any", + "scope": "/", + "short_name": "Luminaura", + "start_url": "/", + "theme_color": "#5f727c", + "icons": [ + { + "src": "https://luminaura.github.io/assets/luminauraicon.png", + "type": "image/png", + "sizes": "446x446" + } + ], + "id": "1DSTLuminaura", + "lang": "en", + "display_override": [ + "fullscreen", + "standalone", + "minimal-ui", + "window-controls-overlay", + "browser" + ] +}