github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/public/manifest.json (about) 1 { 2 "$schema": "http://json.schemastore.org/web-manifest#", 3 "short_name": "Concourse", 4 "name": "Concourse", 5 "description": "CI that scales with your project.", 6 "start_url": "/", 7 "orientation": "any", 8 "background_color": "#000000", 9 "theme_color": "#000000", 10 "display": "standalone", 11 "icons": [ 12 { 13 "src": "images/favicon.png", 14 "type": "image/png", 15 "sizes": "32x32" 16 }, 17 { 18 "src": "images/favicon-144x144.png", 19 "type": "image/png", 20 "sizes": "144x144" 21 }, 22 { 23 "src": "images/favicon.svg", 24 "type": "image/svg+xml", 25 "sizes": "256x256 512x512 1024x1024" 26 } 27 ] 28 }