diff options
Diffstat (limited to 'public/manifest.json')
| -rw-r--r-- | public/manifest.json | 63 |
1 files changed, 32 insertions, 31 deletions
diff --git a/public/manifest.json b/public/manifest.json index 9cfe82a..7a278ec 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,32 +1,33 @@ { - "theme_color": "#141519", - "background_color": "#141519", - "display": "standalone", - "scope": "/", - "start_url": "/", - "name": "Moopa", - "short_name": "moopa", - "description": "Watch and Read your favorite Anime/Manga in one single app", - "icons": [ - { - "src": "/icon-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/icon-256x256.png", - "sizes": "256x256", - "type": "image/png" - }, - { - "src": "/icon-384x384.png", - "sizes": "384x384", - "type": "image/png" - }, - { - "src": "/icon-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ] -}
\ No newline at end of file + "theme_color": "#141519", + "background_color": "#141519", + "display": "standalone", + "scope": "/", + "start_url": "/", + "name": "Moopa", + "short_name": "moopa", + "description": "Watch and Read your favorite Anime/Manga in one single app", + "orientation": "portrait-primary", + "icons": [ + { + "src": "/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-256x256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} |