14 lines
282 B
JSON
Raw Normal View History

2016-09-12 13:12:25 -04:00
{
"name": "Dynamic Bible",
"short_name": "DynamicBible",
2016-09-12 13:12:25 -04:00
"start_url": "index.html",
"display": "standalone",
"icons": [{
"src": "assets/imgs/logo.png",
2016-09-12 13:12:25 -04:00
"sizes": "512x512",
"type": "image/png"
}],
"background_color": "#4e8ef7",
"theme_color": "#4e8ef7"
}