1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-29 15:00:45 +00:00
ohwgiles_laminar/src/resources/manifest.webmanifest

21 lines
405 B
Plaintext
Raw Normal View History

{
"short_name": "Laminar",
"name": "Laminar",
"description": "Lightweight Continuous Integration",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "36x36"
},
{
"src": "/favicon-152.png",
"type": "image/png",
"sizes": "152x152"
}
],
"start_url": "/",
"background_color": "#2F3340",
"display": "standalone",
"scope": "/"
}