massive overkill on the icons

This commit is contained in:
xenofem 2022-04-29 15:25:47 -04:00
parent 32738e4515
commit ba4c7bfcbe
15 changed files with 104 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

View file

@ -4,6 +4,8 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="transbeam.css"/>
<link rel="apple-touch-icon" href="transbeam-apple.png"/>
<link rel="manifest" href="manifest.json"/>
<script src="util.js"></script>
<title>transbeam</title>
</head>

22
static/manifest.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "transbeam",
"icons": [
{
"src": "transbeam.svg",
"type": "image/svg+xml",
"sizes": "512x512"
},
{
"src": "transbeam-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "transbeam-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./",
"background_color": "white"
}

BIN
static/transbeam-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
static/transbeam-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
static/transbeam-apple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB