mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-26 17:10:11 -04:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"name": "Dynamic Bible",
|
|
"short_name": "DynamicBible",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "assets/imgs/logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}],
|
|
"background_color": "#4e8ef7",
|
|
"theme_color": "#4e8ef7"
|
|
}
|