2025-06-05 08:52:31 +02:00
|
|
|
{
|
2025-06-19 23:14:18 +02:00
|
|
|
"jpg": {"app":"imager.php", "icon":"fa-file-image"},
|
|
|
|
"jpeg": {"app":"imager.php", "icon":"fa-file-image"},
|
|
|
|
"png": {"app":"imager.php", "icon":"fa-file-image"},
|
|
|
|
"gif": {"app":"imager.php", "icon":"fa-file-image"},
|
|
|
|
"webp": {"app":"imager.php", "icon":"fa-file-image"},
|
|
|
|
"mp3": {"app":"player.php", "icon":"fa-file-music"},
|
|
|
|
"wav": {"app":"player.php", "icon":"fa-file-music"},
|
|
|
|
"opus": {"app":"player.php", "icon":"fa-file-music"},
|
|
|
|
"m4a": {"app":"player.php", "icon":"fa-file-music"},
|
|
|
|
"thp": {"app":"thp.php", "icon":"fa-file-archive"},
|
|
|
|
"mp4": {"app":"video.php", "icon":"fa-file-video"},
|
|
|
|
"webm": {"app":"video.php", "icon":"fa-file-video"}
|
2025-06-05 08:52:31 +02:00
|
|
|
}
|