Finalized index.html and manifest.json
This commit is contained in:
parent
c3974fe5ea
commit
61631af341
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<!--<script>import flamelink from 'flamelink';</script>-->
|
<!--<script>import flamelink from 'flamelink';</script>-->
|
||||||
|
|
||||||
<title>React App</title>
|
<title>Marten Tracker</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"short_name": "React App",
|
"short_name": "Marten Tracker",
|
||||||
"name": "Create React App Sample",
|
"name": "American Marten Tracker",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
|
@ -12,4 +12,4 @@
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#000000",
|
"theme_color": "#000000",
|
||||||
"background_color": "#ffffff"
|
"background_color": "#ffffff"
|
||||||
}
|
}
|
Loading…
Reference in New Issue