migrations
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has started running
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has started running
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Has started running
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Has started running
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has started running
BIN
front-end/assets/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 892 B |
BIN
front-end/assets/favicon-180x180.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
front-end/assets/favicon-192x192.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
front-end/assets/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
front-end/assets/favicon-48x48.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
front-end/assets/favicon-512x512.png
Normal file
|
After Width: | Height: | Size: 408 KiB |
BIN
front-end/assets/favicon-64x64.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
front-end/assets/favicon.ico
Executable file → Normal file
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 121 KiB |
11
front-end/assets/head-tags.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="favicon-64x64.png">
|
||||
<link rel="icon" type="image/png" sizes="180x180" href="favicon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="favicon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="favicon-512x512.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="favicon-180x180.png">
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="favicon-192x192.png">
|
||||
<link rel="apple-touch-icon" sizes="512x512" href="favicon-512x512.png">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
44
front-end/assets/site.webmanifest
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon-16x16.png",
|
||||
"sizes": "16x16",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-64x64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-180x180.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||