feat: extract MediaController, wire into Dispatcher, delete media.php
BIN
app/public/assets/favicon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
app/public/assets/favicon/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
app/public/assets/favicon/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
app/public/assets/favicon/apple-touch-icon-167x167.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
app/public/assets/favicon/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
app/public/assets/favicon/favicon-128x128.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
app/public/assets/favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 849 B |
BIN
app/public/assets/favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
app/public/assets/favicon/favicon-48x48.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
app/public/assets/favicon/favicon-64x64.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
app/public/assets/favicon/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
app/public/assets/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 16 KiB |
10
app/public/assets/favicon/favicon_html.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- Favicon and icon links - add to your <head> section -->
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="/favicon/apple-touch-icon-167x167.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/favicon/site.webmanifest">
|
||||
<link rel="shortcut icon" href="/favicon/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="\#ffffff">
|
||||
<meta name="theme-color" content="\#ffffff">
|
||||
19
app/public/assets/favicon/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicon/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||