diff options
Diffstat (limited to 'frontend/public/manifest.json')
| -rw-r--r-- | frontend/public/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 00000000..adb82218 --- /dev/null +++ b/frontend/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "OpenDC", + "name": "OpenDC", + "icons": [ + { + "src": "favicon.ico", + "sizes": "16x16", + "type": "image/png" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#00A6D6", + "background_color": "#eeeeee" +} |
