summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+}