diff --git a/src/apps.json b/src/apps.json index 40cb8cd92..fe862117e 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": { @@ -10494,4 +10498,4 @@ "priority": "9" } } -} \ No newline at end of file +}