Browse Source

update manifest;

poc/redesign-trackers
stingl 4 years ago
parent
commit
921465b845
  1. 2
      package.json
  2. 3
      public/index.html
  3. 16
      public/manifest.json

2
package.json

@ -1,5 +1,5 @@
{ {
"name": "timetrack-router", "name": "ttrack",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

3
public/index.html

@ -6,7 +6,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="/app.css"> <link rel="stylesheet" href="/app.css">
<title><%= htmlWebpackPlugin.options.title %></title> <link rel="manifest" href="/manifest.json">
<title>TTrack 🕗</title>
</head> </head>
<body> <body>
<noscript> <noscript>

16
public/manifest.json

@ -0,0 +1,16 @@
{
"short_name": "TTrack 🕗",
"name": "TTrack 🕗",
"icons": [
{
"src": "/favicon.ico",
"type": "image/png",
"sizes": "16x16"
}
],
"start_url": "/",
"background_color": "#3a3939",
"display": "standalone",
"scope": "/",
"theme_color": "#3a3939"
}
Loading…
Cancel
Save