summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorjakobst1n <undefined>2020-10-13 20:26:06 +0200
committerjakobst1n <undefined>2020-10-13 20:26:06 +0200
commitaa0661b6f5b9e68704f6dc82c777ae5cb95b3149 (patch)
tree71be091d73e2735370aad9bd331eb6709eba980a /manifest.json
downloadAurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.tar.gz
Aurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.zip
Updates
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json21
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"
+ }
+ ]
+}