55281ac728
This JUST moves over to the new branding. Once we get this in, I can work on making the sidebar links and splitting out the API into its own section.
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
{
|
|
"name": "HashiCorp Consul",
|
|
"icons": [
|
|
{
|
|
"src": "<%= image_path('favicons/android-chrome-192x192.png') %>",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "<%= image_path('favicons/android-chrome-512x512.png') %>",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|