diff options
Diffstat (limited to 'site/static/manifest.json')
| -rw-r--r-- | site/static/manifest.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site/static/manifest.json b/site/static/manifest.json new file mode 100644 index 0000000..80c5526 --- /dev/null +++ b/site/static/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "", + "icons": [ + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "\/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#ffffff", + "display": "standalone" +} |
