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..46ababbad 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -237,5 +237,21 @@ }, "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": { + "*": { + "attributes": { + "q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1" + } + } + }, + "oss": true, + "website": "https://qwik.builder.io" } -} \ No newline at end of file +}