diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 |