summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-04 21:02:09 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-04 21:02:09 +0700
commit85ee5701f80c265f069845b840f368bacf6fc5a6 (patch)
tree94df1bdd87395decf513c2bdfccbfbf6637b9e7a /src/manifest.json
parenta77cf54dd89e5766ae6112227addcf6d1c93f926 (diff)
PWA Update - attempt 5
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 8cfd7b9..e586f3e 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,12 +1,16 @@
{
"name": "OpenQuran",
+ "short_name": "OpenQuran",
+ "start_url": "index.html",
"display": "standalone",
"theme_color": "#F3F3F3",
+ "background_color": "#FFFFFF",
+ "orientation": "portrait-primary",
"icons": [
{
"src": "images/favicon.png",
"type": "image/png",
- "sizes": "1080x1080"
+ "sizes": "512x512"
}
]
} \ No newline at end of file