massive overkill on the icons
This commit is contained in:
parent
32738e4515
commit
ba4c7bfcbe
15 changed files with 104 additions and 10 deletions
22
static/manifest.json
Normal file
22
static/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue