Update apps.json

replacing (?:\\-|\\.) with [-.]
main
MicroDreamIT 8 years ago committed by GitHub
parent 7e6b07234b
commit b74ee150c7

@ -7157,7 +7157,7 @@
"html": "<link[^>]* href=\"[^\"]*shapecss(?:\\.min)?\\.css", "html": "<link[^>]* href=\"[^\"]*shapecss(?:\\.min)?\\.css",
"icon": "Shapecss.svg", "icon": "Shapecss.svg",
"script": [ "script": [
"shapecss(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "shapecss[-.]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"/([\\d.]+)/shapecss(?:\\.min)?\\.js\\;version:\\1", "/([\\d.]+)/shapecss(?:\\.min)?\\.js\\;version:\\1",
"shapecss.*\\.js" "shapecss.*\\.js"
], ],

Loading…
Cancel
Save