From 91b2633010019f9a9691c565c0d63c64f56428be Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 22 Mar 2022 01:22:58 +0600 Subject: [PATCH] Add Qwik / web framework --- .../webextension/images/icons/Qwik.svg | 43 +++++++++++++++++++ src/technologies/q.json | 22 ++++++++++ 2 files changed, 65 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Qwik.svg diff --git a/src/drivers/webextension/images/icons/Qwik.svg b/src/drivers/webextension/images/icons/Qwik.svg new file mode 100644 index 000000000..518236a1b --- /dev/null +++ b/src/drivers/webextension/images/icons/Qwik.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/q.json b/src/technologies/q.json index 2604c9c86..268c87e01 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -237,5 +237,27 @@ }, "scriptSrc": "\\.quora\\.com/", "website": "https://quoraadsupport.zendesk.com/hc/en-us/categories/115001573928-Pixels-Tracking" + }, + "Qwik": { + "cats": [ + 18 + ], + "description": "Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 JavaScript.", + "icon": "Qwik.svg", + "dom": { + "html": { + "attributes": { + "q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1" + } + }, + "div": { + "attributes": { + "q:obj": "\\;confidence:50", + "q:host": "\\;confidence:50" + } + } + }, + "oss": true, + "website": "https://github.com/builderio/qwik" } } \ No newline at end of file