summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-04 19:17:15 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-04 19:17:15 +0700
commit1651ce848ac03ee867473d361c200ea863aef83f (patch)
tree9760791f47b61081e3dad3846c41f71b30f5fef2 /src/manifest.json
parent33c9622149c786a8d1c78b2da7dde5ca84c49529 (diff)
PWA Update - attempt 1
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json12
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