From 1fcdd9f7d859b925bf92265f441655d5522e351c Mon Sep 17 00:00:00 2001 From: Factiven Date: Tue, 11 Apr 2023 23:23:29 +0700 Subject: initial commit --- public/manifest.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..9cfe82a --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,32 @@ +{ + "theme_color": "#141519", + "background_color": "#141519", + "display": "standalone", + "scope": "/", + "start_url": "/", + "name": "Moopa", + "short_name": "moopa", + "description": "Watch and Read your favorite Anime/Manga in one single app", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "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 -- cgit v1.2.3