Icone app
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 268 KiB |
BIN
frontend/public/icons/professeur-top-install-v2-192.png
Normal file
BIN
frontend/public/icons/professeur-top-install-v2-192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
frontend/public/icons/professeur-top-install-v2-512.png
Normal file
BIN
frontend/public/icons/professeur-top-install-v2-512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
@@ -9,13 +9,13 @@
|
||||
"theme_color": "#2563eb",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/professeur-top-192.png",
|
||||
"src": "/icons/professeur-top-install-v2-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/icons/professeur-top-512.png",
|
||||
"src": "/icons/professeur-top-install-v2-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
|
||||
9
frontend/public/sw.js
Normal file
9
frontend/public/sw.js
Normal file
@@ -0,0 +1,9 @@
|
||||
self.addEventListener('install', () => {
|
||||
self.skipWaiting()
|
||||
})
|
||||
|
||||
self.addEventListener('activate', (event) => {
|
||||
event.waitUntil(self.clients.claim())
|
||||
})
|
||||
|
||||
self.addEventListener('fetch', () => {})
|
||||
Reference in New Issue
Block a user