diff --git a/src/apps.json b/src/apps.json index 1d5ea2faa..c4224b584 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6253,6 +6253,19 @@ "script": "/js/al/common\\.js\\?[0-9_]+", "website": "http://liveinternet.ru/rating/" }, + "Livewire": { + "cats": [ + 18, 19 + ], + "html": "<[^>]+wire:[^<]+", + "icon": "Livewire.png", + "implies": "Laravel", + "js": { + "livewire": "" + }, + "script": "livewire(?:\\.min)?\\.js", + "website": "https://laravel-livewire.com" + }, "LocalFocus": { "cats": [ 61 diff --git a/src/icons/Livewire.png b/src/icons/Livewire.png new file mode 100644 index 000000000..bd206ef05 Binary files /dev/null and b/src/icons/Livewire.png differ