add manifest

master
Simon Bruder 2018-02-21 22:22:10 +00:00
parent e0e077c097
commit 8cb2f4c956
3 changed files with 10 additions and 0 deletions

1
.netlify Normal file
View File

@ -0,0 +1 @@
{"site_id":"41fbf572-952a-42db-b048-25764c834096","path":"dist"}

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="manifest" href="/static/manifest.json">
<title>Binaural Beats</title>
</head>
<body>

8
static/manifest.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "Binaural Beats",
"short_name": "Binaural Beats",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#fdf6e3"
}