add manifest
This commit is contained in:
parent
e0e077c097
commit
8cb2f4c956
1
.netlify
Normal file
1
.netlify
Normal file
|
@ -0,0 +1 @@
|
|||
{"site_id":"41fbf572-952a-42db-b048-25764c834096","path":"dist"}
|
|
@ -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
8
static/manifest.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "Binaural Beats",
|
||||
"short_name": "Binaural Beats",
|
||||
"start_url": "/index.html",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#fdf6e3"
|
||||
}
|
Reference in a new issue