diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-08-24 22:08:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 22:08:37 +0300 |
commit | 6a9970e0994b3b9230a5ead21f0a2dd96c81c40c (patch) | |
tree | e30b5f131ac652a5783983aa576a7a27b24a8440 /public/manifest.json | |
parent | 89f038c7a0ccf6de94516cba8499a0bc69f8dae1 (diff) | |
parent | 18f71aff2c4161792aa2857d0e1b18cf402e55f6 (diff) | |
download | which-ui-6a9970e0994b3b9230a5ead21f0a2dd96c81c40c.tar.gz |
Merge pull request #94 from which-ecosystem/pwa
Configure PWA
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" +} |