diff --git a/src/apps.json b/src/apps.json index 5629d4860..cf298086c 100644 --- a/src/apps.json +++ b/src/apps.json @@ -83,8 +83,14 @@ "cats": [ 12 ], - "html": "<[^>]+x-data[^<]+", + "html": "<[^>]+[^\\w-]x-data[^\\w-][^<]+\\;confidence:75", + "js": { + "Alpine.version": "^(.+)$\\;version:\\1" + }, "icon": "Alpine.js.png", + "script": [ + "/alpine(?:\\.min)?\\.js" + ], "website": "https://github.com/alpinejs/alpine" }, "AOLserver": {