mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
3fbbbd8f5b
* Add social icons, optimize images * Fix manifest asset urls * Fix ms tile image url * Add favicon tag
19 lines
444 B
JSON
19 lines
444 B
JSON
{
|
|
"name": "Capistrano",
|
|
"short_name": "Capistrano",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#1c1b39",
|
|
"background_color": "#1c1b39",
|
|
"display": "standalone"
|
|
}
|