From 1651ce848ac03ee867473d361c200ea863aef83f Mon Sep 17 00:00:00 2001 From: altaf-creator <64111012+altaf-creator@users.noreply.github.com> Date: Thu, 4 May 2023 19:17:15 +0700 Subject: PWA Update - attempt 1 --- src/manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/manifest.json (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..8cfd7b9 --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,12 @@ +{ + "name": "OpenQuran", + "display": "standalone", + "theme_color": "#F3F3F3", + "icons": [ + { + "src": "images/favicon.png", + "type": "image/png", + "sizes": "1080x1080" + } + ] +} \ No newline at end of file -- cgit v1.2.3