diff options
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..aed7ee3 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Which", + "name": "Which", + "icons": [ + { + "src": "which-logo-144.png", + "type": "image/png", + "sizes": "144x144", + "purpose": "maskable" + } + ], + "display": "standalone", + "theme_color": "#00796b", + "background_color": "#ffffff" +} |