1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/www/site.webmanifest

15 lines
346 B
Plaintext
Raw Permalink Normal View History

{
"name": "Locomotive Boilerplate",
"short_name": "Boilerplate",
"icons": [
{
2019-07-19 16:08:08 -04:00
"src": "assets/images/favicons/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}