mirror of
https://github.com/ohwgiles/laminar.git
synced 2026-01-21 08:10:25 +00:00
WebUI rewritten in a more modern style, bootstrap is dropped in favour of plain css/grid. Hand-crafted svgs replace utf-8 glyphs for a more uniform look and smoother animation. webmanifest added for better mobile behaviour. No doubt minor tweaks will follow... resolves #57
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"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": "/"
|
|
} |