mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 22:10:51 +02:00
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"name": "Data for Canada Website",
|
|
"short_name": "Data for Canada",
|
|
"start_url": "index.html",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000",
|
|
"display": "standalone"
|
|
}
|