Initial commit

This commit is contained in:
Diego Ripley
2025-06-23 08:54:14 -04:00
commit 0bf3dd819d
16 changed files with 334 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}