From 72c2b3bb68fd2ed2fff17b8801d965cad8e1d3db Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 15 Feb 2022 07:48:03 +1100 Subject: [PATCH] Add Australia Post detection --- src/drivers/webextension/images/icons/AusPost.svg | 3 +++ src/technologies/a.json | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/AusPost.svg diff --git a/src/drivers/webextension/images/icons/AusPost.svg b/src/drivers/webextension/images/icons/AusPost.svg new file mode 100644 index 000000000..3f42eba70 --- /dev/null +++ b/src/drivers/webextension/images/icons/AusPost.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 2b8874cff..ed13c2a55 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3873,5 +3873,18 @@ "icon": "augmented-ui.png", "oss": true, "website": "http://augmented-ui.com" + }, + "Australia Post": { + "cats": [ + 99 + ], + "description": "Australia Post is the government business enterprise that provides postal services in Australia.", + "icon": "AusPost.svg", + "requiresCategory": 6, + "text": [ + "\\bAusPost\\b", + "\\bAustralia Post\\b" + ], + "website": "https://auspost.com.au" } -} \ No newline at end of file +}