favicon: add

This commit is contained in:
forgejo-actions[bot] 2025-03-31 19:31:25 +00:00
parent 43d143bbce
commit 92c70b377d
95 changed files with 5575 additions and 1 deletions

21
site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "GRIP-UQAM",
"short_name": "GRIP-UQAM",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}