@@ -5,8 +5,9 @@
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#DC7734" />
|
||||
<meta name="description" content="Spoolman UI" />
|
||||
<meta name="description" content="Spoolman - Keep track of your inventory of 3D-printer filament spools." />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<title>Spoolman</title>
|
||||
</head>
|
||||
|
||||
|
||||
BIN
client/public/apple-touch-icon.png
Normal file
BIN
client/public/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB |
BIN
client/public/icon512_maskable.png
Normal file
BIN
client/public/icon512_maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
client/public/icon512_rounded.png
Normal file
BIN
client/public/icon512_rounded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -1,13 +1,22 @@
|
||||
{
|
||||
"name": "Spoolman",
|
||||
"short_name": "Spoolman",
|
||||
"description": "Keep track of your inventory of 3D-printer filament spools.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "google-touch-icon.png",
|
||||
"sizes": "512x512"
|
||||
"purpose": "maskable",
|
||||
"sizes": "512x512",
|
||||
"src": "icon512_maskable.png",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"purpose": "any",
|
||||
"sizes": "512x512",
|
||||
"src": "icon512_rounded.png",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"background_color": "#ffffff",
|
||||
"background_color": "#1F1F1F",
|
||||
"theme_color": "#DC7734",
|
||||
"display": "fullscreen"
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user