Changed "Configuration" section to instruct developers on what occurrences to rename throughout the package.
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"name": "Locomotive Boilerplate",
|
|
"short_name": "Boilerplate",
|
|
"icons": [
|
|
{
|
|
"src": "assets/images/favicons/android-chrome-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|