diff --git a/src/apps.json b/src/apps.json index 0b26278f3..dd87126be 100755 --- a/src/apps.json +++ b/src/apps.json @@ -7752,6 +7752,15 @@ "script": "sweet-alert(?:\\.min)?\\.js", "website": "http://tristanedwards.me/sweetalert" }, + "SweetAlert2": { + "cats": [ + "12" + ], + "html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css", + "icon": "SweetAlert2.png", + "script": "sweetalert2(?:\\.min)?\\.js", + "website": "https://limonte.github.io/sweetalert2" + }, "Swiftlet": { "cats": [ "18" diff --git a/src/icons/SweetAlert2.png b/src/icons/SweetAlert2.png new file mode 100644 index 000000000..1d7edfcf1 Binary files /dev/null and b/src/icons/SweetAlert2.png differ