diff options
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 6 |
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 |