diff options
author | jakobst1n <undefined> | 2020-10-13 20:26:06 +0200 |
---|---|---|
committer | jakobst1n <undefined> | 2020-10-13 20:26:06 +0200 |
commit | aa0661b6f5b9e68704f6dc82c777ae5cb95b3149 (patch) | |
tree | 71be091d73e2735370aad9bd331eb6709eba980a /manifest.json | |
download | Aurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.tar.gz Aurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.zip |
Updates
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9378523 --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "background_color": "#464a47", + "theme_color": "#5ac775", + "name": "Aurora Data", + "short_name": "aurora data", + "display": "standalone", + "start_url": "/", + "orientation": "portrait", + "icons": [ + { + "src": "logo-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "logo-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} |