From 8cb2f4c9568860a9c76ab91a86969cf5c57ebce9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 21 Feb 2018 22:22:10 +0000 Subject: [PATCH] add manifest --- .netlify | 1 + index.html | 1 + static/manifest.json | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 .netlify create mode 100644 static/manifest.json diff --git a/.netlify b/.netlify new file mode 100644 index 0000000..b9c7f1a --- /dev/null +++ b/.netlify @@ -0,0 +1 @@ +{"site_id":"41fbf572-952a-42db-b048-25764c834096","path":"dist"} \ No newline at end of file diff --git a/index.html b/index.html index 08f3686..323ce04 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Binaural Beats diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..0a06d40 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "Binaural Beats", + "short_name": "Binaural Beats", + "start_url": "/index.html", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#fdf6e3" +}