diff --git a/src/apps.json b/src/apps.json
index 2e8ee4c79..1bd29ec82 100755
--- a/src/apps.json
+++ b/src/apps.json
@@ -7156,7 +7156,11 @@
"env": "^Shapecss$",
"html": "]* href=\"[^\"]*shapecss(?:\\.min)?\\.css",
"icon": "Shapecss.svg",
- "script": "shapecss(?:\\.min)?\\.js",
+ "script": [
+ "shapecss[-.]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
+ "/([\\d.]+)/shapecss(?:\\.min)?\\.js\\;version:\\1",
+ "shapecss.*\\.js"
+ ],
"website": "https://shapecss.com"
},
"ShareThis": {
@@ -7791,6 +7795,7 @@
"cats": [
"12"
],
+ "excludes": "SweetAlert",
"html": "]+?href=\"[^\"]+sweetalert2(?:\\.min)?\\.css",
"icon": "SweetAlert2.png",
"script": "sweetalert2(?:\\.min)?\\.js",