diff options
author | Philip Paquette <pcpaquette@gmail.com> | 2018-09-26 07:48:55 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-04-18 11:14:24 -0400 |
commit | 6187faf20384b0c5a4966343b2d4ca47f8b11e45 (patch) | |
tree | 151ccd21aea20180432c13fe4b58240d3d9e98b6 /diplomacy/web/public/manifest.json | |
parent | 96b7e2c03ed98705754f13ae8efa808b948ee3a8 (diff) |
Release v1.0.0 - Diplomacy Game Engine - AGPL v3+ License
Diffstat (limited to 'diplomacy/web/public/manifest.json')
-rw-r--r-- | diplomacy/web/public/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/diplomacy/web/public/manifest.json b/diplomacy/web/public/manifest.json new file mode 100644 index 0000000..07cc3db --- /dev/null +++ b/diplomacy/web/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Diplomacy", + "name": "Diplomacy Game", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} |