-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
19 lines (19 loc) · 963 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"lang": "en",
"short_name": "Canon Daily",
"name": "Canon Daily",
"description": "An app that shows different Bible passages each day, so you can read through the Bible in one year.",
"icons": [
{ "src":"icons/bible_256.png", "sizes":"256x256", "type":"image/png" },
{ "src":"icons/bible_144.png", "sizes":"144x144", "type":"image/png" },
{ "src":"icons/bible_128.png", "sizes":"128x128", "type":"image/png" },
{ "src":"icons/bible_064.png", "sizes":"64x64", "type":"image/png" },
{ "src":"icons/bible_032.png", "sizes":"32x32", "type":"image/png" },
{ "src":"icons/bible_024.png", "sizes":"24x24", "type":"image/png" },
{ "src":"icons/bible_016.png", "sizes":"16x16", "type":"image/png" },
{ "src":"icons/bible.ico", "sizes":"16x16 24x24 32x32 64x64 128x128 256x256", "type":"image/x-icon" }
],
"start_url": "https://www.canondaily.com/",
"display": "standalone",
"theme_color": "#404040"
}