Add installable-app manifest, icons, and iOS splash screens
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 602 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 490 KiB |
|
After Width: | Height: | Size: 320 KiB |
|
After Width: | Height: | Size: 345 KiB |
|
After Width: | Height: | Size: 360 KiB |
|
After Width: | Height: | Size: 365 KiB |
|
After Width: | Height: | Size: 394 KiB |
|
After Width: | Height: | Size: 484 KiB |
|
After Width: | Height: | Size: 141 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 343 KiB |
|
After Width: | Height: | Size: 363 KiB |
|
After Width: | Height: | Size: 367 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 210 KiB |
|
After Width: | Height: | Size: 395 KiB |
|
After Width: | Height: | Size: 412 KiB |
|
After Width: | Height: | Size: 414 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 200 KiB |
|
After Width: | Height: | Size: 363 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 317 KiB |
|
After Width: | Height: | Size: 342 KiB |
|
After Width: | Height: | Size: 388 KiB |
|
After Width: | Height: | Size: 358 KiB |
|
After Width: | Height: | Size: 385 KiB |
|
After Width: | Height: | Size: 410 KiB |
|
After Width: | Height: | Size: 416 KiB |
|
After Width: | Height: | Size: 281 KiB |
|
After Width: | Height: | Size: 445 KiB |
|
After Width: | Height: | Size: 472 KiB |
|
After Width: | Height: | Size: 476 KiB |
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Helios Who?",
|
||||
"short_name": "Helios Who?",
|
||||
"description": "Please log in with your @heliosschool.org email address",
|
||||
"display": "standalone",
|
||||
"id": "/",
|
||||
"scope": "/",
|
||||
"start_url": "/",
|
||||
"theme_color": "#014E54",
|
||||
"background_color": "#014E54",
|
||||
"icons": [
|
||||
{"src": "/static/brand/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
|
||||
{"src": "/static/brand/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
|
||||
{"src": "/static/brand/maskable-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
|
||||
]
|
||||
}
|
||||