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

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"
}