From ebf8d0d4ae6d3034ca8440646cd69ed3dfc1a01e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 17 Aug 2025 17:27:45 -0700 Subject: [PATCH] Create manifest.json --- public/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..8af8a51 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "Sune", + "short_name": "Sune", + "start_url": ".", + "display": "standalone", + "icons": [ + {"src": "https://sune.planetrenox.com/✺.png","sizes": "1024x1024","type": "image/png"} + ] +}