chore(*): Add favicon and manifest

This commit is contained in:
Josh Creek
2022-10-07 19:50:41 +01:00
parent f97bc01e14
commit 656856fa79
12 changed files with 93 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+21
View File
@@ -0,0 +1,21 @@
{
"name": "SelectionWheel",
"short_name": "SW",
"description": "A fun and simple selection wheel.",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#F80",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/"
}
+4
View File
@@ -1,5 +1,9 @@
import * as d3 from 'd3';
require('./assets/favicon.ico');
require('./assets/android-chrome-192x192.png');
require('./assets/android-chrome-512x512.png');
const padding = {
top: 20,
right: 40,
+2
View File
@@ -6,6 +6,8 @@
<meta name="robots" content="noindex"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="manifest" href="<%= require('../src/assets/manifest.webmanifest') %>" />
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="spinner-container">