diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index ff912fb08..3f41db6ff 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.9.11", + "version": "6.9.12", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/drivers/webextension/images/icons/Asana.svg b/src/drivers/webextension/images/icons/Asana.svg new file mode 100644 index 000000000..3d3c7c7a0 --- /dev/null +++ b/src/drivers/webextension/images/icons/Asana.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/drivers/webextension/manifest.json b/src/drivers/webextension/manifest.json index 7c61aa625..bb840fc02 100644 --- a/src/drivers/webextension/manifest.json +++ b/src/drivers/webextension/manifest.json @@ -4,7 +4,7 @@ "author": "Wappalyzer", "homepage_url": "https://www.wappalyzer.com/", "description": "Identify web technologies", - "version": "6.9.11", + "version": "6.9.12", "default_locale": "en", "manifest_version": 2, "icons": { diff --git a/src/package.json b/src/package.json index 97fa304c1..54c2b2190 100644 --- a/src/package.json +++ b/src/package.json @@ -13,7 +13,7 @@ "software" ], "homepage": "https://www.wappalyzer.com/", - "version": "6.9.11", + "version": "6.9.12", "author": "Wappalyzer", "license": "MIT", "repository": { diff --git a/src/technologies/a.json b/src/technologies/a.json index fe979d072..ab5f7fa5e 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3672,5 +3672,15 @@ "icon": "augmented-ui.png", "oss": true, "website": "http://augmented-ui.com" + }, + "Asana": { + "cats": [ + 13 + ], + "description": "Asana is a web and mobile application designed to help teams organize, track, and manage their work.", + "dom": "a[href*='form.asana.com'], a[href*='app.asana.com']", + "icon": "Asana.svg", + "saas": true, + "website": "https://asana.com" } -} \ No newline at end of file +}