diff options
| author | Factiven <[email protected]> | 2023-09-13 00:45:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 00:45:53 +0700 |
| commit | 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch) | |
| tree | cbcca777593a8cc4b0282e7d85a6fc51ba517e25 /public/manifest.json | |
| parent | Update issue templates (diff) | |
| download | moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip | |
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
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" + } + ] +} |